GetChatMessageCalendar constructor
const
GetChatMessageCalendar({
- required int chatId,
- required SearchMessagesFilter filter,
- required int fromMessageId,
Returns information about the next messages of the specified type in the chat split by days. Returns the results in reverse chronological order. Can return partial result for the last returned day. Behavior of this method depends on the value of the option "utc_time_offset"
Implementation
const GetChatMessageCalendar({
required this.chatId,
required this.filter,
required this.fromMessageId,
});