ForumTopicInfo class
Contains basic information about a forum topic.
- Inheritance
- Available Extensions
Constructors
- ForumTopicInfo({required int message_thread_id, required String name, required ForumTopicIcon icon, required int creation_date, required MessageSender creator_id, required bool is_general, required bool is_outgoing, required bool is_closed, int? extra, int? clientId})
- Contains basic information about a forum topic
Properties
- clientId ↔ int?
-
TDLib client instance identifier, for which the response was received.
read / writeoverride
- creation_date ↔ int
-
Point in time (Unix timestamp) when the topic was created.
read / write
- creator_id ↔ MessageSender
-
Identifier of the creator of the topic.
read / write
- extra ↔ int?
-
Request identifier. Must be non-zero.
read / writeoverride
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- icon ↔ ForumTopicIcon
-
Icon of the topic.
read / write
- is_closed ↔ bool
-
True, if the topic is closed.
read / write
- is_general ↔ bool
-
True, if the topic is the General topic list.
read / write
-
True, if the topic is hidden above the topic list and closed; for General topic only.
read / write
- is_outgoing ↔ bool
-
True, if the topic was created by the current user.
read / write
- message_thread_id ↔ int
-
Message thread identifier of the topic.
read / write
- name ↔ String
-
Name of the topic.
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) → ForumTopicInfo? -
Construct from Map.
override
Constants
- CONSTRUCTOR → const String
-
@type
"forumTopicInfo"