MadelineProto/docs/API_docs/constructors/chatForbidden.md
2016-12-19 20:35:27 +03:00

16 lines
351 B
Markdown

## Constructor: chatForbidden
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|id|[int](../types/int.md) | Required|
|title|[string](../types/string.md) | Required|
### Type:
[Chat](../types/Chat.md)
### Example:
```
$chatForbidden = ['_' => chatForbidden', 'id' => int, 'title' => string, ];
```