Table of Contents

Method GetMembershipScreeningFormAsync

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

GetMembershipScreeningFormAsync(CancellationToken)

Gets this guild's membership screening form.

public Task<DiscordGuildMembershipScreening> GetMembershipScreeningFormAsync(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

A token to cancel the request.

Returns

Task<DiscordGuildMembershipScreening>

This guild's membership screening form.

Exceptions

ServerErrorException

Thrown when Discord is unable to process the request.