Skip to main content

@slack/types / ReactionRemovedEvent

Interface: ReactionRemovedEvent

Defined in: events/reaction.ts:16

Properties​

event_ts​

event_ts: string;

Defined in: events/reaction.ts:22


item​

item: ReactionMessageItem;

Defined in: events/reaction.ts:21


item_user​

item_user: string;

Defined in: events/reaction.ts:20


reaction​

reaction: string;

Defined in: events/reaction.ts:19


type​

type: "reaction_removed";

Defined in: events/reaction.ts:17


user​

user: string;

Defined in: events/reaction.ts:18