import { type DiscordenoMessage } from "https://deno.land/x/natico@4.0.0-pre.4/examples/deps.ts";
Properties
If the message is a response to an Interaction, this is the id of the interaction's application
The message content for this message. Empty string if no content was sent like an attachment only.
Data showing the source of a crossposted channel follow add, pin or reply message
Sent if the message contains stickers
Member properties for this message's author
Note: The member object exists in MESSAGE_CREATE
and MESSAGE_UPDATE
events from text-based guild channels. This allows bots to obtain real-time member data without requiring bots to store member state in memory.
Reactions to the message
Sent with Rich Presence-related chat embeds
Sent with Rich Presence-related chat embeds
The message associated with the message_reference
Note: This field is only returned for messages with a type
of 19
(REPLY). If the message is a reply but the referenced_message
field is not present, the backend did not attempt to fetch the message that was being replied to, so its state is unknown. If the field exists but is null, the referenced message was deleted.
Sent if the message is a response to an Interaction
The thread that was started from this message, includes thread member object