mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-14 09:47:20 +01:00
717 B
717 B
title | description |
---|---|
changeName | Changes first and last names of logged in user. If something changes, updateUser will be sent |
Method: changeName
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 | CLICK ME string | Yes | New value of user first name, 1-255 characters |
last_name | CLICK ME string | Yes | New value of optional user last name, 0-255 characters |