31 lines
712 B
Markdown
31 lines
712 B
Markdown
---
|
|
title: channelForbidden
|
|
description: channelForbidden attributes, type and example
|
|
---
|
|
## Constructor: channelForbidden
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
### 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, ];
|
|
```
|
|
|