createComment

abstract suspend fun createComment(mediaId: Long, message: String)

Create new comment with message for media with mediaId.

Parameters

mediaId

Media id.

message

The text of the comment.

Throws

Media has no backend meta.

Media not found on the backend.