780 B
780 B
title | description | image |
---|---|---|
privacyValueAllowChatParticipants | Allow chat participants? | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: privacyValueAllowChatParticipants
Allow chat participants?
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}}