account.SentEmailCode#

class pyrogram.raw.types.account.SentEmailCode#

The sent email code.

Constructor of SentEmailCode.

Details:
  • Layer: 158

  • ID: 811F854F

Parameters:
  • email_pattern (str) – The email (to which the code was sent) must match this pattern.

  • length (int 32-bit) – The length of the verification code.

Functions:

This object can be returned by 1 function.

account.SendVerifyEmailCode

Send an email verification code.