MadelineProtoDocs/docs/API_docs/constructors/privacyKeyAddedByPhone.md

581 B

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

Constructor: privacyKeyAddedByPhone

Back to constructors index

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

Type: PrivacyKey

Example:

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

Or, if you're into Lua:

privacyKeyAddedByPhone={_='privacyKeyAddedByPhone'}