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