getUserComments

abstract suspend fun getUserComments(userID: Long, count: Int, offset: Int): List<Comment>

Get user comments

Max count: 50