public static class MessageEmbed.VideoInfo
extends java.lang.Object
Constructor | Description |
---|---|
VideoInfo(java.lang.String url,
int width,
int height) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(java.lang.Object obj) |
|
int |
getHeight() |
The height of the video.
|
java.lang.String |
getUrl() |
The url of the video.
|
int |
getWidth() |
The width of the video.
|
public java.lang.String getUrl()
public int getWidth()
Basically: Don't rely on this to represent the actual video's quality or size.
public int getHeight()
Basically: Don't rely on this to represent the actual video's quality or size.
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object