Table of Contents

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 = 1

Sort by when the user joined the guild descending (default).

JoinedAtAsc = 2

Sort by when the user joined the guild ascending.

UserIdDesc = 3

Sort by when the user joined Discord descending.

UserIdAsc = 4

Sort by when the user joined Discord ascending.