API reference
Enum MemberSortType
- Namespace
- DisCatSharp.Experimental.Enums
- Assembly
- DisCatSharp.Experimental.dll
Represents the sorting algorithm used when searching for guild members.
public enum MemberSortType
Fields
JoinedAtDesc = 1Sort by when the user joined the guild descending (default).
JoinedAtAsc = 2Sort by when the user joined the guild ascending.
UserIdDesc = 3Sort by when the user joined Discord descending.
UserIdAsc = 4Sort by when the user joined Discord ascending.