Compartir a través de


MessageActionsPayload.Reactions Propiedad

Definición

Obtiene o establece reacciones para el mensaje.

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

Valor de propiedad

Las reacciones del mensaje.

Se aplica a