BotSharp/BotSharp.RestApi/Integrations/FacebookMessenger/WebhookMessageQuickReply.cs
2018-07-18 20:56:17 -05:00

12 lines
231 B
C#

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