Module

x/slack_web_api_client/index.ts>ConversationsInviteSharedResponse

Streamlined Slack Web API client for TypeScript
Latest
type alias ConversationsInviteSharedResponse
import { type ConversationsInviteSharedResponse } from "https://dotland.deno.dev/x/slack_web_api_client@0.11.0/index.ts";
definition: SlackAPIResponse & { conf_code?: string; error?: string; invite_id?: string; is_legacy_shared_channel?: boolean; needed?: string; ok: boolean; provided?: string; url?: string; }
definition: SlackAPIResponse & { conf_code?: string; error?: string; invite_id?: string; is_legacy_shared_channel?: boolean; needed?: string; ok: boolean; provided?: string; url?: string; }
import ConversationsInviteSharedResponse
import { ConversationsInviteSharedResponse } from "https://dotland.deno.dev/x/slack_web_api_client@0.11.0/index.ts";