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