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

Discord Embed Provider Object

Link to this section Summary

Link to this section Types

Specs

t() :: %Remedy.Schema.EmbedProvider{
  id: term(),
  provider: String.t(),
  url: String.t()
}

Link to this section Functions

Link to this function

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

View Source