discord_gleam/types/message
Types
An embed, simplified for now.
See https://discord.com/developers/docs/resources/channel#embed-object
pub type Embed {
Embed(title: String, description: String, color: Int)
}
Constructors
-
Embed(title: String, description: String, color: Int)