|
Wavelength
Privacy-focused, cross-platform, and open-source communication application
|
Internal struct to hold data for messages waiting in the queue. More...
Public Attributes | |
| QString | content |
| The raw message content (potentially HTML). | |
| bool | has_attachment = false |
| Flag indicating if the content likely contains an attachment placeholder. | |
| QString | id |
| Unique identifier for the message (used for progress updates). Empty for regular messages. | |
| QString | sender |
| The sender identifier ("You", "SYSTEM", or extracted name). | |
| StreamMessage::MessageType | type |
| The type of the message (Received, Transmitted, System). | |
Internal struct to hold data for messages waiting in the queue.
| QString StreamDisplay::MessageData::content |
The raw message content (potentially HTML).
| bool StreamDisplay::MessageData::has_attachment = false |
Flag indicating if the content likely contains an attachment placeholder.
| QString StreamDisplay::MessageData::id |
Unique identifier for the message (used for progress updates). Empty for regular messages.
| QString StreamDisplay::MessageData::sender |
The sender identifier ("You", "SYSTEM", or extracted name).
| StreamMessage::MessageType StreamDisplay::MessageData::type |
The type of the message (Received, Transmitted, System).