telegram api method · layer 229 · #98e037bb

account.sendVerifyEmailCode

usable by users

Send an email verification code.

definition

account.sendVerifyEmailCode#98e037bb purpose:EmailVerifyPurpose email:string = account.SentEmailCode;

parameters

nametypedescription
purposeEmailVerifyPurposeVerification purpose.
emailstringThe email where to send the code.

returns

account.SentEmailCode

errors (7)

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_INVALIDThe specified email is invalid.
400EMAIL_NOT_ALLOWEDThe specified email cannot be used to complete the operation.
400EMAIL_NOT_SETUPIn order to change the login email with emailVerifyPurposeLoginChange, an existing login email must already be set using emailVerifyPurposeLoginSetup.
400PHONE_CODE_EMPTYphone_code is missing.
400PHONE_HASH_EXPIREDAn invalid or expired phone_code_hash was provided.
400PHONE_NUMBER_INVALIDThe phone number is invalid.

history

present in layers 80–229 · constructor id changed 1×

idlayers
#7011509f80–144
#98e037bb145–229