Package org.drinkless.tdlib
Class TdApi.MessageCalendar
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.MessageCalendar
- Enclosing class:
- TdApi
Contains information about found messages, split by days according to the option "utc_time_offset".
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Information about messages sent.intTotal number of found messages. -
Constructor Summary
ConstructorsConstructorDescriptionContains information about found messages, split by days according to the option "utc_time_offset".MessageCalendar(int totalCount, TdApi.MessageCalendarDay[] days) Contains information about found messages, split by days according to the option "utc_time_offset". -
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. -
days
Information about messages sent. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
MessageCalendar
public MessageCalendar()Contains information about found messages, split by days according to the option "utc_time_offset". -
MessageCalendar
Contains information about found messages, split by days according to the option "utc_time_offset".- Parameters:
totalCount- Total number of found messages.days- Information about messages sent.
-
-
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
-