@webitel/api-services
    Preparing search index...
    • Parameters

      • axiosInstance: AxiosInstance = axios

      Returns {
          messageHistorySearchThreadMessagesHistory: (
              threadId: string,
              params?: MessageHistorySearchThreadMessagesHistoryParams,
              options?: AxiosRequestConfig,
          ) => Promise<
              AxiosResponse<
                  WebitelImApiGatewayV1SearchMessageHistoryResponse,
                  any,
                  {},
              >,
          >;
      }