mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2025-01-22 05:41:46 +01:00
850 B
850 B
title | description | nav_exclude | image |
---|---|---|---|
securePlainEmail | Email address to use in telegram passport: it must be verified, first ». | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: securePlainEmail
Email address to use in telegram passport: it must be verified, first ».
Attributes:
Name | Type | Required | Description |
---|---|---|---|
string | Yes | Email address |
Type: SecurePlainData
Example:
$securePlainEmail = ['_' => 'securePlainEmail', 'email' => 'string'];