BotSharp/src/Infrastructure/BotSharp.Abstraction/Messaging/Models/RichContent/Recipient.cs

9 lines
144 B
C#
Raw Normal View History

namespace BotSharp.Abstraction.Messaging.Models.RichContent
{
public class Recipient
{
public string? Id { get; set; }
}
}