Sets the color of the embed.
The color to set (e.g., a hex code).
The updated MessageEmbed
instance.
Sets the description of the embed.
The description to set.
The updated MessageEmbed
instance.
Sets the icon URL of the embed.
The URL of the icon to set.
The updated MessageEmbed
instance.
Sets the media (e.g., image or video) of the embed.
The media URL to set.
The updated MessageEmbed
instance.
Sets the title of the embed.
The title to set.
The updated MessageEmbed
instance.
Sets the URL of the embed.
The URL to set.
The updated MessageEmbed
instance.
Converts the embed to a JSON object that can be sent to the API.
The JSON representation of the embed.
Represents a message embed, which can include rich content such as titles, descriptions, URLs, and media.