account.EmailVerified
- class pyrogram.raw.base.account.EmailVerified
Email verification status
- Constructors:
This base type has 2 constructors available.
The email was verified correctly.
The email was verified correctly, and a login code was just sent to it.
- Functions:
This object can be returned by 1 function.
Verify an email address.
TL Schema
account.emailVerified#2b96cd1b
email:string
= account.EmailVerified
Parameter Tree
EmailVerified
└── email →
stringExample
EmailVerified(
email="text",
)