lemmy-js-client
    Preparing search index...

    Type Alias AdminPurgeComment

    When an admin purges a comment.

    type AdminPurgeComment = {
        admin_person_id: PersonId;
        id: AdminPurgeCommentId;
        post_id: PostId;
        published_at: string;
        reason?: string;
    }
    Index

    Properties

    admin_person_id: PersonId

    post_id

    post_id: PostId
    published_at: string
    reason?: string