Skip to main content
Module

x/slack_web_api_client/index.ts>ConversationsOpenResponse

Streamlined Slack Web API client for TypeScript
Go to Latest
type alias ConversationsOpenResponse
Re-export
import { type ConversationsOpenResponse } from "https://deno.land/x/slack_web_api_client@0.7.2/index.ts";
definition: SlackAPIResponse & { already_open?: boolean; channel?: Channel; error?: string; needed?: string; no_op?: boolean; ok: boolean; provided?: string; }
definition: SlackAPIResponse & { already_open?: boolean; channel?: Channel; error?: string; needed?: string; no_op?: boolean; ok: boolean; provided?: string; }