lemmy-js-client
    Preparing search index...

    Type Alias CommentActions

    type CommentActions = {
        saved_at?: string;
        vote_is_upvote?: boolean;
        voted_at?: string;
    }
    Index

    Properties

    saved_at?: string

    When the comment was saved.

    vote_is_upvote?: boolean

    True if upvoted, false if downvoted. Upvote is greater than downvote.

    voted_at?: string

    When the comment was upvoted or downvoted.