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

x/cordeno/src/client/interfaces/interface_export.ts>Message

🦕 A Discord API wrapper for developing discord bots using the Deno runtime.
Latest
interface Message
import { type Message } from "https://deno.land/x/cordeno@v0.3.5/src/client/interfaces/interface_export.ts";

Properties

id: string
channel_id: string
guild_id: string
author: User
optional
member: GuildMember
content: string
timestamp: string
edited_timestamp: string
tts: boolean
mention_everyone: boolean
mentions: Array<User & GuildMember>
mention_roles: Array<Role>
optional
mention_channels: Array<ChannelMention>
attachments: Array<Attachment>
embeds: Array<Embed>
optional
reactions: Array<Reaction>
optional
nonce: number | string
pinned: boolean
optional
webhook_id: string
type: number
optional
activity: Activity
optional
application: Application
optional
message_reference: MessageReference
optional
flags: number