Files
2026-01-03 23:34:05 +02:00

7 lines
175 B
C#

namespace Cleanuparr.Infrastructure.Features.Notifications.Telegram;
public interface ITelegramProxy
{
Task SendNotification(TelegramPayload payload, string botToken);
}