@webitel/api-services
Preparing search index...
contacts-chat-catalog/contacts-chat-catalog
getContactsChatCatalog
Function getContactsChatCatalog
getContactsChatCatalog
(
axiosInstance
?:
AxiosInstance
,
)
:
{
contactsChatCatalogGetContactChatHistory
:
(
contactId
:
string
,
chatId
:
string
,
params
?:
ContactsChatCatalogGetContactChatHistoryParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelChatGetContactChatHistoryResponse
,
any
,
{}
>
,
>
;
contactsChatCatalogGetContactChatHistory2
:
(
contactId
:
string
,
params
?:
ContactsChatCatalogGetContactChatHistory2Params
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelChatGetContactChatHistoryResponse
,
any
,
{}
>
,
>
;
}
Parameters
axiosInstance
:
AxiosInstance
= axios
Returns
{
contactsChatCatalogGetContactChatHistory
:
(
contactId
:
string
,
chatId
:
string
,
params
?:
ContactsChatCatalogGetContactChatHistoryParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelChatGetContactChatHistoryResponse
,
any
,
{}
>
,
>
;
contactsChatCatalogGetContactChatHistory2
:
(
contactId
:
string
,
params
?:
ContactsChatCatalogGetContactChatHistory2Params
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelChatGetContactChatHistoryResponse
,
any
,
{}
>
,
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@webitel/api-services
Loading...