Skip to content

Latest commit

 

History

History
77 lines (49 loc) · 955 Bytes

File metadata and controls

77 lines (49 loc) · 955 Bytes

@slack/web-api / AssistantThreadStartedEvent

Interface: AssistantThreadStartedEvent

Defined in: node_modules/@slack/types/dist/events/assistant.d.ts:1

Properties

assistant_thread

assistant_thread: object;

Defined in: node_modules/@slack/types/dist/events/assistant.d.ts:3

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:13


type

type: "assistant_thread_started";

Defined in: node_modules/@slack/types/dist/events/assistant.d.ts:2