InlineQueryResultPhoto.fromJson constructor

InlineQueryResultPhoto.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory InlineQueryResultPhoto.fromJson(Map<String, dynamic> json) =>
    _$InlineQueryResultPhotoFromJson(json);