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

24 lines
717 B
Markdown
Raw Normal View History

---
title: changeName
description: Changes first and last names of logged in user. If something changes, updateUser will be sent
---
## Method: changeName
[Back to methods index](index.md)
2017-06-06 18:39:21 +02:00
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Changes first and last names of logged in user. If something changes, updateUser will be sent
### Parameters:
| Name | Type | Required | Description |
2017-08-20 11:05:56 +02:00
|----------|---------------|----------|-------------|
2018-03-20 16:42:05 +01:00
|first\_name|[CLICK ME string](../types/string.md) | Yes|New value of user first name, 1-255 characters|
|last\_name|[CLICK ME string](../types/string.md) | Yes|New value of optional user last name, 0-255 characters|
### Return type: [Ok](../types/Ok.md)