fetchComments

abstract suspend fun fetchComments(mediaId: Long)

Gets all comments for media with mediaId.

Parameters

mediaId

Media id.

Throws

Media has no backend meta.

Media not found on the backend.