Type alias ChatRequestHandler

ChatRequestHandler: ((request, context, response, token) => ProviderResult<ChatResult | void>)

A chat request handler is a callback that will be invoked when a request is made to a chat participant.

Type declaration

Stubbed