Interface AddQuickReplyShortcutMessageAlbum

Adds 2-10 messages grouped together into an album to a quick reply shortcut. 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. Request type for Tdjson#addQuickReplyShortcutMessageAlbum.

interface AddQuickReplyShortcutMessageAlbum {
    @type: "addQuickReplyShortcutMessageAlbum";
    input_message_contents: InputMessageContent[];
    reply_to_message_id: number;
    shortcut_name: string;
}

Properties

@type: "addQuickReplyShortcutMessageAlbum"
input_message_contents: InputMessageContent[]

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.

reply_to_message_id: number

Identifier of a quick reply message in the same shortcut to be replied; pass 0 if none.

shortcut_name: string

Name of the target shortcut.