AsyncGenre

class deezer.asyncio.AsyncGenre(client, json)

Async genre resource.

id: int
name: str
picture: str
picture_small: str
picture_medium: str
picture_big: str
picture_xl: str
async get_artists(**kwargs)

Get all artists for a genre.

Return type:

list

async get_podcasts(**kwargs)

Get all podcasts for a genre.

Return type:

AsyncPaginatedList

async get_radios(**kwargs)

Get all radios for a genre.

Return type:

list