InlineQueryResultCachedAudio.fromJson constructor

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

Creates an InlineQueryResultCachedAudio object from a JSON map

Implementation

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