Table of Contents

Class GuildMessagesSearchResultData

Namespace
NetCord.Rest
Assembly
NetCord.dll
public class GuildMessagesSearchResultData : IJsonModel<JsonGuildMessagesSearchResult>
Inheritance
GuildMessagesSearchResultData
Implements
Inherited Members

Constructors

GuildMessagesSearchResultData(JsonGuildMessagesSearchResult, RestClient)

public GuildMessagesSearchResultData(JsonGuildMessagesSearchResult jsonModel, RestClient client)

Parameters

jsonModel JsonGuildMessagesSearchResult
client RestClient

Properties

AnalyticsId

The analytics ID of the search.

public string AnalyticsId { get; }

Property Value

string

DoingDeepHistoricalIndex

Whether the server is doing a deep historical index.

public bool DoingDeepHistoricalIndex { get; }

Property Value

bool

ThreadUsers

The thread users associated with the search results.

public IReadOnlyList<ThreadUser> ThreadUsers { get; }

Property Value

IReadOnlyList<ThreadUser>

Threads

The threads associated with the search results.

public IReadOnlyList<GuildThread> Threads { get; }

Property Value

IReadOnlyList<GuildThread>

TotalResults

The total number of results for the search.

public int TotalResults { get; }

Property Value

int