Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface Message
import { type Message } from "https://deno.land/x/slack_web_api_client@0.2.1/client/generated-response/ChatUpdateResponse.ts";

Properties

optional
app_id: string
optional
blocks: Block[]
optional
bot_id: string
optional
bot_profile: BotProfile
optional
display_as_bot: boolean
optional
edited: Edited
optional
files: FileElement[]
optional
metadata: Metadata
optional
team: string
optional
text: string
optional
type: string
optional
upload: boolean
optional
user: string
optional
x_files: string[]