814 B
814 B
title | description | image |
---|---|---|
inputPrivacyValueDisallowChatParticipants | Disallowed chats | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputPrivacyValueDisallowChatParticipants
Disallowed 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}}