18 lines
330 B
Markdown
18 lines
330 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 = ['id' => int, 'title' => string, ];
|
|
``` |