Table of Contents

Class ThreadInfo

Namespace
Discord.Rest
Assembly
Discord.Net.Rest.dll

Represents information for a thread.

public class ThreadInfo
Inheritance
ThreadInfo
Inherited Members

Properties

AppliedTags

Gets the applied tags of this thread.

public IReadOnlyCollection<ulong> AppliedTags { get; }

Property Value

IReadOnlyCollection<ulong>

Remarks

null if the property was not updated.

AutoArchiveDuration

Gets the auto archive duration of thread.

public ThreadArchiveDuration? AutoArchiveDuration { get; }

Property Value

ThreadArchiveDuration?

Remarks

null if the property was not updated.

Flags

Gets the flags of the thread channel.

public ChannelFlags? Flags { get; }

Property Value

ChannelFlags?

Remarks

null if the property was not updated.

IsArchived

Gets the value that indicates whether the thread is archived.

public bool? IsArchived { get; }

Property Value

bool?

Remarks

null if the property was not updated.

IsLocked

Gets the value that indicates whether the thread is locked.

public bool? IsLocked { get; }

Property Value

bool?

Remarks

null if the property was not updated.

Name

Gets the name of the thread.

public string Name { get; }

Property Value

string

SlowModeInterval

Gets the slow-mode delay of the thread.

public int? SlowModeInterval { get; }

Property Value

int?

Remarks

null if the property was not updated.

Type

Gets the type of the thread.

public ThreadType Type { get; }

Property Value

ThreadType

Remarks

null if the property was not updated.