java.lang.Object
org.tywrapstudios.ctd.discord.messagetypes.Embed

public class Embed extends Object
  • Constructor Details

    • Embed

      public Embed()
  • Method Details

    • setTitle

      public Embed setTitle(String title)
    • setColor

      public Embed setColor(int color)
    • setDescription

      public Embed setDescription(String description)
    • setTimestamp

      public Embed setTimestamp(String timestamp)
    • setUrl

      public Embed setUrl(String url)
    • setAuthor

      public Embed setAuthor(Author author)
    • setImage

      public Embed setImage(Image image)
    • setThumbnail

      public Embed setThumbnail(Image thumbnail)
    • setFooter

      public Embed setFooter(Footer footer)
    • setFields

      public Embed setFields(Field[] fields)
    • get

      public org.json.JSONObject get()