mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 05:59:36 +01:00
20 lines
312 B
Markdown
20 lines
312 B
Markdown
---
|
|
title: privacyKeyChatInvite
|
|
description: privacyKeyChatInvite attributes, type and example
|
|
---
|
|
## Constructor: privacyKeyChatInvite
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [PrivacyKey](../types/PrivacyKey.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$privacyKeyChatInvite = ['_' => 'privacyKeyChatInvite', ];
|
|
``` |