Table of Contents

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

reason string

Reason for audit logs.

cancellationToken CancellationToken

A token to cancel the request.

Returns

Task