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

    Represents a request to send an message with image.

    interface WebitelImApiGatewayV1SendImageRequest {
        body?: string;
        images?: WebitelImApiGatewayV1ImageInput[];
        sendId?: string;
        to?: WebitelImApiGatewayV1Peer;
    }
    Index

    Properties

    body?: string
    sendId?: string