2023-12-18 22:38:12 +00:00
|
|
|
namespace BotSharp.Abstraction.Messaging.Models.RichContent;
|
2023-10-27 19:05:18 +00:00
|
|
|
|
2023-12-18 22:38:12 +00:00
|
|
|
public class Recipient
|
2023-10-27 19:05:18 +00:00
|
|
|
{
|
2023-12-18 22:38:12 +00:00
|
|
|
public string Id { get; set; } = string.Empty;
|
2023-10-27 19:05:18 +00:00
|
|
|
}
|