AsyncEpisode

class deezer.asyncio.AsyncEpisode(client, json)

Async episode resource.

id: int
title: str
description: str
available: bool
release_date: dt.datetime
duration: int
share: str
picture: str
picture_small: str
picture_medium: str
picture_big: str
picture_xl: str
podcast: AsyncPodcast
async add_bookmark(offset)

Set a bookmark on the episode.

Parameters:

offset (int)

Return type:

bool

async remove_bookmark()

Remove the bookmark on the episode.

Return type:

bool