View Source ExTDLib.Method.SendMessageAlbum (ExTDLib v0.0.4)
Sends 2-10 messages grouped together into an album. Currently, only audio, document, photo and video messages can be grouped into an album. Documents and audio files can be only grouped in an album with messages of the same type. Returns sent messages. Returns object_ptr<Messages>.
| Name | Type | Description |
|---|---|---|
| chat_id | string | Target chat. |
| message_thread_id | string | If not 0, a message thread identifier in which the messages will be sent. |
| reply_to | InputMessageReplyTo | Information about the message or story to be replied; pass null if none. |
| options | messageSendOptions | Options to be used to send the messages; pass null to use default options. |
| input_message_contents | InputMessageContent | Contents of messages to be sent. At most 10 messages can be added to an album. |
More details on telegram's documentation.