Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.04 KB

File metadata and controls

15 lines (11 loc) · 1.04 KB

CurrentlyPlayingObject

Properties

Name Type Description Notes
context OpenAPI\Server\Model\ContextObject A Context Object. Can be `null`. [optional]
currentlyPlayingType string The object type of the currently playing item. Can be one of `track`, `episode`, `ad` or `unknown`. [optional]
isPlaying bool If something is currently playing, return `true`. [optional]
item OpenAPI\Server\Model\CurrentlyPlayingContextObjectItem [optional]
progressMs int Progress into the currently playing track or episode. Can be `null`. [optional]
timestamp int Unix Millisecond Timestamp when data was fetched [optional]

[Back to Model list] [Back to API list] [Back to README]