ForumTopicEdited class

This object represents a service message about an edited forum topic.

Constructors

ForumTopicEdited({String? name, String? iconCustomEmojiId})
Creates a new ForumTopicEdited object.
const
ForumTopicEdited.fromJson(Map<String, dynamic> json)
Creates a new ForumTopicEdited object from json.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
iconCustomEmojiId String?
Optional. New identifier of the custom emoji shown as the topic icon, if it was edited; an empty string if the icon was removed
final
name String?
Optional. New name of the topic, if it was edited
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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