Creates the structure for a message.
The client instance.
Message data returned from Discord.
Additional options for this structure.
The id of the channel that the message belongs to.
The id of the guild that the channel belongs to.
Optional
ignoreExisting?: booleanWhether to ignore existing messages in the cache.
Optional
nocache?: booleanWhether this message should be cached or not.
The message attachments.
The user who sent the message.
The id of the user who sent the message.
The channel that this message belongs to.
The channel that this message belongs to.
The message content.
The timestamp for when this message was last edited.
The message embeds.
The flags of the message.
The guild that this message belongs to.
The guild that this message belongs to.
The hash name for the message.
The id of the message.
The member who sent the message.
Whether this message mentions everyone.
Whether this message includes role mentions.
Whether this message includes user mentions.
The snapshot data about the message.
Whether another message has replaced this original message.
Whether this message has been pinned.
The message poll.
The message reactions.
The message that this message references.
Stickers sent with this message.
The UNIX (seconds) timestamp for when this message was created.
The type of message.
The URL of the message.
The id of the webhook this message is from.
Edits the message, assuming it is sent by the client user.
Optional
options: {Content, embeds and components to attach to the message.
Optional
attachments?: Attachment[]Array of attachment objects for files to send with the message.
Optional
components?: MessageComponentsMessage components to send with the message.
Optional
content?: stringThe message content.
Optional
embeds?: Embed[]Optional
files?: FileUpload[]Array of file objects for files to send with the message.
Replies to the message.
Optional
options: {Embeds, components and files to attach to the message.
Optional
components?: MessageComponentsMessage components to send with the message.
Optional
content?: stringThe message content.
Optional
embeds?: Embed[]Optional
files?: FileUpload[]Array of file objects for files to send with the message.
Optional
suppressMentions?: booleanReturns the JSON representation of this structure.
Optional
format: JsonTypesThe format to return the data in.
Static
decryptDecrypts a message.
The client instance.
The encrypted message data.
The id of the guild that the message belongs to.
The id of the channel that the message belongs to.
The id of the message.
Static
deleteStatic
editEdits a message.
The client instance.
The id of the channel the message belongs to.
The id of the message.
The id of the guild the message belongs to.
Optional
options: {The message options.
Optional
attachments?: Attachment[]Array of attachment objects for existing attachments sent with the message.
Optional
components?: MessageComponentsMessage components to send with the message.
Optional
content?: null | stringThe message content.
Optional
embeds?: Embed[]Array of embeds to send with the message.
Optional
files?: FileUpload[]Array of file objects for files to send with the message.
Static
getStatic
getStatic
sendPosts a message to the specified channel.
The client instance.
The id of the channel to send the message to.
The id of the guild which the channel belongs to.
Optional
options: {Content, embeds, components and files to attach to the message.
Optional
components?: MessageComponentsMessage components to send with the message.
Optional
content?: stringThe message content.
Optional
embeds?: Embed[]Array of embeds to send with the message.
Optional
files?: FileUpload[]Array of file objects for files to send with the message.
Optional
reference?: { channel_id: string; guild_id: string; message_id: string }Optional
suppressMentions?: booleanWhether to suppress mentions in the message.
Static
sendValidates the message content, embeds, components and files.
Optional
options: {The message options.
Optional
attachments?: Attachment[]Array of attachment objects for existing attachments sent with the message.
Optional
components?: MessageComponentsMessage components to send with the message.
Optional
content?: null | stringThe message content.
Optional
embeds?: Embed[]Array of embeds to send with the message.
Optional
files?: FileUpload[]Array of file objects for files to send with the message.
Optional
flags?: numberThe message flags.
Optional
reference?: { channel_id: string; guild_id: string; message_id: string }The message reference.
The id of the channel to reference.
The id of the guild to reference.
The id of the message to reference.
Static
shouldDetermines whether the message should be cached.
The cache options for the client.
The cache options for the guild.
The cache options for the channel.
A message belonging to a channel within a guild.