Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/slack_web_api_client/index.ts>ChatDeleteScheduledMessageRequest

Streamlined Slack Web API client for TypeScript
Go to Latest
interface ChatDeleteScheduledMessageRequest
implements SlackAPIRequest
Re-export
import { type ChatDeleteScheduledMessageRequest } from "https://deno.land/x/slack_web_api_client@0.5.0/index.ts";

Properties

channel: string
scheduled_message_id: string
optional
as_user: boolean