Package org.drinkless.tdlib
Class TdApi.UserStatusLastMonth
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.UserStatus
org.drinkless.tdlib.TdApi.UserStatusLastMonth
- Enclosing class:
- TdApi
The user is offline, but was online last month.
-
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 is offline, but was online last month.UserStatusLastMonth(boolean byMyPrivacySettings) The user is offline, but was online last month. -
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
-
UserStatusLastMonth
public UserStatusLastMonth()The user is offline, but was online last month. -
UserStatusLastMonth
public UserStatusLastMonth(boolean byMyPrivacySettings) The user is offline, but was online last month.- 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
-