Table of Contents

Constructor DiscordGuildMembershipScreeningField

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

DiscordGuildMembershipScreeningField(MembershipScreeningFieldType, string, List<string>?, bool, string?, string?)

Initializes a new instance of the DiscordGuildMembershipScreeningField class.

public DiscordGuildMembershipScreeningField(MembershipScreeningFieldType type, string label, List<string>? values = null, bool required = true, string? description = null, string? placeholder = null)

Parameters

type MembershipScreeningFieldType

The type.

label string

The label.

values List<string>

The values.

required bool

If true, required.

description string

The description.

placeholder string

The placeholder.