868 B
868 B
title | description | image |
---|---|---|
inputPrivacyValueDisallowChatParticipants | Disallow only participants of certain chats | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputPrivacyValueDisallowChatParticipants
Disallow only participants of certain chats
Attributes:
Name | Type | Required | Description |
---|---|---|---|
chats | Array of int | Yes | CHats |
Type: InputPrivacyRule
Example:
$inputPrivacyValueDisallowChatParticipants = ['_' => 'inputPrivacyValueDisallowChatParticipants', 'chats' => [int, int]];
Or, if you're into Lua:
inputPrivacyValueDisallowChatParticipants={_='inputPrivacyValueDisallowChatParticipants', chats={int}}