# `Hunter.StatusSource`
[🔗](https://github.com/milmazz/hunter/blob/v0.8.0/lib/hunter/status_source.ex#L1)

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

# `t`

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

---

*Consult [api-reference.md](api-reference.md) for complete listing*
