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
Archived
Gets or sets whether or not the thread is archived.
public Optional<bool> Archived { get; set; }
Property Value
Locked
Gets or sets whether or not the thread is locked.
public Optional<bool> Locked { get; set; }