# IMQRPCResponse.to property · @imqueue/rpc

Source: https://imqueue.org/api/rpc/latest/rpc.imqrpcresponse.to/
Published: 2026-08-04
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/rpc 3.5.3 — generated reference, not hand-written

Correlation identifier: the queue-assigned message id of the request this response answers.

**Signature:**

```typescript
to: string;
```

## Remarks

This is not an address. The client matches it against its table of pending calls, so it must be echoed back exactly. The response is delivered to [IMQRPCRequest.from](https://imqueue.org/api/rpc/latest/rpc.imqrpcrequest.from/) instead.

