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