Interface EmbedAuthor
-
- All Superinterfaces:
Formattable,Nameable
public interface EmbedAuthor extends Nameable
This interface represents an embed author.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<URL>getIconUrl()Gets the url of the author icon.Optional<URL>getProxyIconUrl()Gets the proxy url of the author icon.Optional<URL>getUrl()Gets the url of the author.
-