@slack/web-api / AssistantThreadContextChangedEvent
Interface: AssistantThreadContextChangedEvent
Defined in: node_modules/@slack/types/dist/events/assistant.d.ts:15
Properties
assistant_thread
assistant_thread: object;
Defined in: node_modules/@slack/types/dist/events/assistant.d.ts:17
channel_id
channel_id: string;
context
context: object;
context.channel_id?
optional channel_id: string;
context.enterprise_id?
optional enterprise_id: null | string;
context.team_id?
optional team_id: string;
thread_ts
thread_ts: string;
user_id
user_id: string;
event_ts
event_ts: string;
Defined in: node_modules/@slack/types/dist/events/assistant.d.ts:27
type
type: "assistant_thread_context_changed";
Defined in: node_modules/@slack/types/dist/events/assistant.d.ts:16