Skip to content

sendMessageAlbum

Sahri Riza Umami edited this page Jul 2, 2018 · 1 revision

Sends messages grouped together into an album.
Currently only photo and video messages can be grouped into an album.
Returns sent messages.

sendMessageAlbum(chat_id, reply_to_message_id, input_message_contents, disable_notification, from_background, callback, data)
Field Type Description
chat_id int53 Target chat.
reply_to_message_id int53 Identifier of a message to reply to or 0.
disable_notification Bool Pass true to disable notification for the messages. Not supported in secret chats.
from_background Bool Pass true if the messages are sent from the background.
input_message_contents vector<InputMessageContent> Contents of messages to be sent.

Example

Response:

Frequently Asked Questions
The Functions

Clone this wiki locally