Module

x/slack_web_api_client/index.ts>AdminConversationsSearchResponse

Streamlined Slack Web API client for TypeScript
Latest
type alias AdminConversationsSearchResponse
import { type AdminConversationsSearchResponse } from "https://dotland.deno.dev/x/slack_web_api_client@0.11.0/index.ts";
definition: SlackAPIResponse & { conversations?: Conversation[]; error?: string; needed?: string; next_cursor?: string; ok: boolean; provided?: string; response_metadata?: ResponseMetadata; total_count?: number; }
definition: SlackAPIResponse & { conversations?: Conversation[]; error?: string; needed?: string; next_cursor?: string; ok: boolean; provided?: string; response_metadata?: ResponseMetadata; total_count?: number; }
import AdminConversationsSearchResponse
import { AdminConversationsSearchResponse } from "https://dotland.deno.dev/x/slack_web_api_client@0.11.0/index.ts";