Class GuildMessagesSearchResultData
public class GuildMessagesSearchResultData : IJsonModel<JsonGuildMessagesSearchResult>
- Inheritance
-
GuildMessagesSearchResultData
- Implements
- Inherited Members
Constructors
GuildMessagesSearchResultData(JsonGuildMessagesSearchResult, RestClient)
public GuildMessagesSearchResultData(JsonGuildMessagesSearchResult jsonModel, RestClient client)
Parameters
jsonModel
JsonGuildMessagesSearchResultclient
RestClient
Properties
AnalyticsId
The analytics ID of the search.
public string AnalyticsId { get; }
Property Value
DoingDeepHistoricalIndex
Whether the server is doing a deep historical index.
public bool DoingDeepHistoricalIndex { get; }
Property Value
ThreadUsers
The thread users associated with the search results.
public IReadOnlyList<ThreadUser> ThreadUsers { get; }
Property Value
Threads
The threads associated with the search results.
public IReadOnlyList<GuildThread> Threads { get; }
Property Value
TotalResults
The total number of results for the search.
public int TotalResults { get; }