MadelineProtoDocs/old_docs/API_docs_v105/constructors/inputPrivacyKeyChatInvite.md

34 lines
517 B
Markdown
Raw Normal View History

2019-09-13 17:13:55 +02:00
---
title: inputPrivacyKeyChatInvite
description: Privacy key chat invite
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: inputPrivacyKeyChatInvite
[Back to constructors index](index.md)
Privacy key chat invite
### Type: [InputPrivacyKey](../types/InputPrivacyKey.md)
### Example:
```php
$inputPrivacyKeyChatInvite = ['_' => 'inputPrivacyKeyChatInvite'];
```
Or, if you're into Lua:
```lua
inputPrivacyKeyChatInvite={_='inputPrivacyKeyChatInvite'}
```