public static class TdApi.UpdateUserStatus extends TdApi.Update
TdApi.Update.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.Update