ForumTopics class

Describes a list of forum topics.

Inheritance
Available Extensions

Constructors

ForumTopics({required int total_count, required List<ForumTopic> topics, required int next_offset_date, required int next_offset_message_id, required int next_offset_message_thread_id, int? extra, int? clientId})
Describes a list of forum topics

Properties

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
next_offset_date int
Offset date for the next getForumTopics request.
read / write
next_offset_message_id int
Offset message identifier for the next getForumTopics request.
read / write
next_offset_message_thread_id int
Offset message thread identifier for the next getForumTopics request.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
topics List<ForumTopic>
List of forum topics.
read / write
total_count int
Approximate total number of forum topics found.
read / write

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) ForumTopics?
Construct from Map.
override

Constants

CONSTRUCTOR → const String
@type
"forumTopics"