subkt / myaa.subkt.tasks / Discord / Thumbnail
inner class Thumbnail
(source)
The thumbnail of an embed.
Name | Summary |
---|---|
<init> | Thumbnail() The thumbnail of an embed. |
Name | Summary |
---|---|
height | val height: Property < Int > Height of thumbnail. |
proxyUrl | val proxyUrl: Property < String > A proxied URL of the thumbnail. |
url | val url: Property < String > Source URL of thumbnail (only supports HTTP(S)). |
width | val width: Property < Int > Width of thumbnail. |