public static class TdApi.MessageCalendar extends TdApi.Object
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.MessageCalendarDay[] |
days
Information about messages sent.
|
int |
totalCount
Total number of found messages.
|
Constructor and Description |
---|
MessageCalendar()
Contains 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".
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public int totalCount
public TdApi.MessageCalendarDay[] days
public static final int CONSTRUCTOR
public MessageCalendar()
public MessageCalendar(int totalCount, TdApi.MessageCalendarDay[] days)
totalCount
- Total number of found messages.days
- Information about messages sent.public int getConstructor()
getConstructor
in class TdApi.Object