spotifywebapipython.models.resumepoint

@export
class ResumePoint:

Spotify Web API Content ResumePoint object.

Contains information about the user's most recent position in the episode.

ResumePoint(root: dict = None)

Initializes a new instance of the class.

Arguments:
  • root (dict): Spotify Web API JSON response in dictionary format, used to load object attributes; otherwise, None to not load attributes.
FullyPlayed: bool

Whether or not the episode has been fully played by the user.

ResumePositionMS: int

The user's most recent position in the episode in milliseconds.

def ToDictionary(self) -> dict:

Returns a dictionary representation of the class.

def ToString(self) -> str:

Returns a displayable string representation of the class.