Enum ThreadAutoArchiveDuration
Represents the auto-archive duration for a thread.
Namespace: DisCatSharp
Assembly: DisCatSharp.dll
Syntax
public enum ThreadAutoArchiveDuration
Fields
Name | Description |
---|---|
OneDay | Indicates that the thread will be auto archived after one day / 24 hours. |
OneHour | Indicates that the thread will be auto archived after one hour. |
OneWeek | Indicates that the thread will be auto archived after a week. |
ThreeDays | Indicates that the thread will be auto archived after three days. |