MessageForumTopicEdited class

A forum topic has been edited.

Inheritance
Available Extensions

Constructors

MessageForumTopicEdited({required String name, required bool edit_icon_custom_emoji_id, required int64 icon_custom_emoji_id, int? extra, int? clientId})
A forum topic has been edited

Properties

clientId int?
TDLib client instance identifier, for which the response was received.
read / writeoverride
edit_icon_custom_emoji_id bool
True, if icon's custom_emoji_id is changed.
read / write
extra int?
Request identifier. Must be non-zero.
read / writeoverride
hashCode int
The hash code for this object.
read-onlyinherited
icon_custom_emoji_id int64
New unique identifier of the custom emoji shown on the topic icon; 0 if none. Must be ignored if edit_icon_custom_emoji_id is false. ; string representation of int, use int.parse
read / write
name String
If non-empty, the new 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) MessageForumTopicEdited?
Construct from Map.
override

Constants

CONSTRUCTOR → const String
@type
"messageForumTopicEdited"