public static class TdApi.UpdateUser extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.User |
user
New data about the user.
|
| Constructor and Description |
|---|
UpdateUser()
Some data of a user has changed.
|
UpdateUser(TdApi.User user)
Some data of a user has changed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.User user
public static final int CONSTRUCTOR
public UpdateUser()
public UpdateUser(TdApi.User user)
user - New data about the user.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object