# SendableMessages

Represents types of message that are sent by the widget

```typescript
type SendableMessages = SentTextMessage | SentAttachmentMessage;
```

[`SentTextMessage`](/docs/dixamessenger/web/interfaces/senttextmessage)

[`SentAttachmentMessage`](/docs/dixamessenger/web/interfaces/sentattachmentmessage)