@webitel/api-services
Preparing search index...
webitel-im-api-gateway-v1-messagehistory/webitel-im-api-gateway-v1-messagehistory
getWebitelImApiGatewayV1Messagehistory
Function getWebitelImApiGatewayV1Messagehistory
getWebitelImApiGatewayV1Messagehistory
(
axiosInstance
?:
AxiosInstance
,
)
:
{
messageHistorySearchThreadMessagesHistory
:
(
threadId
:
string
,
params
?:
MessageHistorySearchThreadMessagesHistoryParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelImApiGatewayV1SearchMessageHistoryResponse
,
any
,
{}
,
>
,
>
;
}
Parameters
axiosInstance
:
AxiosInstance
= axios
Returns
{
messageHistorySearchThreadMessagesHistory
:
(
threadId
:
string
,
params
?:
MessageHistorySearchThreadMessagesHistoryParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelImApiGatewayV1SearchMessageHistoryResponse
,
any
,
{}
,
>
,
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@webitel/api-services
Loading...