Interface EmbedFooter
-
public interface EmbedFooterThis interface represents an embed footer.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<URL>getIconUrl()Gets the url of the footer icon.Optional<URL>getProxyIconUrl()Gets the proxy url of the footer icon.Optional<String>getText()Gets the footer text.
-