# CreateMessageRequest

Type: object

Body for sending the first message or continuing a conversation by recipient.

## Properties

- `inboxId` (string, optional) - Sender inbox ID. Required for first-message sends to a channel recipient.
- `recipient` (MessageRecipient, required)
- `content` (MessageContent, required)

