ISPO SDK
    Preparing search index...

    Interface CommunityModerationApplyResult

    Markdown
    interface CommunityModerationApplyResult {
        moderationEventId: string;
        targetId: string;
        targetVersion: number;
    }
    Index
    moderationEventId: string

    A host-minted opaque moderation-event reference for browser callers.

    targetId: string

    A host-minted opaque message/channel/member reference for browser callers.

    targetVersion: number