lemmy-js-client
    Preparing search index...

    Type Alias PurgeComment

    Purges a comment from the database. This will delete all content attached to that comment.

    type PurgeComment = {
        comment_id: CommentId;
        reason?: string;
    }
    Index

    Properties

    Properties

    comment_id: CommentId
    reason?: string