@webitel/api-services
    Preparing search index...

    Represents a request to send a message with document.

    interface WebitelImApiGatewayV1SendDocumentRequest {
        body?: string;
        documents?: WebitelImApiGatewayV1DocumentInput[];
        sendId?: string;
        to?: WebitelImApiGatewayV1Peer;
    }
    Index

    Properties

    body?: string
    sendId?: string