다음을 통해 공유


IMessageReactionActivity.ReactionsAdded 속성

정의

활동에 추가된 반응을 가져오거나 설정합니다.

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)

속성 값

활동에 추가된 반응입니다.

적용 대상