1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-12 18:47:21 +01:00
MadelineProto/docs/API_docs/constructors/updateUserName.md

20 lines
507 B
Markdown

## Constructor: updateUserName
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|user\_id|[int](../types/int.md) | Required|
|first\_name|[string](../types/string.md) | Required|
|last\_name|[string](../types/string.md) | Required|
|username|[string](../types/string.md) | Required|
### Type: [Update](../types/Update.md)
### Example:
```
$updateUserName = ['user_id' => int, 'first_name' => string, 'last_name' => string, 'username' => string, ];
```