modules: sendMessage: edit_message_caption

This commit is contained in:
Kay Marquardt (Gnadelwartz) 2021-01-14 18:50:45 +01:00
parent 71daed3487
commit afade2e2f0
1 changed files with 6 additions and 1 deletions

View File

@ -6,7 +6,7 @@
# Elsewhere, consider it to be WTFPLv2. (wtfpl.net/txt/copying)
#
# shellcheck disable=SC1117
#### $$VERSION$$ v1.30-dev-6-g87f618f
#### $$VERSION$$ v1.30-dev-7-g71daed3
# will be automatically sourced from bashbot
@ -75,6 +75,11 @@ edit_html_message() {
_format_message_url "$1" "$3" ',"message_id":'"$2"',"parse_mode":"html"' "${EDIT_URL}"
}
# $1 chat $2 mesage_id, $3 caption
edit_message_caption() {
sendJson "$1" ',"message_id":'"$2"',"caption":"'"$3"'"' "${URL}/editMessageCaption"
}
# internal function, send/edit formatted message with parse_mode and URL
# $1 CHAT $2 message $3 action $4 URL