GetChatMessageCalendar class

Inheritance

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

Methods

copyWith({int? chatId, SearchMessagesFilter? filter, int? fromMessageId}) GetChatMessageCalendar
getConstructor() String
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson([dynamic extra]) Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

CONSTRUCTOR → const String