ForumTopicCreated constructor
Creates a new ForumTopicCreated object.
Implementation
const ForumTopicCreated({
required this.name,
required this.color,
this.iconCustomEmojiId,
});
Creates a new ForumTopicCreated object.
const ForumTopicCreated({
required this.name,
required this.color,
this.iconCustomEmojiId,
});