Skip to content

messages.editQuickReplyShortcut

Layer 225

Constructor ID: 0x5c003cef
Returns: Bool

Parameters

NameTypeDescription
shortcut_idint32
shortcutstring

Example

go
result, err := client.Raw(&tg.EditQuickReplyShortcutRequest{
    shortcut_id: 0,
    shortcut: "",
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.