feat: Bot management improvements with wallet configuration and duplicate detection
This commit is contained in:
@@ -12,6 +12,7 @@ public interface IBotService
|
||||
Task<BotDto?> AuthenticateBotAsync(string botKey);
|
||||
Task<BotDto?> GetBotByIdAsync(Guid id);
|
||||
Task<BotDto?> GetBotByKeyAsync(string botKey);
|
||||
Task<BotDto?> GetBotByPlatformUsernameAsync(int platformType, string platformUsername);
|
||||
Task<IEnumerable<BotDto>> GetAllBotsAsync();
|
||||
Task<IEnumerable<BotDto>> GetActiveBots();
|
||||
Task<bool> UpdateBotSettingsAsync(Guid botId, UpdateBotSettingsDto dto);
|
||||
|
||||
Reference in New Issue
Block a user