getMyComments

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

Get the current user's comments

Max count: 50