RESTGetTargetUsersJobStatus
https://discord.com/developers/docs/resources/invite#get-target-users-job-status Processing target users from a CSV when creating or updating an invite is done asynchronously. This endpoint allows you to check the status of that job.
Signature
export interface RESTGetTargetUsersJobStatusProperties
6Methods
0No methods.
Properties
status: TargetUsersJobStatusCode;total_users: number;processed_users: number;created_at: string;completed_at: string | null;error_message?: string;The error message if the job has failed.