Constructor: chatParticipantsForbidden
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];