MadelineProtoDocs/docs/TD_docs/methods/changeChannelUsername.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

25 lines
727 B
Markdown

---
title: changeChannelUsername
description: Changes username of the channel. Needs creator privileges in the channel
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Method: changeChannelUsername
[Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Changes username of the channel. Needs creator privileges in the channel
### Parameters:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|channel\_id|[int](../types/int.md) | Yes|Identifier of the channel|
|username|[string](../types/string.md) | Yes|New value of username. Use empty string to remove username|
### Return type: [Ok](../types/Ok.md)