data property
TransportableData
get
data
Encrypted message content (Base64-encoded).
Generated by encrypting the InstantMessage.content with a symmetric key (e.g., AES). Wrapped in TransportableData for standardized encoding/transmission. Cannot be null (core payload of the secure message).
Implementation
TransportableData get data;