Skip to content

stickers.checkShortName

Layer 225

Constructor ID: 0x284b3639
Returns: Bool

Parameters

NameTypeDescription
short_namestring

Example

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

Released under the Apache-2.0 License.