AsyncChart

class deezer.asyncio.AsyncChart(client, json)

Async chart resource.

type: str = 'chart'
id: int
async get_tracks(**kwargs)

Return the chart for tracks.

Return type:

AsyncPaginatedList

async get_albums(**kwargs)

Return the chart for albums.

Return type:

AsyncPaginatedList

async get_artists(**kwargs)

Return the chart for artists.

Return type:

AsyncPaginatedList

async get_playlists(**kwargs)

Return the chart for playlists.

Return type:

AsyncPaginatedList

async get_podcasts(**kwargs)

Return the chart for podcasts.

Return type:

AsyncPaginatedList