# ResponseSent

`interface` in `core` · v0.6.0

<https://docs.seedcord.org/packages/core/0.6.0/interfaces/response-sent>

A write Discord accepted.

```ts
interface ResponseSent extends AttemptedWrite
```

## Properties

### durationMs

```ts
readonly durationMs: number
```

### interactionId

```ts
readonly interactionId: string
```

The interaction this write belongs to, for joining against `interactionDispatched`.

### messageId

```ts
readonly messageId: string | null
```

Null for every ack-only and choice-only verb.

### method

```ts
readonly method: WriteMethod
```

`send` routes to another verb, so it reports the verb that ran.

### outcome

```ts
readonly outcome: 'sent'
```

### routeId

```ts
readonly routeId: string
```
