Class DiscordGuildMembershipScreening
Represents a guild's membership screening form.
Inheritance
System.Object
DiscordGuildMembershipScreening
Namespace: DisCatSharp.Entities
Assembly: DisCatSharp.dll
Syntax
public class DiscordGuildMembershipScreening
Properties
| Improve this Doc View SourceDescription
Gets the server description shown in the screening form.
Declaration
public string Description { get; }
Property Value
Type | Description |
---|---|
System.String |
Fields
Gets the steps in the screening form.
Declaration
public IReadOnlyList<DiscordGuildMembershipScreeningField> Fields { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyList<DiscordGuildMembershipScreeningField> |
Version
Gets when the fields were last updated.
Declaration
public DateTimeOffset Version { get; }
Property Value
Type | Description |
---|---|
System.DateTimeOffset |