InlineQueryResultCachedGif.fromJson constructor

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

Implementation

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