Class MessageEmbed.Footer

java.lang.Object
net.dv8tion.jda.api.entities.MessageEmbed.Footer
Enclosing class:
MessageEmbed

public static class MessageEmbed.Footer extends Object
Class that represents a footer at the bottom of an embed
  • Constructor Details Link icon

  • Method Details Link icon

    • getText Link icon

      @Nullable public String getText()
      The text in the footer
      Returns:
      Possibly-null String containing the text in the footer.
    • getIconUrl Link icon

      @Nullable public String getIconUrl()
      The url of the footer's icon.
      Returns:
      Possibly-null String containing the footer's icon url.
    • getProxyIconUrl Link icon

      @Nullable public String getProxyIconUrl()
      The url of the footer's icon, proxied by Discord
      This url is used to access the image through Discord instead of directly to prevent ip scraping.
      Returns:
      Possibly-null String containing the proxied icon url.
    • getProxyIcon Link icon

      @Nullable public ImageProxy getProxyIcon()
      Returns an ImageProxy for this proxied footer's icon.
      Returns:
      Possibly-null ImageProxy of this proxied footer's icon
      See Also:
    • equals Link icon

      public boolean equals(Object obj)
      Overrides:
      equals in class Object