Skip to main content

@slack/types / ReactionAddedEvent

Interface: ReactionAddedEvent

Defined in: events/reaction.ts:7

Properties

event_ts

event_ts: string;

Defined in: events/reaction.ts:13


item

item: ReactionMessageItem;

Defined in: events/reaction.ts:12


item_user

item_user: string;

Defined in: events/reaction.ts:11


reaction

reaction: string;

Defined in: events/reaction.ts:10


type

type: "reaction_added";

Defined in: events/reaction.ts:8


user

user: string;

Defined in: events/reaction.ts:9