Class DiscordRangeQuery
- Namespace
- DisCatSharp.Experimental.Entities
- Assembly
- DisCatSharp.Experimental.dll
Represents a range query.
public sealed class DiscordRangeQuery
- Inheritance
-
DiscordRangeQuery
- Inherited Members
Properties
- Gte
Inclusive lower bound value to match. Ulong or integer.
- Lte
Inclusive upper bound value to match. Ulong or integer.