public static class TdApi.MessageCalendarDay extends TdApi.Object
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.Message |
message
First message sent on the day.
|
int |
totalCount
Total number of found messages sent on the day.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public int totalCount
public TdApi.Message message
public static final int CONSTRUCTOR
public MessageCalendarDay()
public MessageCalendarDay(int totalCount, TdApi.Message message)
totalCount
- Total number of found messages sent on the day.message
- First message sent on the day.public int getConstructor()
getConstructor
in class TdApi.Object