@webitel/api-services
Preparing search index...
_models/webitelImApiGatewayV1SendImageRequest
WebitelImApiGatewayV1SendImageRequest
Interface WebitelImApiGatewayV1SendImageRequest
Represents a request to send an message with image.
interface
WebitelImApiGatewayV1SendImageRequest
{
body
?:
string
;
images
?:
WebitelImApiGatewayV1ImageInput
[]
;
sendId
?:
string
;
to
?:
WebitelImApiGatewayV1Peer
;
}
Index
Properties
body?
images?
send
Id?
to?
Properties
Optional
body
body
?:
string
Optional
images
images
?:
WebitelImApiGatewayV1ImageInput
[]
Optional
send
Id
sendId
?:
string
Optional
to
to
?:
WebitelImApiGatewayV1Peer
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
images
send
Id
to
@webitel/api-services
Loading...
Represents a request to send an message with image.