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>.

NameTypeDescription
chat_idstringTarget chat.
message_thread_idstringIf not 0, a message thread identifier in which the messages will be sent.
reply_toInputMessageReplyToInformation about the message or story to be replied; pass null if none.
optionsmessageSendOptionsOptions to be used to send the messages; pass null to use default options.
input_message_contentsInputMessageContentContents of messages to be sent. At most 10 messages can be added to an album.

More details on telegram's documentation.