Exspotify.Structs.Narrator (Exspotify v0.1.0)

View Source

Represents a narrator object from Spotify API. Used by audiobooks.

Summary

Functions

Creates a Narrator struct from a map.

Types

t()

@type t() :: %Exspotify.Structs.Narrator{name: String.t()}

Functions

from_map(map)

@spec from_map(map()) :: t()

Creates a Narrator struct from a map.