7 lines
147 B
C#
7 lines
147 B
C#
namespace BotSharp.Abstraction.Conversations;
|
|
|
|
public interface IConversationAttachmentService
|
|
{
|
|
string GetDirectory(string conversationId);
|
|
}
|