public static class TdApi.UserStatusRecently extends TdApi.UserStatus
| Modifier and Type | Field and Description |
|---|---|
boolean |
byMyPrivacySettings
Exact user's status is hidden because the current user enabled userPrivacySettingShowStatus privacy setting for the user and has no Telegram Premium.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
UserStatusRecently()
The user was online recently.
|
UserStatusRecently(boolean byMyPrivacySettings)
The user was online recently.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic boolean byMyPrivacySettings
public static final int CONSTRUCTOR
public UserStatusRecently()
public UserStatusRecently(boolean byMyPrivacySettings)
byMyPrivacySettings - Exact user's status is hidden because the current user enabled userPrivacySettingShowStatus privacy setting for the user and has no Telegram Premium.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object