664 B
664 B
title | description | image |
---|---|---|
securePlainEmail | Secure plain email | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: securePlainEmail
Secure plain email
Attributes:
Name | Type | Required | Description |
---|---|---|---|
string | Yes |
Type: SecurePlainData
Example:
$securePlainEmail = ['_' => 'securePlainEmail', 'email' => 'string'];
Or, if you're into Lua:
securePlainEmail={_='securePlainEmail', email='string'}