Table of Contents

Class GuildThreadMetadata

Namespace
NetCord
Assembly
NetCord.dll
public class GuildThreadMetadata : IJsonModel<JsonGuildThreadMetadata>
Inheritance
GuildThreadMetadata
Implements
Inherited Members

Constructors

GuildThreadMetadata(JsonGuildThreadMetadata)

public GuildThreadMetadata(JsonGuildThreadMetadata jsonModel)

Parameters

jsonModel JsonGuildThreadMetadata

Properties

ArchiveTimestamp

public DateTimeOffset ArchiveTimestamp { get; }

Property Value

DateTimeOffset

Archived

public bool Archived { get; }

Property Value

bool

AutoArchiveDuration

public int AutoArchiveDuration { get; }

Property Value

int

Invitable

public bool? Invitable { get; }

Property Value

bool?

Locked

public bool Locked { get; }

Property Value

bool