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

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