InlineQueryResultSticker.fromJson constructor
Parse from a json
Implementation
factory InlineQueryResultSticker.fromJson(Map<String, dynamic> json) => InlineQueryResultSticker(
id: json['id'],
sticker: Sticker.fromJson(json['sticker']),
);
Parse from a json
factory InlineQueryResultSticker.fromJson(Map<String, dynamic> json) => InlineQueryResultSticker(
id: json['id'],
sticker: Sticker.fromJson(json['sticker']),
);