ChatEventForumTopicDeleted constructor
      const
      ChatEventForumTopicDeleted({ 
    
- required ForumTopicInfo topicInfo,
A forum topic was deleted
Implementation
const ChatEventForumTopicDeleted({
  required this.topicInfo,
});