MadelineProtoDocs/old_docs/API_docs_v14/constructors/inputPrivacyValueAllowConta...

541 B

title description image
inputPrivacyValueAllowContacts Allow only contacts https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputPrivacyValueAllowContacts

Back to constructors index

Allow only contacts

Type: InputPrivacyRule

Example:

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

Or, if you're into Lua:

inputPrivacyValueAllowContacts={_='inputPrivacyValueAllowContacts'}