MadelineProtoDocs/old_docs/API_docs_v40/constructors/chatParticipantsForbidden.md

731 B

title description image
chatParticipantsForbidden Chat participants forbidden https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: chatParticipantsForbidden

Back to constructors index

Chat participants forbidden

Attributes:

Name Type Required Description
chat_id int Yes Chat ID

Type: ChatParticipants

Example:

$chatParticipantsForbidden = ['_' => 'chatParticipantsForbidden', 'chat_id' => int];

Or, if you're into Lua:

chatParticipantsForbidden={_='chatParticipantsForbidden', chat_id=int}