Go to Latest
type alias ReactionsGetResponse
import { type ReactionsGetResponse } from "https://dotland.deno.dev/x/slack_web_api_client@0.11.0/client/generated-response/ReactionsGetResponse.ts";
definition: SlackAPIResponse & { channel?: string; error?: string; message?: Message; needed?: string; ok: boolean; provided?: string; type?: string; }