MadelineProtoDocs/docs/API_docs/constructors/inputPrivacyKeyChatInvite.md
2019-12-27 17:48:04 +01:00

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