Layer 227
AccountConfirmBotConnection
Confirm a pending bot connection for the current account.
method
account.confirmBotConnection#67ed1f68 bot_id:InputUser = Bool;
Parameters
| Name | Type | Description |
|---|---|---|
| BotId | InputUser |
Returns
BoolGogram Example
// AccountConfirmBotConnection - positional arguments result, err := client.AccountConfirmBotConnection(&tg.InputUserSelf{}) if err != nil { // handle error } // result is *tg.Bool