Embeds
Embeds are used to display rich content in messages.
Embeds are used to display rich content in messages. They are created by extending the Embed
class, and adding a title
, description
, and url
property.
Here we have created an embed with a title, description, and URL. You can use this embed in a message by using the Embed
class.
Example Embed
Here is an example embed with all the properties you can use:
Last updated on