MadelineProtoDocs/docs/API_docs/constructors/inputPrivacyValueDisallowCh...

882 B

title description image
inputPrivacyValueDisallowChatParticipants Disallow only participants of certain chats https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputPrivacyValueDisallowChatParticipants

Back to constructors index

Disallow only participants of certain chats

Attributes:

Name Type Required Description
chats Array of int Yes Disallowed chat IDs

Type: InputPrivacyRule

Example:

$inputPrivacyValueDisallowChatParticipants = ['_' => 'inputPrivacyValueDisallowChatParticipants', 'chats' => [int, int]];

Or, if you're into Lua:

inputPrivacyValueDisallowChatParticipants={_='inputPrivacyValueDisallowChatParticipants', chats={int}}