Skip to main content

ChatSearchQuery

Callable

  • ChatSearchQuery(Query: string): void

  • Sends the search query data to the server. The response will be handled by ChatSearchResponse once it is received


    Parameters

    • Query: string

      The search term to look for

    Returns void

    • Nothing