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