Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Limits

Properties

Link copied to clipboard
var icon: String?

The image url that will be displayed next to the author's name.

Link copied to clipboard
var name: String?

The name of the author. This field is required if url is not null.

Link copied to clipboard
var url: String?

The link that will be applied to the author's name. name is a mandatory field if url is not null.

Functions

Link copied to clipboard
open override fun toRequest(): EmbedAuthorRequest