Parse from a json
factory ChatEventPollStopped.fromJson(Map<String, dynamic> json) => ChatEventPollStopped( message: Message.fromJson(json['message']), );