fix: skip stale pending updates on startup
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using Telegram.Bot.Types;
|
||||
|
||||
namespace GmRelay.Bot.Infrastructure.Telegram;
|
||||
|
||||
public interface ITelegramUpdateHandler
|
||||
{
|
||||
Task RouteAsync(Update update, CancellationToken ct);
|
||||
}
|
||||
Reference in New Issue
Block a user