ChatReplyEvent
Auto-generated API reference for ChatReplyEvent.
Interface: ChatReplyEvent
Defined in: chat-trigger.ts:78
Reply inside an existing thread.
#Extends
#Properties
#channel
channel:
ChatSurfaceChannel
Defined in: chat-trigger.ts:53
#Inherited from
#eventId
eventId:
string
Defined in: chat-trigger.ts:56
Surface-native event id (Slack event_id, Discord interaction id, etc.).
#Inherited from
#parentId
parentId:
string
Defined in: chat-trigger.ts:82
Required: parent message id being replied to.
#receivedAt?
optionalreceivedAt?:string
Defined in: chat-trigger.ts:60
ISO 8601 timestamp from the surface, when available.
#Inherited from
#surface
surface:
ChatSurface
Defined in: chat-trigger.ts:52
#Inherited from
#text
text:
string
Defined in: chat-trigger.ts:80
#threadId?
optionalthreadId?:string
Defined in: chat-trigger.ts:58
Thread / parent message id when the event is in-thread.
#Inherited from
#type
type:
"reply"
Defined in: chat-trigger.ts:79
#user
user:
ChatSurfaceUser
Defined in: chat-trigger.ts:54