TDLib v0.0.2 TDLib.Method.SendMessageAlbum View Source

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

NameTypeDescription
chat_idstringTarget chat.
reply_to_message_idstringIdentifier of a message to reply to or 0.
disable_notificationboolPass true to disable notification for the messages. Not supported in secret chats.
from_backgroundboolPass true if the messages are sent from the background.
input_message_contentsInputMessageContent[]Contents of messages to be sent.

More details on telegram’s documentation.