GetChatMessageCalendar class

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".

Returns MessageCalendar.

Inheritance
Available Extensions

Constructors

GetChatMessageCalendar({required int chat_id, required SearchMessagesFilter filter, required int from_message_id, int? extra, int? clientId})
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"

Properties

chat_id int
Identifier of the chat in which to return information about messages.
read / write
clientId int?
TDLib client instance identifier, for which the response was received.
read / writeoverride
extra int?
Request identifier. Must be non-zero.
read / writeoverride
filter SearchMessagesFilter
Filter for message content. Filters searchMessagesFilterEmpty, searchMessagesFilterMention, searchMessagesFilterUnreadMention, and searchMessagesFilterUnreadReaction are unsupported in this function.
read / write
from_message_id int
The message identifier from which to return information about messages; use 0 to get results from the last message.
read / write
hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Object to Map serializer
override
toString() String
A string representation of this object.
override

Operators

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

Static Methods

fromMap(Map<String, dynamic>? _map) GetChatMessageCalendar?
Construct from Map.
override

Constants

CONSTRUCTOR → const String
@type
"getChatMessageCalendar"