MadelineProtoDocs/old_docs/API_docs_v14/constructors/privacyKeyChatInvite.md

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

Back to constructors index

Whether the user can be invited to chats

Type: PrivacyKey

Example:

$privacyKeyChatInvite = ['_' => 'privacyKeyChatInvite'];

Or, if you're into Lua:

privacyKeyChatInvite={_='privacyKeyChatInvite'}