1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-12 15:47:21 +01:00
MadelineProto/docs/API_docs/constructors/inputPrivacyValueDisallowContacts.md
2017-07-23 16:11:02 +02:00

622 B

title description
inputPrivacyValueDisallowContacts inputPrivacyValueDisallowContacts attributes, type and example

Constructor: inputPrivacyValueDisallowContacts

Back to constructors index

Type: InputPrivacyRule

Example:

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

PWRTelegram json-encoded version:

{"_":"inputPrivacyValueDisallowContacts"}

Or, if you're into Lua:

inputPrivacyValueDisallowContacts={_='inputPrivacyValueDisallowContacts', }