class Message
extends Base
import { Message } from "https://deno.land/x/discord_rpc_deno@1.0.8/src/structures/Message.ts";
Constructors
new
Message(client: Client, props: Record<string, any>)Properties
attachments: APIAttachment[]
any attached files
author: User
the author of this message
embeds: APIEmbed[]
any embedded content
mentions: User[]
users specifically mentioned in the message