Skip to content

messages.checkQuickReplyShortcut

Layer 225

Constructor ID: 0xf1d0fbd3
Returns: Bool

Parameters

NameTypeDescription
shortcutstring

Example

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

Released under the Apache-2.0 License.