BotSharp/src/Infrastructure/BotSharp.Abstraction/Conversations/Settings/ConversationSetting.cs

7 lines
98 B
C#
Raw Normal View History

2023-06-19 16:33:27 +00:00
namespace BotSharp.Abstraction.Conversations.Settings;
public class ConversationSetting
{
}