InlineQueryResultCachedMpeg4Gif.fromJson constructor

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

Creates an InlineQueryResultCachedMpeg4Gif object from a JSON map

Implementation

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