Table of Contents

Class JsonGuildThreadMetadata

Namespace
NetCord.JsonModels
Assembly
NetCord.dll
public class JsonGuildThreadMetadata
Inheritance
JsonGuildThreadMetadata
Inherited Members

Constructors

JsonGuildThreadMetadata()

public JsonGuildThreadMetadata()

Properties

ArchiveTimestamp

[JsonPropertyName("archive_timestamp")]
public DateTimeOffset ArchiveTimestamp { get; set; }

Property Value

DateTimeOffset

Archived

[JsonPropertyName("archived")]
public bool Archived { get; set; }

Property Value

bool

AutoArchiveDuration

[JsonPropertyName("auto_archive_duration")]
public int AutoArchiveDuration { get; set; }

Property Value

int

Invitable

[JsonPropertyName("invitable")]
public bool? Invitable { get; set; }

Property Value

bool?

Locked

[JsonPropertyName("locked")]
public bool Locked { get; set; }

Property Value

bool