lemmy-js-client
    Preparing search index...

    Type Alias DistinguishComment

    Distinguish a comment (IE speak as moderator).

    type DistinguishComment = {
        comment_id: CommentId;
        distinguished: boolean;
    }
    Index

    Properties

    comment_id: CommentId
    distinguished: boolean