Changes the user's first name, last name and username.
updateUserName#a7332b73 user_id:int first_name:string last_name:string username:string = Update;
Name | Type | Description |
---|---|---|
user_id | int | User identifier |
first_name | string | New first name. Corresponds to the new value of real_first_name field of the userFull constructor. |
last_name | string | New last name. Corresponds to the new value of real_last_name field of the userFull constructor. |
username | string | New username. Parameter added in Layer 18. |
Extended user info
Below you will find information on scheme changes. For more details on the use of layers, see Invoking API methods.