MadelineProtoDocs/old_docs/API_docs_v100/constructors/inputPrivacyKeyPhoneNumber.md
2019-12-27 17:48:04 +01:00

593 B

title description image
inputPrivacyKeyPhoneNumber Whether people will be able to see the user's phone number https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputPrivacyKeyPhoneNumber

Back to constructors index

Whether people will be able to see the user's phone number

Type: InputPrivacyKey

Example:

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

Or, if you're into Lua:

inputPrivacyKeyPhoneNumber={_='inputPrivacyKeyPhoneNumber'}