Creates a json from the object
Map<String, dynamic> toJson() { return { 'type': type, 'media': media, 'caption': caption, 'parse_mode': parseMode, }..removeWhere((_, v) => v == null); }