565 B
565 B
title | description | image |
---|---|---|
inputPrivacyValueDisallowContacts | Disallow only contacts | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputPrivacyValueDisallowContacts
Disallow only contacts
Type: InputPrivacyRule
Example:
$inputPrivacyValueDisallowContacts = ['_' => 'inputPrivacyValueDisallowContacts'];
Or, if you're into Lua:
inputPrivacyValueDisallowContacts={_='inputPrivacyValueDisallowContacts'}