4baac3178e
Add PHP, Lua language tag to Code area
753 B
753 B
title | description | image |
---|---|---|
securePlainEmail | securePlainEmail attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: securePlainEmail
Attributes:
Name | Type | Required |
---|---|---|
string | Yes |
Type: SecurePlainData
Example:
$securePlainEmail = ['_' => 'securePlainEmail', 'email' => 'string'];
PWRTelegram json-encoded version:
{"_": "securePlainEmail", "email": "string"}
Or, if you're into Lua:
securePlainEmail={_='securePlainEmail', email='string'}