Package org.drinkless.tdlib
Class TdApi.UserStatusRecently
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.UserStatus
org.drinkless.tdlib.TdApi.UserStatusRecently
- Enclosing class:
- TdApi
The user was online recently.
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanExact user's status is hidden because the current user enabled userPrivacySettingShowStatus privacy setting for the user and has no Telegram Premium.static final intIdentifier uniquely determining type of the object. -
Constructor Summary
ConstructorsConstructorDescriptionThe user was online recently.UserStatusRecently(boolean byMyPrivacySettings) The user was online recently. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
byMyPrivacySettings
public boolean byMyPrivacySettingsExact user's status is hidden because the current user enabled userPrivacySettingShowStatus privacy setting for the user and has no Telegram Premium. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UserStatusRecently
public UserStatusRecently()The user was online recently. -
UserStatusRecently
public UserStatusRecently(boolean byMyPrivacySettings) The user was online recently.- Parameters:
byMyPrivacySettings- Exact user's status is hidden because the current user enabled userPrivacySettingShowStatus privacy setting for the user and has no Telegram Premium.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-