AsyncArticleVote

class AsyncArticleVote(gallId: String, articleId: Int, session: Session)

Constructors

Link copied to clipboard
constructor(gallId: String, articleId: Int, session: Session)

Functions

Link copied to clipboard
suspend fun downvoteAsync(): Deferred<ArticleVote.VoteResult>
Link copied to clipboard
suspend fun upvoteAsync(): Deferred<ArticleVote.VoteResult>