MadelineProtoDocs/old_docs/API_docs_v109/constructors/privacyKeyChatInvite.md
2020-03-06 12:24:14 +01:00

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'}