Hunter.StatusSource (hunter v0.7.0)

Copy Markdown View Source

StatusSource entity

The raw, unformatted source of a Hunter.Status, as returned by the status source endpoint for use when editing

Fields

  • id - the ID of the status
  • text - the plain-text source of the status
  • spoiler_text - the plain-text version of the spoiler warning

Summary

Types

t()

@type t() :: %Hunter.StatusSource{
  id: String.t(),
  spoiler_text: String.t(),
  text: String.t()
}