telegram api method · layer 229 · #e894ad4d
auth.acceptLoginToken
Accept QR code login token, logging in the app that generated it.
definition
auth.acceptLoginToken#e894ad4d token:bytes = Authorization;
parameters
| name | type | description |
|---|---|---|
token | bytes | Login token embedded in QR code, for more info, see login via QR code. |
returns
errors (6)
| code | error | description |
|---|---|---|
| 400 | AUTH_TOKEN_ALREADY_ACCEPTED | The specified auth token was already accepted. |
| 400 | AUTH_TOKEN_EXCEPTION | An error occurred while importing the auth token. |
| 400 | AUTH_TOKEN_EXPIRED | The authorization token has expired. |
| 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. |
| 401 | AUTH_KEY_UNREGISTERED | The specified authorization key is not registered in the system (for example, a PFS temporary key has expired). |
history
present in layers 107–229
| id | layers |
|---|---|
| #e894ad4d | 107–229 |