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