MadelineProtoDocs/old_docs/API_docs_v14/constructors/chatParticipantsForbidden.md

941 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
self_participant ChatParticipant Optional Info about the group membership of the current user

Type: ChatParticipants

Example:

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

Or, if you're into Lua:

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