@webitel/api-services
Preparing search index...
messages/messages
getMessages
Function getMessages
getMessages
(
axiosInstance
?:
AxiosInstance
,
)
:
{
catalogGetCustomers
:
(
params
?:
CatalogGetCustomersParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelChatChatCustomers
,
any
,
{}
>
>
;
catalogGetDialogs
:
(
params
?:
CatalogGetDialogsParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelChatChatDialogs
,
any
,
{}
>
>
;
catalogGetHistory
:
(
chatId
:
string
,
params
?:
CatalogGetHistoryParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelChatChatMessages
,
any
,
{}
>
>
;
catalogGetHistory2
:
(
params
?:
CatalogGetHistory2Params
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelChatChatMessages
,
any
,
{}
>
>
;
catalogGetMembers
:
(
chatId
:
string
,
params
?:
CatalogGetMembersParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelChatChatMembers
,
any
,
{}
>
>
;
messagesServiceBroadcastMessage
:
(
webitelChatBroadcastMessageRequest
:
WebitelChatBroadcastMessageRequest
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelChatBroadcastMessageResponse
,
any
,
{}
>
>
;
}
Parameters
axiosInstance
:
AxiosInstance
= axios
Returns
{
catalogGetCustomers
:
(
params
?:
CatalogGetCustomersParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelChatChatCustomers
,
any
,
{}
>
>
;
catalogGetDialogs
:
(
params
?:
CatalogGetDialogsParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelChatChatDialogs
,
any
,
{}
>
>
;
catalogGetHistory
:
(
chatId
:
string
,
params
?:
CatalogGetHistoryParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelChatChatMessages
,
any
,
{}
>
>
;
catalogGetHistory2
:
(
params
?:
CatalogGetHistory2Params
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelChatChatMessages
,
any
,
{}
>
>
;
catalogGetMembers
:
(
chatId
:
string
,
params
?:
CatalogGetMembersParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelChatChatMembers
,
any
,
{}
>
>
;
messagesServiceBroadcastMessage
:
(
webitelChatBroadcastMessageRequest
:
WebitelChatBroadcastMessageRequest
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelChatBroadcastMessageResponse
,
any
,
{}
>
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@webitel/api-services
Loading...