Table of Contents

Class JsonGuildJoinRequestFormResponse

Namespace
NetCord.Gateway.JsonModels
Assembly
NetCord.dll
public class JsonGuildJoinRequestFormResponse
Inheritance
JsonGuildJoinRequestFormResponse
Inherited Members

Constructors

JsonGuildJoinRequestFormResponse()

public JsonGuildJoinRequestFormResponse()

Properties

Description

[JsonPropertyName("description")]
public string? Description { get; set; }

Property Value

string

FieldType

[JsonPropertyName("field_type")]
public GuildJoinRequestFormResponseFieldType FieldType { get; set; }

Property Value

GuildJoinRequestFormResponseFieldType

Label

[JsonPropertyName("label")]
public string Label { get; set; }

Property Value

string

Required

[JsonPropertyName("required")]
public bool Required { get; set; }

Property Value

bool

Response

[JsonPropertyName("response")]
public bool Response { get; set; }

Property Value

bool

Values

[JsonPropertyName("values")]
public IReadOnlyList<string> Values { get; set; }

Property Value

IReadOnlyList<string>