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

Parameters

Name Type Description
ShortcutId int Shortcut ID

Returns

Bool

Possible Errors

Code Type Description
400 SHORTCUT_INVALID The specified shortcut is invalid.

Gogram Example

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