BotSharp/BotSharp.Channel.FacebookMessenger/IWebhookMessageBody.cs

11 lines
173 B
C#
Raw Normal View History

2018-11-02 12:53:27 +00:00
using System;
using System.Collections.Generic;
using System.Text;
namespace BotSharp.Channel.FacebookMessenger
{
public interface IWebhookMessageBody
{
}
}