Package org.drinkless.tdlib
Class TdApi.MessageCalendarDay
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.MessageCalendarDay
-
- Enclosing class:
- TdApi
public static class TdApi.MessageCalendarDay extends TdApi.Object
Contains information about found messages sent on a specific day.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.MessagemessageFirst message sent on the day.inttotalCountTotal number of found messages sent on the day.
-
Constructor Summary
Constructors Constructor Description MessageCalendarDay()Contains 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
totalCount
public int totalCount
Total number of found messages sent on the day.
-
message
public TdApi.Message message
First message sent on the day.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MessageCalendarDay
public MessageCalendarDay()
Contains information about found messages sent on a specific day.
-
MessageCalendarDay
public MessageCalendarDay(int totalCount, TdApi.Message message)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 Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-