MadelineProtoDocs/old_docs/API_docs_v102/constructors/privacyKeyPhoneNumber.md
2019-06-24 15:45:02 +02:00

461 B

title description image
privacyKeyPhoneNumber Phone number https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: privacyKeyPhoneNumber

Back to constructors index

Phone number

Type: PrivacyKey

Example:

$privacyKeyPhoneNumber = ['_' => 'privacyKeyPhoneNumber'];

Or, if you're into Lua:

privacyKeyPhoneNumber={_='privacyKeyPhoneNumber'}