Parse from a json
factory MessageWebAppDataSent.fromJson(Map<String, dynamic> json) => MessageWebAppDataSent( buttonText: json['button_text'], );