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 = 1440
Thread will auto-archive after one day of inactivity.
Hour = 60
Thread will auto-archive after one hour of inactivity.
ThreeDays = 4320
Thread will auto-archive after three days of inactivity.
Week = 10080
Thread will auto-archive after one week of inactivity.