public static class TdApi.UpdateUser extends TdApi.Update
TdApi.Update.Constructors
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() |
toString
public TdApi.User user
public static final int CONSTRUCTOR
public UpdateUser()
public UpdateUser(TdApi.User user)
user
- New data about the user.public int getConstructor()
getConstructor
in class TdApi.Update