Interface UpdateQuickReplyShortcutDeleted

A quick reply shortcut and all its messages were deleted. Subtype of Update.

interface UpdateQuickReplyShortcutDeleted {
    @type: "updateQuickReplyShortcutDeleted";
    shortcut_id: number;
}

Properties

Properties

@type: "updateQuickReplyShortcutDeleted"
shortcut_id: number

The identifier of the deleted shortcut.