Type Alias: ConversationType
type ConversationType: "im" | "mpim" | "private" | "public";
The conversation type as available within the Slack UI.
type ConversationType: "im" | "mpim" | "private" | "public";
The conversation type as available within the Slack UI.