34 lines
477 B
Markdown
34 lines
477 B
Markdown
|
---
|
||
|
title: privacyKeyChatInvite
|
||
|
description: Privacy key chat invite
|
||
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
||
|
---
|
||
|
# Constructor: privacyKeyChatInvite
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
Privacy key chat invite
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [PrivacyKey](../types/PrivacyKey.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```php
|
||
|
$privacyKeyChatInvite = ['_' => 'privacyKeyChatInvite'];
|
||
|
```
|
||
|
|
||
|
|
||
|
Or, if you're into Lua:
|
||
|
|
||
|
```lua
|
||
|
privacyKeyChatInvite={_='privacyKeyChatInvite'}
|
||
|
|
||
|
```
|
||
|
|
||
|
|