mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 19:47:20 +01:00
19 lines
354 B
Markdown
19 lines
354 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, ];
|
|
``` |