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

15 lines
284 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace BotSharp.RestApi.Integrations.FacebookMessenger
{
public class WebhookMessageSender
{
/// <summary>
/// PSID
/// </summary>
public String Id { get; set; }
}
}