25 lines
735 B
Markdown
25 lines
735 B
Markdown
---
|
|
title: changeChannelDescription
|
|
description: Changes information about the channel. Needs appropriate rights in the channel
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
---
|
|
# 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
|
|
|
|
### Parameters:
|
|
|
|
| Name | Type | Description | Required |
|
|
|----------|---------------|-------------|----------|
|
|
|channel\_id|[int](../types/int.md) | Identifier of the channel | Yes|
|
|
|description|[string](../types/string.md) | New channel description, 0-255 characters | Yes|
|
|
|
|
|
|
### Return type: [Ok](../types/Ok.md)
|
|
|