511 B
511 B
title | description | image |
---|---|---|
privacyKeyChatInvite | Whether the user can be invited to chats | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: privacyKeyChatInvite
Whether the user can be invited to chats
Type: PrivacyKey
Example:
$privacyKeyChatInvite = ['_' => 'privacyKeyChatInvite'];
Or, if you're into Lua:
privacyKeyChatInvite={_='privacyKeyChatInvite'}