InlineQueryResultCachedSticker.fromJson constructor

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

Implementation

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