MadelineProtoDocs/docs/API_docs/constructors/privacyKeyChatInvite.md
2024-05-01 14:53:46 +02:00

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'];
```