mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 18:27:20 +01:00
22 lines
575 B
Markdown
22 lines
575 B
Markdown
## Constructor: channelForbidden
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|broadcast|[Bool](../types/Bool.md) | Optional|
|
|
|megagroup|[Bool](../types/Bool.md) | Optional|
|
|
|id|[int](../types/int.md) | Required|
|
|
|access\_hash|[long](../types/long.md) | Required|
|
|
|title|[string](../types/string.md) | Required|
|
|
|
|
|
|
|
|
### Type: [Chat](../types/Chat.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$channelForbidden = ['_' => channelForbidden', 'broadcast' => true, 'megagroup' => true, 'id' => int, 'access_hash' => long, 'title' => string, ];
|
|
``` |