BotSharp/BotSharp.Channel.FacebookMessenger/IWebhookMessageBody.cs
2018-11-02 07:53:27 -05:00

11 lines
173 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace BotSharp.Channel.FacebookMessenger
{
public interface IWebhookMessageBody
{
}
}