ultra-telegram-framework
    Preparing search index...

    Type Alias NextFunction

    NextFunction: () => Promise<void>

    Type for the next() function, which passes control to the next handler in the queue.

    Type Declaration

      • (): Promise<void>
      • Returns Promise<void>