MadelineProtoDocs/old_docs/API_docs_v2/constructors/chatParticipantsForbidden.md

738 B

title description image
chatParticipantsForbidden Info on members is unavailable https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: chatParticipantsForbidden

Back to constructors index

Info on members is unavailable

Attributes:

Name Type Required Description
chat_id int Yes Group ID

Type: ChatParticipants

Example:

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

Or, if you're into Lua:

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