MadelineProtoDocs/docs/API_docs/constructors/chatParticipantsForbidden.md
2024-05-01 14:53:46 +02:00

869 B

title description nav_exclude image
chatParticipantsForbidden Info on members is unavailable true 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 long Yes Group ID
self_participant ChatParticipant Optional Info about the group membership of the current user

Type: ChatParticipants

Example:

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