account.SentEmailCode
- class pyrogram.raw.base.account.SentEmailCode
The email code that was sent
- Constructors:
This base type has 1 constructor available.
The sent email code
- Functions:
This object can be returned by 1 function.
Send an email verification code.
TL Schema
account.sentEmailCode#811f854f
email_pattern:string
length:int
= account.SentEmailCode
Parameter Tree
SentEmailCode
├── email_pattern →
string└── length →
intExample
SentEmailCode(
email_pattern="text",
length=0,
)