MadelineProtoDocs/docs/API_docs/constructors/inputPrivacyKeyAddedByPhone.md
2019-12-27 17:48:04 +01:00

621 B

title description image
inputPrivacyKeyAddedByPhone Whether people can add you to their contact list by your phone number https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputPrivacyKeyAddedByPhone

Back to constructors index

Whether people can add you to their contact list by your phone number

Type: InputPrivacyKey

Example:

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

Or, if you're into Lua:

inputPrivacyKeyAddedByPhone={_='inputPrivacyKeyAddedByPhone'}