MadelineProtoDocs/docs/API_docs/constructors/inputPrivacyKeyChatInvite.md

517 B

title description image
inputPrivacyKeyChatInvite Privacy key chat invite https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputPrivacyKeyChatInvite

Back to constructors index

Privacy key chat invite

Type: InputPrivacyKey

Example:

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

Or, if you're into Lua:

inputPrivacyKeyChatInvite={_='inputPrivacyKeyChatInvite'}