BotSharp/src/Infrastructure/BotSharp.Abstraction/Conversations/Models/TruncateMessageRequest.cs

7 lines
145 B
C#
Raw Normal View History

2024-01-29 01:33:40 +00:00
namespace BotSharp.Abstraction.Conversations.Models;
public class TruncateMessageRequest
{
public string? TruncateMessageId { get; set; }
}