update messenger

This commit is contained in:
2025-06-09 22:32:36 +07:00
parent 3bcf3a2775
commit 9c9957a6f1
3 changed files with 93 additions and 3 deletions

View File

@@ -5,4 +5,5 @@ namespace Managing.Application.Abstractions.Services;
public interface IWebhookService
{
Task SendTradeNotification(User user, string message, bool isBadBehavior = false);
Task SendMessage(string message, string? telegramChannel = null);
}