IPublicCommentAPI

interface IPublicCommentAPI

Public API for getting comments information

Functions

Link copied to clipboard
abstract suspend fun getCommentVotes(commentID: Long): Map<String, Liker>

Получить список лайкнувших комментарий

Link copied to clipboard
abstract suspend fun getEntryComments(entryID: Long, sorting: SortingType): List<Comment>

Получить комментарии к записи

Link copied to clipboard
abstract suspend fun getLevelComments(entryID: Long, sorting: SortingType): CommentsLevelLimited

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

Link copied to clipboard
abstract suspend fun getThreadComments(entryID: Long, commentID: Long): List<Comment>

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

Inheritors

Link copied to clipboard