java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.MessageCalendarDay
- Enclosing class:
- TdApi
Contains information about found
messages sent on a specific day.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
First message sent on the day.int
Total number of found messages sent on the day. -
Constructor Summary
ConstructorDescriptionContains 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.MessageCalendarDay
(DataInput input) Contains information about found messages sent on a specific day. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, 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 CONSTRUCTOR- 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
- int Total number of found messages sent on the day.message
- Message First message sent on the day.
-
MessageCalendarDay
Contains information about found messages sent on a specific day.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-