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