Channel ID Format: uuid
Optional
content?: stringContent Format: chat markdown
Created at Format: date-time
Created by
Optional
createdCreated by Webhook ID
Optional
embeds?: { Optional
groupGroup ID
Optional
hiddenHidden content link preview URLs
Message ID Format: uuid
Is pinned
Optional
isIs private
Is silent
Optional
mentions?: { Optional
channels?: { Channels
Optional
everyone?: booleanEveryone
Optional
here?: booleanHere
Optional
roles?: { Roles
Optional
users?: { Users
Optional
replyOptional
serverServer ID
Type
Optional
updatedUpdated at Format: date-time
Optional
params: MessageConstructorParamsID of the last message created with the message itself.
Message acknowledgement.
ID of the channel on which the message was sent.
App's client.
Message components
Content of the message.
When the message was created.
When the message was deleted.
Timestamp at which this message was last edited.
Optional
embedsArray of message embed.
ID of the server on which the message was sent.
Optional
hiddenLinks in content to prevent unfurling as a link preview when displaying in Guilded (min items 1; must have unique items true)
Item ID
If true, the message appears as private.
If true, the message didn't mention anyone.
ID of the message author.
object containing all mentioned users.
Optional
channels?: { Channels
Optional
everyone?: booleanEveryone
Optional
here?: booleanHere
Optional
roles?: { Roles
Optional
users?: { Users
Message Originals
ID of the message's original message.
ID of the message sent by a user, triggering the original response.
The IDs of the message replied by the message.
Message type.
Optional
webhookIDID of the webhook used to send this message. (if sent by a webhook)
Get attachment URLs from this Message (works for embedded content such as images).
The channel this message was created in.
Get to know if this Message is original.
It is Original when:
If not, this getter returns the boolean state: false.
Create a follow-up message that replies to the trigger message and original response. (use Message#createMessage if the message has not been acknowledged).
Note: The trigger message and original response are automatically replied, use Client.rest.channels#createMessage to create an independent message.
Message options.
This method is used to create a message following this message (use Message#createFollowup on already acknowledged messages).
Note: The trigger message is automatically replied and acknowledged, use Client.rest.channels#createMessage to create an independent message.
Message options.
This method is used to edit the current message.
New message's options
Edit followup message.
Edit options.
Edit the last message sent with the message itself.
New message's options.
Get attachments from this Message (using REST) (works for embedded content such as images).
Get original messages (the one triggering the response, and the original response message)
Represents a guild message.