RESTGetAPIGuildMessagesSearch
https://discord.com/developers/docs/resources/message#search-guild-messages
Signature
export interface RESTGetAPIGuildMessagesSearchProperties
6Methods
0No methods.
Properties
doing_deep_historical_index: boolean;Whether the guild is undergoing a deep historical indexing operation
documents_indexed: number;The number of documents that have been indexed during the current index operation, if any
total_results: number;The total number of results that match the query
messages: [ APIMessage][];A nested array of messages that match the query
threads: APIChannel[];The threads that contain the returned messages
members: APIThreadMember[];A thread member object for each returned thread the current user has joined