Class MemberSearchPropertiesV2
- Namespace
- Discord
- Assembly
- Discord.Net.Core.dll
Represents the properties for searching members in a guild.
public class MemberSearchPropertiesV2
- Inheritance
-
MemberSearchPropertiesV2
- Inherited Members
Properties
After
Gets or sets the after property for the search.
public MemberSearchPropertiesV2After After { get; set; }
Property Value
AndQuery
Gets or sets the and query for the search.
public MemberSearchV2QueryParams? AndQuery { get; set; }
Property Value
OrQuery
Gets or sets the or query for the search.
public MemberSearchV2QueryParams? OrQuery { get; set; }
Property Value
Sort
Gets or sets the sort type for the search.
public MemberSearchV2SortType? Sort { get; set; }