MadelineProto/old_docs/API_docs_v33/constructors/inputPrivacyValueDisallowContacts.md

605 B

title description
inputPrivacyValueDisallowContacts inputPrivacyValueDisallowContacts attributes, type and example

Constructor: inputPrivacyValueDisallowContacts

Back to constructors index

Attributes:

Name Type Required

Type: InputPrivacyRule

Example:

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

Or, if you're into Lua:

inputPrivacyValueDisallowContacts={_='inputPrivacyValueDisallowContacts', }