A video linked to a release (typically a YouTube URI).
Summary
Types
@type t() :: %ExDisco.Releases.Video{ description: String.t() | nil, duration: non_neg_integer() | nil, embed: boolean() | nil, title: String.t() | nil, uri: String.t() }
A video linked to a release (typically a YouTube URI).
@type t() :: %ExDisco.Releases.Video{ description: String.t() | nil, duration: non_neg_integer() | nil, embed: boolean() | nil, title: String.t() | nil, uri: String.t() }