Package org.drinkless.tdlib
Class TdApi.MessageCalendarDay
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.MessageCalendarDay
- Enclosing class:
- TdApi
Contains information about found messages sent on a specific day.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.First message sent on the day.intTotal number of found messages sent on the day. -
Constructor Summary
ConstructorsConstructorDescriptionContains information about found messages sent on a specific day.MessageCalendarDay(int totalCount, TdApi.Message message) Contains information about found messages sent on a specific day. -
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
-
totalCount
public int totalCountTotal number of found messages sent on the day. -
message
First message sent on the day. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
MessageCalendarDay
public MessageCalendarDay()Contains information about found messages sent on a specific day. -
MessageCalendarDay
Contains information about found messages sent on a specific day.- Parameters:
totalCount- Total number of found messages sent on the day.message- First message sent on the day.
-
-
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
-