discord_gleam/types/reply

Types

pub type Reply {
  Reply(content: String, message_id: String, embeds: List(Embed))
}

Constructors

  • Reply(content: String, message_id: String, embeds: List(Embed))

Values

pub fn embed_to_json(embed: Embed) -> Json
pub fn to_string(msg: Reply) -> String
Search Document