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