Interface ReorderQuickReplyShortcuts

Changes the order of quick reply shortcuts. Request type for Tdjson#reorderQuickReplyShortcuts.

interface ReorderQuickReplyShortcuts {
    @type: "reorderQuickReplyShortcuts";
    shortcut_ids: number[];
}

Properties

Properties

@type: "reorderQuickReplyShortcuts"
shortcut_ids: number[]

The new order of quick reply shortcuts.