2016-12-19 18:56:52 +03:00
|
|
|
## Constructor: chatParticipantsForbidden
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
|
|
|
|
| Name | Type | Required |
|
|
|
|
|----------|:-------------:|---------:|
|
|
|
|
|chat\_id|[int](../types/int.md) | Required|
|
|
|
|
|self\_participant|[ChatParticipant](../types/ChatParticipant.md) | Optional|
|
|
|
|
|
2016-12-19 20:56:05 +03:00
|
|
|
|
|
|
|
|
|
|
|
### Type: [ChatParticipants](../types/ChatParticipants.md)
|
|
|
|
|
|
|
|
|
2016-12-19 18:56:52 +03:00
|
|
|
### Example:
|
|
|
|
|
|
|
|
```
|
2016-12-19 19:48:27 +03:00
|
|
|
$chatParticipantsForbidden = ['_' => chatParticipantsForbidden', 'chat_id' => int, 'self_participant' => ChatParticipant, ];
|
2016-12-19 18:56:52 +03:00
|
|
|
```
|