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
Name | Type | Description |
---|---|---|
chat_id | string | Target chat. |
reply_to_message_id | string | 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 | InputMessageContent[] | Contents of messages to be sent. |
More details on telegram’s documentation.