using Telegram.Bot.Types; namespace GmRelay.Bot.Infrastructure.Telegram; public interface ITelegramUpdateHandler { Task RouteAsync(Update update, CancellationToken ct); }