telegram api method · layer 229 · #7e960193

auth.resetLoginEmail

usable by users

Reset the login email ».

definition

auth.resetLoginEmail#7e960193 phone_number:string phone_code_hash:string = auth.SentCode;

parameters

nametypedescription
phone_numberstringPhone number of the account
phone_code_hashstringPhone code hash, obtained as described in the documentation »

returns

auth.SentCode

errors (4)

codeerrordescription
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.
400EMAIL_INSTALL_MISSINGAttempting to send a code to the recovery email, but no email is configured.
400PHONE_NUMBER_INVALIDThe phone number is invalid.
400TASK_ALREADY_EXISTSAn email reset was already requested.

history

present in layers 156–229

idlayers
#7e960193156–229