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