#include <privmx/endpoint/thread/Types.hpp>

Public Attributes | |
| ServerMessageInfo | info |
| core::Buffer | publicMeta |
| core::Buffer | privateMeta |
| core::Buffer | data |
| std::string | authorPubKey |
| int64_t | statusCode |
| int64_t | schemaVersion |
Holds information about the Message.
| std::string privmx::endpoint::thread::Message::authorPubKey |
public key of an author of the message
| core::Buffer privmx::endpoint::thread::Message::data |
message's data
| ServerMessageInfo privmx::endpoint::thread::Message::info |
message's information created by server
| core::Buffer privmx::endpoint::thread::Message::privateMeta |
message's private metadata
| core::Buffer privmx::endpoint::thread::Message::publicMeta |
message's public metadata
| int64_t privmx::endpoint::thread::Message::schemaVersion |
Version of the Message data structure and how it is encoded/encrypted
| int64_t privmx::endpoint::thread::Message::statusCode |
status code of retrieval and decryption of the message