mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 19:37:51 +01:00
605 B
605 B
title | description |
---|---|
inputPrivacyValueDisallowContacts | inputPrivacyValueDisallowContacts attributes, type and example |
Constructor: inputPrivacyValueDisallowContacts
Attributes:
Name | Type | Required |
---|
Type: InputPrivacyRule
Example:
$inputPrivacyValueDisallowContacts = ['_' => 'inputPrivacyValueDisallowContacts', ];
Or, if you're into Lua:
inputPrivacyValueDisallowContacts={_='inputPrivacyValueDisallowContacts', }