using System; using System.Collections.Generic; using System.Text; namespace BotSharp.RestApi.Integrations.FacebookMessenger { public class WebhookMessageQuickReply { public String Payload { get; set; } } }