次の方法で共有


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

プロパティ値

メッセージに指定された反応の種類。

適用対象