Layer 224
method Users
messages.deleteQuickReplyShortcut#3cc04740 shortcut_id:int = Bool;

Parameters

Name Type Description
ShortcutId int Shortcut ID

Returns

Bool

Gogram Example

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

Possible Errors

Code Type Description
400 SHORTCUT_INVALID The specified shortcut is invalid.