mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
778 B
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
The email was verified correctly.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
string | Yes | The verified email address. |
Type: account.EmailVerified
Example:
$account_emailVerified = ['_' => 'account.emailVerified', 'email' => 'string'];