Interface SetQuickReplyShortcutName

Changes name of a quick reply shortcut. Request type for Tdjson#setQuickReplyShortcutName.

interface SetQuickReplyShortcutName {
    @type: "setQuickReplyShortcutName";
    name: string;
    shortcut_id: number;
}

Properties

@type: "setQuickReplyShortcutName"
name: string

New name for the shortcut. Use checkQuickReplyShortcutName to check its validness.

shortcut_id: number

Unique identifier of the quick reply shortcut.