account.updateProfile
Updates user profile.
Example
TL schema
Parameters
Name
Type
Description
flags
first_name
New user first name
last_name
New user last name
about
New bio
Result
Returns User object containing the updated current user profile.
Possible errors
Code
Type
Description
400
ABOUT_TOO_LONG
About string too long
400
FIRSTNAME_INVALID
The first name is invalid
Can bots use this methd ?
yes
Related pages
Last updated