Enum DiscordAutoArchiveDuration
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
Represents the duration in minutes to automatically archive a thread after recent activity.
public enum DiscordAutoArchiveDuration
- Extension Methods
Fields
Day = 1440Thread will auto-archive after one day of inactivity.
Hour = 60Thread will auto-archive after one hour of inactivity.
ThreeDays = 4320Thread will auto-archive after three days of inactivity.
Week = 10080Thread will auto-archive after one week of inactivity.