Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

MiddlewareHandler type

Type for middleware handler.

type MiddlewareHandler = (
 context: TurnContext,
 next: () => Promise<void>
) => Promise<void>