Class DirectBroadcastReactionMessage

Reaction on another message

Hierarchy

  • DirectBroadcastReactionMessage

Implements

Constructors

Properties

Methods

Constructors

Properties

Methods

  • Returns {
        body: {
            item_id: string;
            item_type: string;
            node_type: undefined | string;
            reaction_action_source: undefined | string;
            reaction_status: undefined | DirectReactionStatusEnum;
            reaction_type: string;
            super_react_type: undefined | string;
        };
        item: string;
    }

    • body: {
          item_id: string;
          item_type: string;
          node_type: undefined | string;
          reaction_action_source: undefined | string;
          reaction_status: undefined | DirectReactionStatusEnum;
          reaction_type: string;
          super_react_type: undefined | string;
      }
      • item_id: string
      • item_type: string
      • node_type: undefined | string
      • reaction_action_source: undefined | string
      • reaction_status: undefined | DirectReactionStatusEnum
      • reaction_type: string
      • super_react_type: undefined | string
    • item: string