MadelineProtoDocs/docs/API_docs/constructors/inputPrivacyValueAllowContacts.md
Daniil Gentili f73c175203 Update docs
2018-12-26 01:56:50 +00:00

670 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'];

PWRTelegram json-encoded version:

{"_": "inputPrivacyValueAllowContacts"}

Or, if you're into Lua:

inputPrivacyValueAllowContacts={_='inputPrivacyValueAllowContacts'}