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