Go to Latest
type alias ConversationsHistoryResponse
import { type ConversationsHistoryResponse } from "https://dotland.deno.dev/x/slack_web_api_client@0.11.0/client/generated-response/ConversationsHistoryResponse.ts";
definition: SlackAPIResponse & { channel_actions_count?: number; channel_actions_ts?: number; error?: string; has_more?: boolean; messages?: MessageElement[]; needed?: string; ok: boolean; oldest?: string; pin_count?: number; provided?: string; response_metadata?: ResponseMetadata; }