ultra-telegram-framework
    Preparing search index...

    Type Alias Middleware<C>

    Middleware: (ctx: C, next: NextFunction) => Promise<unknown> | void

    Main type of our handler (middleware). It accepts the context (ctx) and the relay function (next).

    Type Parameters

    Type Declaration