# SendOpts

`interface` in `types` · v0.8.0-next.6

<https://docs.seedcord.org/packages/types/0.8.0-next.6/interfaces/send-opts>

Options for reply / followUp / send. send() applies them only when it creates a new message.

```ts
interface SendOpts
```

## Properties

### ephemeral

```ts
readonly ephemeral: boolean
```

Whether only the invoking user sees the reply.

### silent

```ts
readonly silent: boolean
```

Whether the message skips push and desktop notifications.
