ChatEventForumTopicCreated.fromJson constructor
Parse from a json
Implementation
factory ChatEventForumTopicCreated.fromJson(Map<String, dynamic> json) =>
ChatEventForumTopicCreated(
topicInfo: ForumTopicInfo.fromJson(json['topic_info']),
);