setAuthor

Return

MessageEmbedBuilder for chaining.

Parameters

name

Name of the author.


open fun setAuthor(name: String, iconUrl: String): MessageEmbedBuilder

Return

MessageEmbedBuilder for chaining.

Parameters

name

Name of the author.

iconUrl

Icon URL of the author.


open fun setAuthor(name: String, iconUrl: String, proxyIconUrl: String): MessageEmbedBuilder

Return

MessageEmbedBuilder for chaining.

Parameters

name

Name of the author.

proxyIconUrl

Proxy icon URL of the author.

iconUrl

Icon URL of the author.


open fun setAuthor(author: EmbedAuthor): MessageEmbedBuilder

Sets the embed author.

Return

MessageEmbedBuilder for chaining.

Parameters

author

EmbedAuthor