Remedy.Schema.Embed (Remedy v0.6.6) View Source

Discord Embed Object

Link to this section Summary

Link to this section Types

Specs

Specs

color() :: integer()

Specs

description() :: String.t()

Specs

fields() :: [Remedy.Schema.EmbedField.t()]

Specs

Specs

Specs

Specs

t() :: %Remedy.Schema.Embed{
  author: author(),
  color: color(),
  description: description(),
  fields: fields(),
  footer: footer(),
  id: term(),
  image: image(),
  provider: provider(),
  thumbnail: thumbnail(),
  timestamp: timestamp(),
  title: title(),
  type: type(),
  url: url(),
  video: video()
}

Specs

Specs

timestamp() :: Sunbake.ISO8601.t()

Specs

title() :: String.t()

Specs

type() :: String.t()

Specs

url() :: String.t()

Specs