AddressHistory<TAddress>
AddressHistory<TAddress>
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
TAddress
The Address type, provided by the implementation
Properties
ended
Wall-clock timestamp (ms since epoch) when this history entry ended.
fromAddress$
Observable of the originating address for this history entry, if known.
id
Unique ID of this history entry.
kind
Kind of history entry (e.g. call, message).
started
Wall-clock timestamp (ms since epoch) when this history entry started.
status
Final status of the interaction (e.g. completed, missed).