MessageActionsPayload.Reactions 属性

定义

获取或设置消息的反应。

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)

属性值

消息的反应。

适用于