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 MemberSearchPaginationFilter? After { get; set; }
Property Value
AndQuery
Gets or sets the and query for the search.
public MemberSearchFilter? AndQuery { get; set; }
Property Value
Before
Gets or sets the before property for the search.
public MemberSearchPaginationFilter? Before { get; set; }
Property Value
OrQuery
Gets or sets the or query for the search.
public MemberSearchFilter? OrQuery { get; set; }
Property Value
Sort
Gets or sets the sort type for the search.
public MemberSearchV2SortType? Sort { get; set; }