MadelineProtoDocs/old_docs/API_docs_v66/constructors/inputPrivacyKeyChatInvite.md

551 B

title description image
inputPrivacyKeyChatInvite Whether the user can be invited to chats https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputPrivacyKeyChatInvite

Back to constructors index

Whether the user can be invited to chats

Type: InputPrivacyKey

Example:

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

Or, if you're into Lua:

inputPrivacyKeyChatInvite={_='inputPrivacyKeyChatInvite'}