668 B
668 B
title | description | image |
---|---|---|
inputPrivacyValueAllowContacts | inputPrivacyValueAllowContacts attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputPrivacyValueAllowContacts
Type: InputPrivacyRule
Example:
$inputPrivacyValueAllowContacts = ['_' => 'inputPrivacyValueAllowContacts'];
PWRTelegram json-encoded version:
{"_": "inputPrivacyValueAllowContacts"}
Or, if you're into Lua:
inputPrivacyValueAllowContacts={_='inputPrivacyValueAllowContacts'}