@slack/types / ConversationType
Type Alias: ConversationType
type ConversationType = "im" | "mpim" | "private" | "public";
Defined in: block-kit/composition-objects.ts:10
The conversation type as available within the Slack UI.
@slack/types / ConversationType
type ConversationType = "im" | "mpim" | "private" | "public";
Defined in: block-kit/composition-objects.ts:10
The conversation type as available within the Slack UI.