Class JsonGuildThreadMetadata
- Namespace
- NetCord.JsonModels
- Assembly
- NetCord.dll
public class JsonGuildThreadMetadata
- Inheritance
-
JsonGuildThreadMetadata
- Inherited Members
-
Constructors
public JsonGuildThreadMetadata()
Properties
[JsonPropertyName("archive_timestamp")]
public DateTimeOffset ArchiveTimestamp { get; set; }
Property Value
- DateTimeOffset
[JsonPropertyName("archived")]
public bool Archived { get; set; }
Property Value
- bool
[JsonPropertyName("auto_archive_duration")]
public int AutoArchiveDuration { get; set; }
Property Value
- int
[JsonPropertyName("invitable")]
public bool? Invitable { get; set; }
Property Value
- bool?
[JsonPropertyName("locked")]
public bool Locked { get; set; }
Property Value
- bool