MadelineProto/docs/TD_docs/methods/changeUsername.md
2017-08-25 14:43:29 +02:00

23 lines
585 B
Markdown

---
title: changeUsername
description: Changes username of logged in user. If something changes, updateUser will be sent
---
## Method: changeUsername
[Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Changes username of logged in user. If something changes, updateUser will be sent
### Params:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|username|[string](../types/string.md) | Yes|New value of username. Use empty string to remove username|
### Return type: [Ok](../types/Ok.md)