account.SentEmailCode
- class pyrogram.raw.types.account.SentEmailCode
The sent email code
Constructor of
SentEmailCode.- Details:
Layer:
223ID:
811F854F
- Parameters:
email_pattern (
str) – The email (to which the code was sent) must match this patternlength (
int32-bit) – The length of the verification 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,
)