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

814 B

title description image
inputPrivacyValueDisallowChatParticipants Disallowed chats https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputPrivacyValueDisallowChatParticipants

Back to constructors index

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