GetChatMessageCalendar class
Constructors
-
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"
const
Properties
-
chatId
→ int
-
chatId Identifier of the chat in which to return information about messages
final
-
filter
→ SearchMessagesFilter
-
filter Filter for message content. Filters searchMessagesFilterEmpty, searchMessagesFilterMention, searchMessagesFilterUnreadMention, and searchMessagesFilterUnreadReaction are unsupported in this function
final
-
fromMessageId
→ int
-
fromMessageId The message identifier from which to return information about messages; use 0 to get results from the last message
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited