MadelineProtoDocs/docs/API_docs/constructors/inputPrivacyValueAllowContacts.md

559 B

title description image
inputPrivacyValueAllowContacts Privacy value allow contacts https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputPrivacyValueAllowContacts

Back to constructors index

Privacy value allow contacts

Type: InputPrivacyRule

Example:

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

Or, if you're into Lua:

inputPrivacyValueAllowContacts={_='inputPrivacyValueAllowContacts'}