MadelineProtoDocs/old_docs/API_docs_v105/constructors/privacyValueAllowChatParticipants.md
2019-12-27 17:48:04 +01:00

810 B

title description image
privacyValueAllowChatParticipants Allow all participants of certain chats https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: privacyValueAllowChatParticipants

Back to constructors index

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}}