factory ValidateChannelResponse.fromJson(Map<String, dynamic> json) => ValidateChannelResponse(ok: json["ok"], message: json["message"]);