@typed-discord/rest
    Preparing search index...

    Interface TargetUsersJobStatusResponse

    interface TargetUsersJobStatusResponse {
        completed_at: string | null;
        created_at: string | null;
        error_message: string | null;
        processed_users: number;
        status: TargetUsersJobStatusTypes;
        total_users: number;
    }
    Index

    Properties

    completed_at: string | null

    The timestamp when the job was successfully completed.

    created_at: string | null

    The timestamp when the job was created.

    error_message: string | null

    The error message if the job failed.

    processed_users: number

    The number of users processed so far.

    The status of the job processing the target users.

    total_users: number

    The total number of users in the provided list.