Interface UpdateQuickReplyShortcuts

The list of quick reply shortcuts has changed. Subtype of Update.

interface UpdateQuickReplyShortcuts {
    @type: "updateQuickReplyShortcuts";
    shortcut_ids: number[];
}

Properties

Properties

@type: "updateQuickReplyShortcuts"
shortcut_ids: number[]

The new list of identifiers of quick reply shortcuts.