mirror of
https://github.com/lukaszraczylo/go-telegram.git
synced 2026-06-05 22:43:59 +00:00
c9a062ea04
Adds a public synchronous entry point that runs a single update through the global middleware chain and the dispatch table. Useful for callers that source updates outside the standard transport.Updater flow: custom webhook frameworks, message-bus consumers, and cross-library benchmarks driving the router without spinning up Run. Honours global middleware (Use); bypasses Run's concurrency semaphore since the caller controls parallelism.