Enum SortAlgorithm
- Namespace
- Discord
- Assembly
- Discord.Net.Core.dll
Specifies the sort algorithm of entities (e.g. messages) should be retrieved in.
public enum SortAlgorithm
Fields
Relevance = 1The entities should be sorted based on their relevance to the search query.
Timestamp = 0The entities should be sorted based on their creation time.
Remarks
This enum is used to specify the sort algorithm for retrieving entities.