MadelineProtoDocs/old_docs/API_docs_v14/constructors/inputPrivacyValueDisallowCo...

565 B

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

Constructor: inputPrivacyValueDisallowContacts

Back to constructors index

Disallow only contacts

Type: InputPrivacyRule

Example:

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

Or, if you're into Lua:

inputPrivacyValueDisallowContacts={_='inputPrivacyValueDisallowContacts'}