MadelineProtoDocs/docs/API_docs/constructors/securePlainPhone.md

985 B

title: securePlainPhone description: Phone number to use in telegram passport: it must be verified, first ». image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: securePlainPhone

Back to constructors index

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'];

Or, if you're into Lua:

securePlainPhone={_='securePlainPhone', phone='string'}