|
|
@@ -40,25 +40,10 @@ namespace Discord |
|
|
|
/// <exception cref="ArgumentOutOfRangeException">Thrown if the value does not fall within [0, 21600].</exception> |
|
|
|
public Optional<int> SlowModeInterval { get; set; } |
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// Gets or sets whether or not the thread is archived. |
|
|
|
/// </summary> |
|
|
|
public Optional<bool> Archived { get; set; } |
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// Gets or sets whether or not the thread is locked. |
|
|
|
/// </summary> |
|
|
|
public Optional<bool> Locked { get; set; } |
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// Gets or sets the auto archive duration. |
|
|
|
/// </summary> |
|
|
|
public Optional<ThreadArchiveDuration> AutoArchiveDuration { get; set; } |
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// Gets or sets the tags applied to a forum thread |
|
|
|
/// </summary> |
|
|
|
public Optional<IEnumerable<ulong>> AppliedTags { get; set; } |
|
|
|
|
|
|
|
} |
|
|
|
} |