getMyFavoriteComments

abstract suspend fun getMyFavoriteComments(count: Int, offset: Int): List<Comment>

Get the current user's favorite comments.

Max count: 50