Skip to main content
Module

x/slack_bolt/mod.ts>BotMessageEvent

TypeScript framework to build Slack apps in a flash with the latest platform features. Deno port of @slack/bolt
Latest
interface BotMessageEvent
import { type BotMessageEvent } from "https://deno.land/x/slack_bolt@1.0.0/mod.ts";

Properties

type: "message"
subtype: "bot_message"
event_ts: string
channel: string
channel_type: channelTypes
ts: string
text: string
bot_id: string
optional
username: string
optional
icons: { [size: string]: string; }
optional
user: string
optional
attachments: MessageAttachment[]
optional
blocks: (KnownBlock | Block)[]
optional
edited: { user: string; ts: string; }
optional
thread_ts: string