Compartir a través de


IMessageReactionActivity.ReactionsAdded Propiedad

Definición

Obtiene o establece reacciones agregadas a la actividad.

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

Reacciones agregadas a la actividad.

Se aplica a