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

Discord Attachment Object

Link to this section Summary

Link to this section Types

Specs

t() :: %Remedy.Schema.Attachment{
  content_type: String.t(),
  filename: String.t(),
  height: integer(),
  proxy_url: String.t(),
  size: integer(),
  url: String.t(),
  width: integer()
}

Link to this section Functions

Link to this function

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

View Source