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