View Source
Sptfy.Object.CurrentlyPlaying
(Sptfy v0.1.5)
Module for currently playing struct.
@type t() :: %Sptfy.Object.CurrentlyPlaying{
context: term(),
currently_playing_type: term(),
is_playing: term(),
item: term(),
progress_ms: term(),
timestamp: term()
}