mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-04 02:28:31 +01:00
30 lines
771 B
Markdown
30 lines
771 B
Markdown
|
---
|
||
|
title: "privacyValueDisallowChatParticipants"
|
||
|
description: "Disallow only participants of certain chats"
|
||
|
nav_exclude: true
|
||
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
||
|
---
|
||
|
# Constructor: privacyValueDisallowChatParticipants
|
||
|
[Back to constructors index](/API_docs/constructors/index.html)
|
||
|
|
||
|
|
||
|
|
||
|
Disallow only participants of certain chats
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required | Description |
|
||
|
|----------|---------------|----------|-------------|
|
||
|
|chats|Array of [long](/API_docs/types/long.html) | Yes|Disallowed chats|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [PrivacyRule](/API_docs/types/PrivacyRule.html)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$privacyValueDisallowChatParticipants = ['_' => 'privacyValueDisallowChatParticipants', 'chats' => [long, long]];
|
||
|
```
|