Note

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

Access to this page requires authorization. You can try .

Middleware interface

Interface for middleware.

Properties

onTurn

Property Details

onTurn

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

Property Value

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