using Telegram.Bot.Types; namespace JOBot.TClient.Commands; public interface ITelegramCommand { public Task ExecuteAsync(Update update, CancellationToken ct); }