Hunter.ExtendedDescription (hunter v0.7.0)

Copy Markdown View Source

ExtendedDescription entity

An extended description of the instance, to be shown on its about page

Fields

  • updated_at - when the content was last updated
  • content - the rendered HTML content of the extended description

Summary

Types

t()

@type t() :: %Hunter.ExtendedDescription{content: String.t(), updated_at: String.t()}