BotSharp/src/Infrastructure/BotSharp.Abstraction/Conversations/IConversationAttachmentService.cs
2023-11-09 15:11:36 -06:00

7 lines
147 B
C#

namespace BotSharp.Abstraction.Conversations;
public interface IConversationAttachmentService
{
string GetDirectory(string conversationId);
}