Embed
@Serializable
Constructors
Link copied to clipboard
constructor(title: String? = null, description: String? = null, url: String? = null, timestamp: String? = null, color: Color? = null, footer: EmbedFooter? = null, image: EmbedImage? = null, thumbnail: EmbedImage? = null, video: EmbedVideo? = null, provider: EmbedProvider? = null, author: EmbedAuthor? = null, fields: MutableList<EmbedField> = ArrayList(), type: String = "rich")