mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-15 14:27:00 +01:00
23 lines
422 B
Markdown
23 lines
422 B
Markdown
---
|
|
title: updateUser
|
|
description: Some data about a user has been changed
|
|
---
|
|
## Constructor: updateUser
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
Some data about a user has been changed
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|user|[user](../types/user.md) | Yes|New data about the user|
|
|
|
|
|
|
|
|
### Type: [Update](../types/Update.md)
|
|
|
|
|