mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
847 B
847 B
title | description | nav_exclude | image |
---|---|---|---|
securePlainPhone | Phone number to use in telegram passport: it must be verified, first ». | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: securePlainPhone
Phone number to use in telegram passport: it must be verified, first ».
Attributes:
Name | Type | Required | Description |
---|---|---|---|
phone | string | Yes | Phone number |
Type: SecurePlainData
Example:
$securePlainPhone = ['_' => 'securePlainPhone', 'phone' => 'string'];