다음을 통해 공유


IMessageReactionActivity.ReactionsRemoved 속성

정의

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

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

속성 값

활동에서 제거된 반응입니다.

적용 대상