BotSharp/BotSharp.RestApi/Integrations/FacebookMessenger/IWebhookMessageBody.cs

11 lines
186 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 interface IWebhookMessageBody
{
}
}