InlineQueryResultVideo.fromJson constructor
Creates an instance of InlineQueryResultVideo from a JSON map.
Implementation
factory InlineQueryResultVideo.fromJson(Map<String, dynamic> json) =>
_$InlineQueryResultVideoFromJson(json);
Creates an instance of InlineQueryResultVideo from a JSON map.
factory InlineQueryResultVideo.fromJson(Map<String, dynamic> json) =>
_$InlineQueryResultVideoFromJson(json);