34 lines
517 B
Markdown
34 lines
517 B
Markdown
---
|
|
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'}
|
|
|
|
```
|
|
|
|
|