TextMessage<TAddress>
TextMessage<TAddress>
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
Properties
created
Wall-clock timestamp (ms since epoch) when the message was created.
fromAddress$
Observable of the sender address for this text message, if known.
id
Unique ID of the message.
text
Message body text.