ChatEventForumTopicCreated constructor

const ChatEventForumTopicCreated({
  1. required ForumTopicInfo topicInfo,
})

A new forum topic was created

Implementation

const ChatEventForumTopicCreated({
  required this.topicInfo,
});