MadelineProto/docs/API_docs/constructors/chatParticipantsForbidden.md
2016-12-20 13:15:22 +01:00

25 lines
557 B
Markdown

---
title: chatParticipantsForbidden
---
## Constructor: chatParticipantsForbidden
[Back to constructors index](index.md)
### 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, ];
```