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

772 B

title description image
changeName Changes first and last names of logged in user. If something changes, updateUser will be sent https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Method: changeName

Back to methods index

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
first_name string Yes New value of user first name, 1-255 characters
last_name string Yes New value of optional user last name, 0-255 characters

Return type: Ok