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:
- async get_albums(**kwargs)¶
Return the chart for albums.
- Return type:
- async get_artists(**kwargs)¶
Return the chart for artists.
- Return type:
- async get_playlists(**kwargs)¶
Return the chart for playlists.
- Return type:
- async get_podcasts(**kwargs)¶
Return the chart for podcasts.
- Return type: