Table of Contents

Method GetTargetUsersJobStatusAsync

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

GetTargetUsersJobStatusAsync()

Gets the status of the job processing the change of target users asynchronously.

public Task<DiscordInviteTargetUsersJobStatus> GetTargetUsersJobStatusAsync()

Returns

Task<DiscordInviteTargetUsersJobStatus>

Exceptions

NotFoundException

Thrown when there is no job found for the invite.

UnauthorizedException

Thrown when the client is not the inviter and does not have ManageGuild permission or the ViewAuditLog permission.