Package org.drinkless.tdlib
Class TdApi.DateTimePartPrecisionLong
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.DateTimePartPrecision
org.drinkless.tdlib.TdApi.DateTimePartPrecisionLong
- Enclosing class:
TdApi
Show the date or time in a long way (March 17, 2022 or 22:45:00.)
-
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 long way (March 17, 2022 or 22:45:00.) -
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
-
DateTimePartPrecisionLong
public DateTimePartPrecisionLong()Show the date or time in a long way (March 17, 2022 or 22:45:00.)
-
-
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
-