mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 20:47:46 +01:00
28 lines
485 B
Markdown
28 lines
485 B
Markdown
---
|
|
title: chatForbidden
|
|
description: chatForbidden attributes, type and example
|
|
---
|
|
## Constructor: chatForbidden
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
### 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, ];
|
|
```
|
|
|