@webitel/api-services
Preparing search index...
webitel-im-api-gateway-v1-message/webitel-im-api-gateway-v1-message
getWebitelImApiGatewayV1Message
Function getWebitelImApiGatewayV1Message
getWebitelImApiGatewayV1Message
(
axiosInstance
?:
AxiosInstance
,
)
:
{
messageRead
:
(
id
:
string
,
params
?:
MessageReadParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelImApiGatewayV1ReadMessageResponse
,
any
,
{}
>
,
>
;
messageSendContact
:
(
webitelImApiGatewayV1SendContactRequest
:
WebitelImApiGatewayV1SendContactRequest
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelImApiGatewayV1SendMessageResponse
,
any
,
{}
>
,
>
;
messageSendDocument
:
(
webitelImApiGatewayV1SendDocumentRequest
:
WebitelImApiGatewayV1SendDocumentRequest
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelImApiGatewayV1SendDocumentResponse
,
any
,
{}
>
,
>
;
messageSendImage
:
(
webitelImApiGatewayV1SendImageRequest
:
WebitelImApiGatewayV1SendImageRequest
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelImApiGatewayV1SendImageResponse
,
any
,
{}
>
,
>
;
messageSendInteractive
:
(
webitelImApiGatewayV1SendInteractiveMessageRequest
:
WebitelImApiGatewayV1SendInteractiveMessageRequest
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelImApiGatewayV1SendMessageResponse
,
any
,
{}
>
,
>
;
messageSendInteractiveCallback
:
(
inReplyTo
:
string
,
webitelImApiGatewayV1MessageSendInteractiveCallbackBody
:
WebitelImApiGatewayV1MessageSendInteractiveCallbackBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelImApiGatewayV1InteractiveCallbackResponse
,
any
,
{}
,
>
,
>
;
messageSendLocation
:
(
webitelImApiGatewayV1SendLocationRequest
:
WebitelImApiGatewayV1SendLocationRequest
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelImApiGatewayV1SendMessageResponse
,
any
,
{}
>
,
>
;
messageSendText
:
(
webitelImApiGatewayV1SendTextRequest
:
WebitelImApiGatewayV1SendTextRequest
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelImApiGatewayV1SendTextResponse
,
any
,
{}
>
>
;
}
Parameters
axiosInstance
:
AxiosInstance
= axios
Returns
{
messageRead
:
(
id
:
string
,
params
?:
MessageReadParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelImApiGatewayV1ReadMessageResponse
,
any
,
{}
>
,
>
;
messageSendContact
:
(
webitelImApiGatewayV1SendContactRequest
:
WebitelImApiGatewayV1SendContactRequest
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelImApiGatewayV1SendMessageResponse
,
any
,
{}
>
,
>
;
messageSendDocument
:
(
webitelImApiGatewayV1SendDocumentRequest
:
WebitelImApiGatewayV1SendDocumentRequest
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelImApiGatewayV1SendDocumentResponse
,
any
,
{}
>
,
>
;
messageSendImage
:
(
webitelImApiGatewayV1SendImageRequest
:
WebitelImApiGatewayV1SendImageRequest
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelImApiGatewayV1SendImageResponse
,
any
,
{}
>
,
>
;
messageSendInteractive
:
(
webitelImApiGatewayV1SendInteractiveMessageRequest
:
WebitelImApiGatewayV1SendInteractiveMessageRequest
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelImApiGatewayV1SendMessageResponse
,
any
,
{}
>
,
>
;
messageSendInteractiveCallback
:
(
inReplyTo
:
string
,
webitelImApiGatewayV1MessageSendInteractiveCallbackBody
:
WebitelImApiGatewayV1MessageSendInteractiveCallbackBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelImApiGatewayV1InteractiveCallbackResponse
,
any
,
{}
,
>
,
>
;
messageSendLocation
:
(
webitelImApiGatewayV1SendLocationRequest
:
WebitelImApiGatewayV1SendLocationRequest
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelImApiGatewayV1SendMessageResponse
,
any
,
{}
>
,
>
;
messageSendText
:
(
webitelImApiGatewayV1SendTextRequest
:
WebitelImApiGatewayV1SendTextRequest
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelImApiGatewayV1SendTextResponse
,
any
,
{}
>
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@webitel/api-services
Loading...