Module

x/slack_web_api_client/index.ts>ChatUpdateResponse

Streamlined Slack Web API client for TypeScript
Latest
type alias ChatUpdateResponse
import { type ChatUpdateResponse } from "https://dotland.deno.dev/x/slack_web_api_client@0.11.0/index.ts";
definition: SlackAPIResponse & { channel?: string; error?: string; message?: Message; needed?: string; ok: boolean; provided?: string; response_metadata?: ResponseMetadata; text?: string; ts?: string; }
definition: SlackAPIResponse & { channel?: string; error?: string; message?: Message; needed?: string; ok: boolean; provided?: string; response_metadata?: ResponseMetadata; text?: string; ts?: string; }
import ChatUpdateResponse
import { ChatUpdateResponse } from "https://dotland.deno.dev/x/slack_web_api_client@0.11.0/index.ts";