# SerializedReply

`interface` in `core` · v0.1.0-next.5

<https://docs.seedcord.org/packages/core/0.1.0-next.5/interfaces/serialized-reply>

Serialized message data the transport wire writers consume.

```ts
interface SerializedReply
```

## Properties

### allowedMentions

```ts
readonly allowedMentions: ReplyResponse['allowedMentions']
```

### components

```ts
readonly components: APIMessageTopLevelComponent[]
```

### files

```ts
readonly files: ReplyResponse['files']
```
