Layer 224
method Users
stickers.checkShortName#284b3639 short_name:string = Bool;

Parameters

Name Type Description
ShortName string Short name

Returns

Bool

Gogram Example

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

Possible Errors

Code Type Description
400 SHORT_NAME_INVALID The specified short name is invalid.
400 SHORT_NAME_OCCUPIED The specified short name is already in use.