ForumTopicCreated constructor

ForumTopicCreated({
  1. required String name,
  2. required int iconColor,
  3. String? iconCustomEmojiId,
})

Implementation

ForumTopicCreated({
  required this.name,
  required this.iconColor,
  this.iconCustomEmojiId,
});