Interface DeleteQuickReplyShortcut

Deletes a quick reply shortcut. Request type for Tdjson#deleteQuickReplyShortcut.

interface DeleteQuickReplyShortcut {
    @type: "deleteQuickReplyShortcut";
    shortcut_id: number;
}

Properties

Properties

@type: "deleteQuickReplyShortcut"
shortcut_id: number

Unique identifier of the quick reply shortcut.