InlineQueryResultPhoto.fromJson constructor
Creates an InlineQueryResultPhoto object from JSON
Implementation
factory InlineQueryResultPhoto.fromJson(Map<String, dynamic> json) =>
_$InlineQueryResultPhotoFromJson(json);
Creates an InlineQueryResultPhoto object from JSON
factory InlineQueryResultPhoto.fromJson(Map<String, dynamic> json) =>
_$InlineQueryResultPhotoFromJson(json);