Interface CheckQuickReplyShortcutName

Checks validness of a name for a quick reply shortcut. Can be called synchronously. Request type for Tdjson#checkQuickReplyShortcutName.

interface CheckQuickReplyShortcutName {
    @type: "checkQuickReplyShortcutName";
    name: string;
}

Properties

Properties

@type: "checkQuickReplyShortcutName"
name: string

The name of the shortcut; 1-32 characters.