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

    SendMessageResponse represents the result of a send operation. Contains the generated message ID and list of recipients.

    interface WebitelImApiGatewayV1SendMessageResponse {
        id?: string;
        to?: WebitelImApiGatewayV1Peer;
    }
    Index

    Properties

    Properties

    id?: string

    Unique message identifier.

    Recipient of the message.