Module

x/slack_web_api_client/index.ts>ConversationsHistoryResponse

Streamlined Slack Web API client for TypeScript
Go to Latest
type alias ConversationsHistoryResponse
import { type ConversationsHistoryResponse } from "https://dotland.deno.dev/x/slack_web_api_client@0.11.0/index.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; }
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; }
import ConversationsHistoryResponse
import { ConversationsHistoryResponse } from "https://dotland.deno.dev/x/slack_web_api_client@0.11.0/index.ts";