MadelineProto/docs/API_docs/constructors/updateChannel.md

17 lines
284 B
Markdown
Raw Normal View History

## Constructor: updateChannel
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|channel\_id|[int](../types/int.md) | Required|
### Type: [Update](../types/Update.md)
### Example:
```
$updateChannel = ['channel_id' => int, ];
```