Package net.dv8tion.jda.api.entities
Class MessageEmbed.Footer
java.lang.Object
net.dv8tion.jda.api.entities.MessageEmbed.Footer
- Enclosing class:
- MessageEmbed
Class that represents a footer at the bottom of an embed
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
The url of the footer's icon.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.getText()
The text in the footer
-
Constructor Details
-
Footer
-
-
Method Details
-
getText
The text in the footer- Returns:
- Possibly-null String containing the text in the footer.
-
getIconUrl
The url of the footer's icon.- Returns:
- Possibly-null String containing the footer's icon url.
-
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.
-
equals
-