ExDisco.Releases.Video (ex_disco v0.1.0)

Copy Markdown View Source

A video linked to a release (typically a YouTube URI).

Summary

Types

t()

@type t() :: %ExDisco.Releases.Video{
  description: String.t() | nil,
  duration: non_neg_integer() | nil,
  embed: boolean() | nil,
  title: String.t() | nil,
  uri: String.t()
}