lemmy-js-client
    Preparing search index...

    Type Alias ModRemoveComment

    When a moderator removes a comment.

    type ModRemoveComment = {
        comment_id: CommentId;
        id: ModRemoveCommentId;
        mod_person_id: PersonId;
        published_at: string;
        reason?: string;
        removed: boolean;
    }
    Index

    Properties

    comment_id: CommentId
    mod_person_id: PersonId
    published_at: string
    reason?: string
    removed: boolean