revbot.js
    Preparing search index...

    Class MessageEmbed

    Represents a message embed, which can include rich content such as titles, descriptions, URLs, and media.

    Index

    Constructors

    Methods

    • Converts the embed to a JSON object that can be sent to the API.

      Returns {
          colour?: null | string;
          description?: null | string;
          icon_url?: null | string;
          media?: null | string;
          title?: null | string;
          url?: null | string;
      }

      The JSON representation of the embed.