Skip to main content
Module

x/slack_web_api_client/index.ts>AdminConversationsBulkArchiveResponse

Streamlined Slack Web API client for TypeScript
Go to Latest
type alias AdminConversationsBulkArchiveResponse
Re-export
import { type AdminConversationsBulkArchiveResponse } from "https://deno.land/x/slack_web_api_client@0.7.1/index.ts";
definition: SlackAPIResponse & { bulk_action_id?: string; error?: string; needed?: string; not_added?: NotAdded[]; ok: boolean; provided?: string; response_metadata?: ResponseMetadata; }
definition: SlackAPIResponse & { bulk_action_id?: string; error?: string; needed?: string; not_added?: NotAdded[]; ok: boolean; provided?: string; response_metadata?: ResponseMetadata; }