Table of Contents

Struct MemberSearchV2QueryProperties

Namespace
Discord
Assembly
Discord.Net.Core.dll

Represents the query properties for searching members in a guild.

public readonly struct MemberSearchV2QueryProperties
Inherited Members

Constructors

MemberSearchV2QueryProperties(Dictionary<int, long>, Dictionary<int, long>)

public MemberSearchV2QueryProperties(Dictionary<int, long> andQuery, Dictionary<int, long> orQuery)

Parameters

andQuery Dictionary<int, long>
orQuery Dictionary<int, long>

MemberSearchV2QueryProperties(Dictionary<int, string>, Dictionary<int, string>)

public MemberSearchV2QueryProperties(Dictionary<int, string> andQuery, Dictionary<int, string> orQuery)

Parameters

andQuery Dictionary<int, string>
orQuery Dictionary<int, string>

Properties

AndQuery

Gets the and query for the search.

public Dictionary<int, object> AndQuery { get; }

Property Value

Dictionary<int, object>

OrQuery

Gets the or query for the search.

public Dictionary<int, object> OrQuery { get; }

Property Value

Dictionary<int, object>