Struct MemberSearchV2RangeProperties
- Namespace
- Discord
- Assembly
- Discord.Net.Core.dll
Represents the range properties for searching members in a guild.
public struct MemberSearchV2RangeProperties
- Inherited Members
Properties
GreaterThanOrEqual
Gets or sets the greater than property for the search.
public long? GreaterThanOrEqual { readonly get; set; }
Property Value
- long?
LessThanOrEqual
Gets or sets the less than property for the search.
public long? LessThanOrEqual { readonly get; set; }
Property Value
- long?