# IMQRPCRequest.args property · @imqueue/rpc

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

Positional arguments for the method, applied in order.

**Signature:**

```typescript
args: any[];
```

## Remarks

The client removes the trailing [IMQMetadata](https://imqueue.org/api/rpc/latest/rpc.imqmetadata/) and [IMQDelay](https://imqueue.org/api/rpc/latest/rpc.imqdelay/) slots and, on a delayed call, any trailing `undefined` placeholders — so this array carries only real arguments. Its length is checked against the exposed method description before the method runs.

