Skip to main content
Module

x/slack_web_api_client/index.ts>AdminConversationsSearchResponse

Streamlined Slack Web API client for TypeScript
Go to Latest
type alias AdminConversationsSearchResponse
Re-export
import { type AdminConversationsSearchResponse } from "https://deno.land/x/slack_web_api_client@0.2.0/index.ts";
definition: SlackAPIResponse & { conversations?: Conversation[]; error?: string; needed?: string; next_cursor?: string; ok: boolean; provided?: string; }