telegram api method · layer 229 · #95ac5ce4
auth.importLoginToken
Login using a redirected login token, generated in case of DC mismatch during QR code login.
definition
auth.importLoginToken#95ac5ce4 token:bytes = auth.LoginToken;
parameters
| name | type | description |
|---|---|---|
token | bytes | Login token |
returns
errors (5)
| code | error | description |
|---|---|---|
| 400 | AUTH_TOKEN_ALREADY_ACCEPTED | The specified auth token was already accepted. |
| 400 | AUTH_TOKEN_EXPIRED | The authorization token has expired. |
| 400 | AUTH_TOKEN_INVALID | The specified auth token is invalid. |
| 400 | AUTH_TOKEN_INVALIDX | The specified auth token is invalid. |
| 400 | BUSINESS_CONNECTION_NOT_ALLOWED | This method was invoked over a business connection using invokeWithBusinessConnection, but either (1) we're a user, and users cannot invoke methods over a business connection; (2) we're a bot, but business mode was disabled in @botfather or (3); we're a bot, but this method cannot be invoked over a business connection. |
history
present in layers 107–229
| id | layers |
|---|---|
| #95ac5ce4 | 107–229 |