ChatEventForumTopicDeleted constructor

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

A forum topic was deleted

Implementation

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