Module telegram-bot-lua.middleware
middleware system for intercepting and processing updates.
Functions
| api._run_middleware(update) | execute the middleware chain then dispatch to handlers. |
| api.use(fn) | register a global middleware function. |