setThumbnail

open override fun setThumbnail(url: URL): EmbedBuilder(source)

Sets the thumbnail of the embed.

Return

The current EmbedBuilder instance.

Parameters

url

The url of the thumbnail.


open override fun setThumbnail(thumbnail: EmbedThumbnailBuilder): EmbedBuilder(source)

Sets the thumbnail of the embed.

Return

The current EmbedBuilder instance.

Parameters

thumbnail

The thumbnail of the embed.