mirror of
https://github.com/octoleo/telegram-bot-bash.git
synced 2024-11-11 19:55:46 +00:00
modules: fix edit_message_caption
This commit is contained in:
parent
8ae30faffc
commit
83990961a3
@ -6,7 +6,7 @@
|
|||||||
# Elsewhere, consider it to be WTFPLv2. (wtfpl.net/txt/copying)
|
# Elsewhere, consider it to be WTFPLv2. (wtfpl.net/txt/copying)
|
||||||
#
|
#
|
||||||
# shellcheck disable=SC1117
|
# shellcheck disable=SC1117
|
||||||
#### $$VERSION$$ v1.30-dev-8-gafade2e
|
#### $$VERSION$$ v1.30-dev-14-g8ae30fa
|
||||||
|
|
||||||
# will be automatically sourced from bashbot
|
# will be automatically sourced from bashbot
|
||||||
|
|
||||||
@ -77,7 +77,7 @@ edit_html_message() {
|
|||||||
|
|
||||||
# $1 chat $2 mesage_id, $3 caption
|
# $1 chat $2 mesage_id, $3 caption
|
||||||
edit_message_caption() {
|
edit_message_caption() {
|
||||||
sendJson "$1" ',"message_id":'"$2"',"caption":"'"$3"'"' "${URL}/editMessageCaption"
|
sendJson "$1" '"message_id":'"$2"',"caption":"'"$3"'"' "${URL}/editMessageCaption"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user