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

Discord Embed Object

Link to this section Summary

Link to this section Types

Specs

t() :: %Remedy.Schema.Embed{
  author: Remedy.Schema.EmbedAuthor.t(),
  color: integer(),
  description: String.t(),
  fields: [Remedy.Schema.EmbedField.t()],
  footer: Remedy.Schema.EmbedFooter.t(),
  id: term(),
  image: Remedy.Schema.EmbedImage.t(),
  provider: Remedy.Schema.EmbedProvider.t(),
  thumbnail: Remedy.Schema.EmbedThumbnail.t(),
  timestamp: Sunbake.ISO8601.t(),
  title: String.t(),
  type: String.t(),
  url: String.t(),
  video: Remedy.Schema.EmbedVideo.t()
}

Link to this section Functions

Link to this function

changeset(model \\ %__MODULE__{}, params)

View Source