lemmy-js-client
    Preparing search index...

    Type Alias RemoveComment

    Remove a comment (only doable by mods).

    type RemoveComment = {
        comment_id: CommentId;
        reason?: string;
        removed: boolean;
    }
    Index

    Properties

    comment_id: CommentId
    reason?: string
    removed: boolean