Class GuildThreadMetadata
- Namespace
- NetCord
- Assembly
- NetCord.dll
public class GuildThreadMetadata : IJsonModel<JsonGuildThreadMetadata>
- Inheritance
-
GuildThreadMetadata
- Implements
-
- Inherited Members
-
Constructors
public GuildThreadMetadata(JsonGuildThreadMetadata jsonModel)
Parameters
jsonModel
JsonGuildThreadMetadata
Properties
public DateTimeOffset ArchiveTimestamp { get; }
Property Value
- DateTimeOffset
public bool Archived { get; }
Property Value
- bool
public int AutoArchiveDuration { get; }
Property Value
- int
public bool? Invitable { get; }
Property Value
- bool?
public bool Locked { get; }
Property Value
- bool