Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
type alias ConversationsInviteSharedResponse
import { type ConversationsInviteSharedResponse } from "https://deno.land/x/slack_web_api_client@0.7.4/client/generated-response/ConversationsInviteSharedResponse.ts";
definition: SlackAPIResponse & { conf_code?: string; error?: string; invite_id?: string; is_legacy_shared_channel?: boolean; needed?: string; ok: boolean; provided?: string; url?: string; }