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

# AddressHistory<TAddress>

> Address history entry from conversation messages Contains a reference to the sender address as an observable

Address history entry from conversation messages
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**

The Address type, provided by the implementation

## **Properties**

Wall-clock timestamp (ms since epoch) when this history entry ended.

Observable of the originating address for this history entry, if known.

Unique ID of this history entry.

Kind of history entry (e.g. `call`, `message`).

Wall-clock timestamp (ms since epoch) when this history entry started.

Final status of the interaction (e.g. `completed`, `missed`).