Class ThreadChannelProperties
Provides properties that are used to modify an IThreadChannel with the specified changes.
Inherited Members
Namespace: Discord
Assembly: Discord.Net.Core.dll
Syntax
public class ThreadChannelProperties : TextChannelProperties
Properties
| Improve this Doc View SourceAppliedTags
Gets or sets the tags applied to a forum thread
Declaration
public Optional<IEnumerable<ulong>> AppliedTags { get; set; }
Property Value
Type | Description |
---|---|
Optional<IEnumerable<UInt64>> |
Archived
Gets or sets whether or not the thread is archived.
Declaration
public Optional<bool> Archived { get; set; }
Property Value
Type | Description |
---|---|
Optional<Boolean> |
Locked
Gets or sets whether or not the thread is locked.
Declaration
public Optional<bool> Locked { get; set; }
Property Value
Type | Description |
---|---|
Optional<Boolean> |