Compartir a través de


Activity.ReactionsAdded Propiedad

Definición

Obtiene o establece la colección de reacciones agregadas a la conversación.

public System.Collections.Generic.IList<Microsoft.Bot.Schema.MessageReaction> ReactionsAdded { get; set; }
member this.ReactionsAdded : System.Collections.Generic.IList<Microsoft.Bot.Schema.MessageReaction> with get, set
Public Property ReactionsAdded As IList(Of MessageReaction)

Valor de propiedad

Colección de reacciones agregada a la conversación.

Implementaciones

Se aplica a