mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
25 lines
475 B
Markdown
25 lines
475 B
Markdown
---
|
|
title: "privacyKeyChatInvite"
|
|
description: "Whether the user can be invited to chats"
|
|
nav_exclude: true
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
---
|
|
# Constructor: privacyKeyChatInvite
|
|
[Back to constructors index](/API_docs/constructors/index.html)
|
|
|
|
|
|
|
|
Whether the user can be invited to chats
|
|
|
|
|
|
|
|
|
|
### Type: [PrivacyKey](/API_docs/types/PrivacyKey.html)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$privacyKeyChatInvite = ['_' => 'privacyKeyChatInvite'];
|
|
```
|