# InteractionRef

`interface` in `http` · v0.1.0-next.0

<https://docs.seedcord.org/packages/http/0.1.0-next.0/interfaces/interaction-ref>

The interaction payload fields the sender writes its wire from.

```ts
interface InteractionRef
```

## Properties

### application_id

```ts
readonly application_id: string
```

### id

```ts
readonly id: string
```

### token

```ts
readonly token: string
```
