mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-14 21:26:55 +01:00
585 B
585 B
title | description |
---|---|
changeUsername | Changes username of logged in user. If something changes, updateUser will be sent |
Method: changeUsername
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Changes username of logged in user. If something changes, updateUser will be sent
Params:
Name | Type | Required | Description |
---|---|---|---|
username | string | Yes | New value of username. Use empty string to remove username |