Method: botLogin
Parameters:
| Name | Type |
|---|---|
| token | A string with the bot token |
Return type: auth.Authorization
Example (now fully async!):
$authorization = $this->botLogin($token);
| Name | Type |
|---|---|
| token | A string with the bot token |
$authorization = $this->botLogin($token);