MadelineProtoDocs/old_docs/API_docs_v25/constructors/inputPrivacyValueDisallowContacts.md
2019-12-27 17:48:04 +01:00

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