Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
type alias AdminConversationsBulkMoveResponse
import { type AdminConversationsBulkMoveResponse } from "https://deno.land/x/slack_web_api_client@0.7.4/client/generated-response/AdminConversationsBulkMoveResponse.ts";
definition: SlackAPIResponse & { bulk_action_id?: string; error?: string; needed?: string; not_added?: NotAdded[]; ok: boolean; provided?: string; response_metadata?: ResponseMetadata; }