Method UnverifyAsync
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
UnverifyAsync(string?, CancellationToken)
Manually unverifies the member to not bypass the Membership Screening requirements anymore.
public Task UnverifyAsync(string? reason = null, CancellationToken cancellationToken = default)
Parameters
reasonstringReason for audit logs.
cancellationTokenCancellationTokenA token to cancel the request.