MadelineProtoDocs/docs/botLogin.md

470 B

title description redirect_from
botLogin botLogin parameters, return type and example /bot_login.html

Method: botLogin

Parameters:

Name Type
token A string with the bot token

Return type: auth.Authorization

Example (now fully async!):

$authorization = yield $this->botLogin($token);