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