1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-19 08:31:36 +01:00

19 lines
354 B
Markdown
Raw Normal View History

## Constructor: chatForbidden
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|id|[int](../types/int.md) | Required|
|title|[string](../types/string.md) | Required|
2016-12-19 20:56:05 +03:00
### Type: [Chat](../types/Chat.md)
### Example:
```
2016-12-19 19:48:27 +03:00
$chatForbidden = ['_' => chatForbidden', 'id' => int, 'title' => string, ];
```