Enum DiscordDefaultSortOrder
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
The sort order for forum channels.
public enum DiscordDefaultSortOrder
- Extension Methods
Fields
CreationDate = 1
Sorts posts by the creation of the post itself.
LatestActivity = 0
Sorts posts by the latest message in the thread.