ApplicationEventHandler type
Event handler function type for application events.
type ApplicationEventHandler<TState> = (
context: TurnContext,
state: TState
) => Promise<boolean>
このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
Event handler function type for application events.
type ApplicationEventHandler<TState> = (
context: TurnContext,
state: TState
) => Promise<boolean>