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