MadelineProto/docs/API_docs/constructors/chatParticipantsForbidden.md
2016-12-19 20:56:05 +03:00

19 lines
475 B
Markdown

## Constructor: chatParticipantsForbidden
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|chat\_id|[int](../types/int.md) | Required|
|self\_participant|[ChatParticipant](../types/ChatParticipant.md) | Optional|
### Type: [ChatParticipants](../types/ChatParticipants.md)
### Example:
```
$chatParticipantsForbidden = ['_' => chatParticipantsForbidden', 'chat_id' => int, 'self_participant' => ChatParticipant, ];
```