ChatReactionEvent
Auto-generated API reference for ChatReactionEvent.
Interface: ChatReactionEvent
Defined in: chat-trigger.ts:85
Emoji reaction added or removed on a message.
#Extends
#Properties
#added
added:
boolean
Defined in: chat-trigger.ts:92
True when the reaction was added; false when removed.
#channel
channel:
ChatSurfaceChannel
Defined in: chat-trigger.ts:52
#Inherited from
#emoji
emoji:
string
Defined in: chat-trigger.ts:90
Emoji shortcode, e.g. thumbsup.
#eventId
eventId:
string
Defined in: chat-trigger.ts:55
Surface-native event id (Slack event_id, Discord interaction id, etc.).
#Inherited from
#messageId
messageId:
string
Defined in: chat-trigger.ts:88
Reacted-to message id.
#receivedAt?
optionalreceivedAt?:string
Defined in: chat-trigger.ts:59
ISO 8601 timestamp from the surface, when available.
#Inherited from
#surface
surface:
ChatSurface
Defined in: chat-trigger.ts:51
#Inherited from
#threadId?
optionalthreadId?:string
Defined in: chat-trigger.ts:57
Thread / parent message id when the event is in-thread.
#Inherited from
#type
type:
"reaction"
Defined in: chat-trigger.ts:86
#user
user:
ChatSurfaceUser
Defined in: chat-trigger.ts:53