MadelineProtoDocs/docs/API_docs/constructors/inputPrivacyKeyPhoneNumber.md

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'}