Skip to content

stickers.suggestShortName

Layer 225

Constructor ID: 0x4dafc503
Returns: SuggestedShortName

Parameters

NameTypeDescription
titlestring

Example

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

Released under the Apache-2.0 License.