update messenger
This commit is contained in:
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user