Interface UpdateQuickReplyShortcutMessages

The list of quick reply shortcut messages has changed. Subtype of Update.

interface UpdateQuickReplyShortcutMessages {
    @type: "updateQuickReplyShortcutMessages";
    messages: QuickReplyMessage[];
    shortcut_id: number;
}

Properties

@type: "updateQuickReplyShortcutMessages"
messages: QuickReplyMessage[]

The new list of quick reply messages for the shortcut in order from the first to the last sent.

shortcut_id: number

The identifier of the shortcut.