Class JsonGuildJoinRequestFormResponse
- Namespace
- NetCord.Gateway.JsonModels
- Assembly
- NetCord.dll
public class JsonGuildJoinRequestFormResponse
- Inheritance
-
JsonGuildJoinRequestFormResponse
- Inherited Members
-
Constructors
public JsonGuildJoinRequestFormResponse()
Properties
[JsonPropertyName("description")]
public string? Description { get; set; }
Property Value
- string
[JsonPropertyName("field_type")]
public GuildJoinRequestFormResponseFieldType FieldType { get; set; }
Property Value
- GuildJoinRequestFormResponseFieldType
[JsonPropertyName("label")]
public string Label { get; set; }
Property Value
- string
[JsonPropertyName("required")]
public bool Required { get; set; }
Property Value
- bool
[JsonPropertyName("response")]
public bool Response { get; set; }
Property Value
- bool
[JsonPropertyName("values")]
public IReadOnlyList<string> Values { get; set; }
Property Value
- IReadOnlyList<string>