telegram api method · layer 229 · #e894ad4d

auth.acceptLoginToken

usable by users

Accept QR code login token, logging in the app that generated it.

definition

auth.acceptLoginToken#e894ad4d token:bytes = Authorization;

parameters

nametypedescription
tokenbytesLogin token embedded in QR code, for more info, see login via QR code.

returns

Authorization

errors (6)

codeerrordescription
400AUTH_TOKEN_ALREADY_ACCEPTEDThe specified auth token was already accepted.
400AUTH_TOKEN_EXCEPTIONAn error occurred while importing the auth token.
400AUTH_TOKEN_EXPIREDThe authorization token has expired.
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.
401AUTH_KEY_UNREGISTEREDThe specified authorization key is not registered in the system (for example, a PFS temporary key has expired).

history

present in layers 107–229

idlayers
#e894ad4d107–229