GetForumTopics class

Returns found forum topics in a forum chat. This is a temporary method for getting information about topic list from the server.

Returns ForumTopics.

Inheritance
Available Extensions

Constructors

GetForumTopics({required int chat_id, required String query, required int offset_date, required int offset_message_id, required int offset_message_thread_id, required int limit, int? extra, int? clientId})
Returns found forum topics in a forum chat. This is a temporary method for getting information about topic list from the server

Properties

chat_id int
Identifier of the forum chat.
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
hashCode int
The hash code for this object.
read-onlyinherited
limit int
The maximum number of forum topics to be returned; up to 100. For optimal performance, the number of returned forum topics is chosen by TDLib and can be smaller than the specified limit.
read / write
offset_date int
The date starting from which the results need to be fetched. Use 0 or any date in the future to get results from the last topic.
read / write
offset_message_id int
The message identifier of the last message in the last found topic, or 0 for the first request.
read / write
offset_message_thread_id int
The message thread identifier of the last found topic, or 0 for the first request.
read / write
query String
Query to search for in the forum topic's name.
read / write
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) GetForumTopics?
Construct from Map.
override

Constants

CONSTRUCTOR → const String
@type
"getForumTopics"