account.SentEmailCode

class pyrogram.raw.base.account.SentEmailCode

The email code that was sent

Constructors:

This base type has 1 constructor available.

account.SentEmailCode

The sent email code

Functions:

This object can be returned by 1 function.

account.SendVerifyEmailCode

Send an email verification code.

TL Schema

account.sentEmailCode#811f854f
email_pattern:string
length:int

= account.SentEmailCode

Parameter Tree

SentEmailCode
├── email_patternstring
└── lengthint

Example

SentEmailCode(
    email_pattern="text",
    length=0,
)