InlineQueryResultCachedSticker.fromJson constructor
Constructs an InlineQueryResultCachedSticker object from a JSON map
Implementation
factory InlineQueryResultCachedSticker.fromJson(Map<String, dynamic> json) =>
_$InlineQueryResultCachedStickerFromJson(json);