Layer 220
method Users
messages.checkQuickReplyShortcut#f1d0fbd3 shortcut:string = Bool;

Parameters

Name Type Description
Shortcut string Shorcut name (not ID!).

Returns

Bool

Possible Errors

Code Type Description
403 PREMIUM_ACCOUNT_REQUIRED A premium account is required to execute this action.

Gogram Example

// MessagesCheckQuickReplyShortcut - positional arguments
result, err := client.MessagesCheckQuickReplyShortcut("...")
if err != nil {
    // handle error
}
// result is *tg.Bool