Skip to main content
Module

x/slack_bolt/mod.ts>GenericMessageEvent

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

Properties

type: "message"
subtype: undefined
event_ts: string
optional
team: string
channel: string
user: string
optional
text: string
ts: string
optional
thread_ts: string
channel_type: channelTypes
optional
attachments: MessageAttachment[]
optional
blocks: (KnownBlock | Block)[]
optional
files: File[]
optional
edited: { user: string; ts: string; }
optional
client_msg_id: string
optional
parent_user_id: string
optional
is_starred: boolean
optional
pinned_to: string[]
optional
reactions: { name: string; count: number; users: string[]; }[]