Freigeben über


AgentApplication.OnMessageReactionsRemoved Method

Definition

Handles message reactions removed events.

public Microsoft.Agents.Builder.App.AgentApplication OnMessageReactionsRemoved(Microsoft.Agents.Builder.App.RouteHandler handler, ushort rank = 32767, string[] autoSignInHandlers = default);
member this.OnMessageReactionsRemoved : Microsoft.Agents.Builder.App.RouteHandler * uint16 * string[] -> Microsoft.Agents.Builder.App.AgentApplication
Public Function OnMessageReactionsRemoved (handler As RouteHandler, Optional rank As UShort = 32767, Optional autoSignInHandlers As String() = Nothing) As AgentApplication

Parameters

handler
RouteHandler

Function to call when the route is triggered.

rank
UInt16

0 - ushort.MaxValue for order of evaluation. Ranks of the same value are evaluated in order of addition.

autoSignInHandlers
String[]

Returns

The application instance for chaining purposes.

Applies to