telegram api method · layer 229 · #78515775
account.updateProfile
Updates user profile.
definition
account.updateProfile#78515775 flags:# first_name:flags.0?string last_name:flags.1?string about:flags.2?string = User;
parameters
| name | type | description |
|---|---|---|
flags | # | Flags, see TL conditional fields |
first_name | string | New user first name |
last_name | string | New user last name |
about | string | New bio |
returns
errors (5)
| code | error | description |
|---|---|---|
| 400 | ABOUT_TOO_LONG | About string too long. |
| 400 | BUSINESS_CONNECTION_INVALID | The connection_id passed to the wrapping invokeWithBusinessConnection call is invalid. |
| 400 | BUSINESS_CONNECTION_NOT_ALLOWED | This method was invoked over a business connection using invokeWithBusinessConnection, but either (1) we're a user, and users cannot invoke methods over a business connection; (2) we're a bot, but business mode was disabled in @botfather or (3); we're a bot, but this method cannot be invoked over a business connection. |
| 400 | FIRSTNAME_INVALID | The first name is invalid. |
| 401 | AUTH_KEY_UNREGISTERED | The specified authorization key is not registered in the system (for example, a PFS temporary key has expired). |
history
present in layers 2–229 · constructor id changed 1×
| id | layers |
|---|---|
| #f0888d68 | 2–46 |
| #78515775 | 62–229 |