MadelineProtoDocs/docs/API_docs/constructors/account.emailVerified.md
2024-05-01 14:53:46 +02:00

778 B

title description nav_exclude image redirect_from
account.emailVerified The email was verified correctly. true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png /API_docs/constructors/account_emailVerified.html

Constructor: account.emailVerified

Back to constructors index

The email was verified correctly.

Attributes:

Name Type Required Description
email string Yes The verified email address.

Type: account.EmailVerified

Example:

$account_emailVerified = ['_' => 'account.emailVerified', 'email' => 'string'];