Layer 227
method
account.confirmBotConnection#67ed1f68 bot_id:InputUser = Bool;

Parameters

Name Type Description
BotId InputUser

Returns

Bool

Gogram Example

// AccountConfirmBotConnection - positional arguments
result, err := client.AccountConfirmBotConnection(&tg.InputUserSelf{})
if err != nil {
    // handle error
}
// result is *tg.Bool