ChatEventForumTopicCreated constructor
const
ChatEventForumTopicCreated({
- required ForumTopicInfo topicInfo,
A new forum topic was created
Implementation
const ChatEventForumTopicCreated({
required this.topicInfo,
});