1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-15 00:06:55 +01:00
MadelineProto/docs/TD_docs/methods/changeChannelDescription.md

24 lines
676 B
Markdown
Raw Normal View History

2017-08-25 15:05:53 +02:00
---
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
### Parameters:
2017-08-25 15:05:53 +02:00
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
2018-03-20 16:42:05 +01:00
|channel\_id|[CLICK ME int](../types/int.md) | Yes|Identifier of the channel|
|description|[CLICK ME string](../types/string.md) | Yes|New channel description, 0-255 characters|
2017-08-25 15:05:53 +02:00
### Return type: [Ok](../types/Ok.md)