783 B
783 B
title | description | image |
---|---|---|
privacyValueDisallowChatParticipants | Diallowed chats | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: privacyValueDisallowChatParticipants
Diallowed chats
Attributes:
Name | Type | Required | Description |
---|---|---|---|
chats | Array of int | Yes | Disallowed chats |
Type: PrivacyRule
Example:
$privacyValueDisallowChatParticipants = ['_' => 'privacyValueDisallowChatParticipants', 'chats' => [int, int]];
Or, if you're into Lua:
privacyValueDisallowChatParticipants={_='privacyValueDisallowChatParticipants', chats={int}}