getMyComments

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

Получить комментарии текущего пользователя

Max count: 50