Layer 224
BotsCheckUsername
method
bots.checkUsername#87f2219b username:string = Bool;
Parameters
| Name | Type | Description |
|---|---|---|
| Username | string |
Returns
BoolGogram Example
// BotsCheckUsername - positional arguments result, err := client.BotsCheckUsername("Hello, World!") if err != nil { // handle error } // result is *tg.Bool