Table of Contents

Enum GuildJoinRequestFormResponseFieldType

Namespace
NetCord.Gateway
Assembly
NetCord.dll
[JsonConverter(typeof(SafeStringEnumConverter<GuildJoinRequestFormResponseFieldType>))]
public enum GuildJoinRequestFormResponseFieldType

Fields

[JsonPropertyName("FILE_UPLOAD")] FileUpload = 5
[JsonPropertyName("MULTIPLE_CHOICE")] MultipleChoice = 3
[JsonPropertyName("PARAGRAPH")] Paragraph = 2
[JsonPropertyName("TERMS")] Terms = 0
[JsonPropertyName("TEXT_INPUT")] TextInput = 1
[JsonPropertyName("VERIFICATION")] Verification = 4