InlineQueryResultVideo.fromJson constructor

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

Implementation

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