BotSharp/BotSharp.RestApi/Integrations/FacebookMessenger/WebhookMessageQuickReply.cs

12 lines
231 B
C#
Raw Normal View History

2018-07-19 01:56:17 +00:00
using System;
using System.Collections.Generic;
using System.Text;
namespace BotSharp.RestApi.Integrations.FacebookMessenger
{
public class WebhookMessageQuickReply
{
public String Payload { get; set; }
}
}