account.EmailVerifiedLogin#

class pyrogram.raw.types.account.EmailVerifiedLogin#

The email was verified correctly, and a login code was just sent to it.

Constructor of EmailVerified.

Details:
  • Layer: 158

  • ID: E1BB0D61

Parameters:
  • email (str) – The verified email address.

  • sent_code (auth.SentCode) – Info about the sent login code.

Functions:

This object can be returned by 1 function.

account.VerifyEmail

Verify an email address.