24 lines
654 B
Markdown
24 lines
654 B
Markdown
---
|
|
title: changeChannelDescription
|
|
description: Changes information about the channel. Needs appropriate rights in the channel
|
|
---
|
|
## Method: changeChannelDescription
|
|
[Back to methods index](index.md)
|
|
|
|
|
|
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
|
|
|
|
|
|
Changes information about the channel. Needs appropriate rights in the channel
|
|
|
|
### Params:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|channel\_id|[int](../types/int.md) | Yes|Identifier of the channel|
|
|
|description|[string](../types/string.md) | Yes|New channel description, 0-255 characters|
|
|
|
|
|
|
### Return type: [Ok](../types/Ok.md)
|
|
|