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

    Represents a request to send a text message.

    interface WebitelImApiGatewayV1SendTextRequest {
        body?: string;
        sendId?: string;
        to?: WebitelImApiGatewayV1Peer;
    }
    Index

    Properties

    Properties

    body?: string
    sendId?: string