Table of Contents

Class ThreadChannelProperties

Namespace
Discord
Assembly
Discord.Net.Core.dll

Provides properties that are used to modify an IThreadChannel with the specified changes.

public class ThreadChannelProperties : TextChannelProperties
Inheritance
ThreadChannelProperties
Inherited Members

Properties

AppliedTags

Gets or sets the tags applied to a forum thread

public Optional<IEnumerable<ulong>> AppliedTags { get; set; }

Property Value

Optional<IEnumerable<ulong>>

Archived

Gets or sets whether or not the thread is archived.

public Optional<bool> Archived { get; set; }

Property Value

Optional<bool>

Locked

Gets or sets whether or not the thread is locked.

public Optional<bool> Locked { get; set; }

Property Value

Optional<bool>

See Also