Module

x/slack_web_api_client/index.ts>ReactionsListResponse

Streamlined Slack Web API client for TypeScript
Latest
type alias ReactionsListResponse
import { type ReactionsListResponse } from "https://dotland.deno.dev/x/slack_web_api_client@0.11.0/index.ts";
definition: SlackAPIResponse & { error?: string; items?: Item[]; needed?: string; ok: boolean; paging?: Paging; provided?: string; response_metadata?: ResponseMetadata; }
definition: SlackAPIResponse & { error?: string; items?: Item[]; needed?: string; ok: boolean; paging?: Paging; provided?: string; response_metadata?: ResponseMetadata; }
import ReactionsListResponse
import { ReactionsListResponse } from "https://dotland.deno.dev/x/slack_web_api_client@0.11.0/index.ts";