> For a complete index of all SignalWire documentation pages, fetch https://signalwire.com/docs/llms.txt

# TextMessage<TAddress>

> Text message from conversation Contains a reference to the sender address as an observable

Text message from conversation
Contains a reference to the sender address as an observable

## **Remarks**

Uses a generic type parameter to maintain type safety while avoiding
circular dependencies. The Address class provides the concrete type.

## **Type Parameters**

| Type Parameter | Default type | Description                                      |
| -------------- | ------------ | ------------------------------------------------ |
| `TAddress`     | `never`      | The Address type, provided by the implementation |

## **Properties**

Wall-clock timestamp (ms since epoch) when the message was created.

Observable of the sender address for this text message, if known.

Unique ID of the message.

Message body text.