send_business_message_album


Description:

public async BusinessMessages send_business_message_album (string business_connection_id, int64 chat_id, InputMessageReplyTo reply_to, bool disable_notification, bool protect_content, int64 effect_id, ArrayList<InputMessageContent?> input_message_contents) throws TDLibError

Sends 2-10 messages grouped together into an album on behalf of a business account; for bots only. 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

Parameters:

business_connection_id

Unique identifier of business connection on behalf of which to send the request

chat_id

Target chat

reply_to

Information about the message to be replied; pass null if none

disable_notification

Pass true to disable notification for the message

protect_content

Pass true if the content of the message must be protected from forwarding and saving

effect_id

Identifier of the effect to apply to the message

input_message_contents

Contents of messages to be sent. At most 10 messages can be added to an album. All messages must have the same value of show_caption_above_media