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

Public Attributes | |
| std::string | entryId |
| std::string | inboxId |
| core::Buffer | data |
| std::vector< store::File > | files |
| std::string | authorPubKey |
| int64_t | createDate |
| int64_t | statusCode |
| int64_t | schemaVersion |
Holds information about Inbox entry
| std::string privmx::endpoint::inbox::InboxEntry::authorPubKey |
public key of the author of the entry
| int64_t privmx::endpoint::inbox::InboxEntry::createDate |
Inbox entry creation timestamp
| core::Buffer privmx::endpoint::inbox::InboxEntry::data |
entry data
| std::string privmx::endpoint::inbox::InboxEntry::entryId |
ID of the entry
| std::vector<store::File> privmx::endpoint::inbox::InboxEntry::files |
list of files attached to the entry
| std::string privmx::endpoint::inbox::InboxEntry::inboxId |
ID of the Inbox
| int64_t privmx::endpoint::inbox::InboxEntry::schemaVersion |
Version of the Entry data structure and how it is encoded/encrypted
| int64_t privmx::endpoint::inbox::InboxEntry::statusCode |
status code of retrieval and decryption of the Inbox entry