public static class TdApi.UpdateUserStatus extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.UserStatus |
status
New status of the user.
|
long |
userId
User identifier.
|
| Constructor and Description |
|---|
UpdateUserStatus()
The user went online or offline.
|
UpdateUserStatus(long userId,
TdApi.UserStatus status)
The user went online or offline.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long userId
public TdApi.UserStatus status
public static final int CONSTRUCTOR
public UpdateUserStatus()
public UpdateUserStatus(long userId,
TdApi.UserStatus status)
userId - User identifier.status - New status of the user.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object