public static class MessageEmbed.Thumbnail
extends java.lang.Object
Constructor | Description |
---|---|
Thumbnail(java.lang.String url,
java.lang.String proxyUrl,
int width,
int height) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(java.lang.Object obj) |
|
int |
getHeight() |
The height of the thumbnail image.
|
java.lang.String |
getProxyUrl() |
The Discord proxied url of the thumbnail image.
|
java.lang.String |
getUrl() |
The web url of this thumbnail image.
|
int |
getWidth() |
The width of the thumbnail image.
|
public Thumbnail(java.lang.String url, java.lang.String proxyUrl, int width, int height)
public java.lang.String getUrl()
public java.lang.String getProxyUrl()
public int getWidth()
public int getHeight()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object