다음을 통해 공유


MessageActionsPayloadReaction.ReactionType 속성

정의

메시지에 지정된 반응 유형을 가져오거나 설정합니다. 가능한 값으로는 'like', 'heart', 'laugh', 'surprised', 'sad', 'angry'가 있습니다.

public string ReactionType { get; set; }
member this.ReactionType : string with get, set
Public Property ReactionType As String

속성 값

메시지에 지정된 반응 유형입니다.

적용 대상