Package org.drinkless.tdlib
Class TdApi.DateTimePartPrecisionShort
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.DateTimePartPrecision
org.drinkless.tdlib.TdApi.DateTimePartPrecisionShort
- Enclosing class:
TdApi
Show the date or time in a short way (17.03.22 or 22:45).
-
Nested Class Summary
Nested classes/interfaces inherited from class org.drinkless.tdlib.TdApi.DateTimePartPrecision
TdApi.DateTimePartPrecision.Constructors -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object. -
Constructor Summary
ConstructorsConstructorDescriptionShow the date or time in a short way (17.03.22 or 22:45). -
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
-
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
DateTimePartPrecisionShort
public DateTimePartPrecisionShort()Show the date or time in a short way (17.03.22 or 22:45).
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.DateTimePartPrecision- Returns:
- this.CONSTRUCTOR
-