telegram api method · layer 229 · #95ac5ce4

auth.importLoginToken

usable by users

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

nametypedescription
tokenbytesLogin token

returns

auth.LoginToken

errors (5)

codeerrordescription
400AUTH_TOKEN_ALREADY_ACCEPTEDThe specified auth token was already accepted.
400AUTH_TOKEN_EXPIREDThe authorization token has expired.
400AUTH_TOKEN_INVALIDThe specified auth token is invalid.
400AUTH_TOKEN_INVALIDXThe specified auth token is invalid.
400BUSINESS_CONNECTION_NOT_ALLOWEDThis 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

idlayers
#95ac5ce4107–229