setThumbnail

Sets the embed thumbnail.

Return

MessageEmbedBuilder for chaining.

Parameters

imageUrl

Image URL.

See also


open fun setThumbnail(imageUrl: String, proxyImageUrl: String): MessageEmbedBuilder

Sets the embed thumbnail.

Return

MessageEmbedBuilder for chaining.

Parameters

imageUrl

Image URL.

proxyImageUrl

Proxy image URL.

See also


open fun setThumbnail(imageUrl: String, proxyImageUrl: String, imageHeight: Integer, imageWidth: Integer): MessageEmbedBuilder

Sets the embed thumbnail.

Return

MessageEmbedBuilder for chaining.

Parameters

imageUrl

Image URL.

proxyImageUrl

Proxy image URL.

imageHeight

Image height.

imageWidth

Image width.

See also


open fun setThumbnail(image: EmbedThumbnail): MessageEmbedBuilder

Sets the embed thumbnail.

Return

MessageEmbedBuilder for chaining.

Parameters

image

EmbedThumbnail

See also