Package kmtt. models. comment
Types
Link copied to clipboard
data class Comment(id: Long?, date: Long?, dateRFC: String?, author: Author?, text: String?, textWoMd: String?, media: List<Media>?, likes: Likes?, entry: Entry?, replyTo: Long?, isFavorited: Boolean?, isPinned: Boolean?, isEdited: Boolean?, level: Int?, sourceId: Int?, loadMore: CommentsLoadMore?, attaches: List<Attach>?, etcControls: EtcControls?)
Content copied to clipboard
Link copied to clipboard
data class CommentComplaintError(message: String?, error: EntryComplaintErrorError?)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class CommentsLevelLimited(items: List<Comment>, rootLoadMore: CommentsLoadMore?)
Content copied to clipboard
Link copied to clipboard