ChatInstallationEvent
Auto-generated API reference for ChatInstallationEvent.
Interface: ChatInstallationEvent
Defined in: chat-trigger.ts:109
App installed in a workspace / guild / tenant.
#Extends
#Properties
#action
action:
"installed"|"uninstalled"
Defined in: chat-trigger.ts:112
Install / uninstall action.
#channel
channel:
ChatSurfaceChannel
Defined in: chat-trigger.ts:52
#Inherited from
#eventId
eventId:
string
Defined in: chat-trigger.ts:55
Surface-native event id (Slack event_id, Discord interaction id, etc.).
#Inherited from
#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
#tenantId
tenantId:
string
Defined in: chat-trigger.ts:114
Tenant / workspace / guild id.
#threadId?
optionalthreadId?:string
Defined in: chat-trigger.ts:57
Thread / parent message id when the event is in-thread.
#Inherited from
#type
type:
"installation"
Defined in: chat-trigger.ts:110
#user
user:
ChatSurfaceUser
Defined in: chat-trigger.ts:53