PrivMX Endpoint v2.7.0
Loading...
Searching...
No Matches
privmx::endpoint::inbox::InboxEntry Struct Reference

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

Collaboration diagram for privmx::endpoint::inbox::InboxEntry:

Public Attributes

std::string entryId
std::string inboxId
core::Buffer data
std::vector< store::Filefiles
std::string authorPubKey
int64_t createDate
int64_t statusCode
int64_t schemaVersion

Detailed Description

Holds information about Inbox entry

Member Data Documentation

◆ authorPubKey

std::string privmx::endpoint::inbox::InboxEntry::authorPubKey

public key of the author of the entry

◆ createDate

int64_t privmx::endpoint::inbox::InboxEntry::createDate

Inbox entry creation timestamp

◆ data

core::Buffer privmx::endpoint::inbox::InboxEntry::data

entry data

◆ entryId

std::string privmx::endpoint::inbox::InboxEntry::entryId

ID of the entry

◆ files

std::vector<store::File> privmx::endpoint::inbox::InboxEntry::files

list of files attached to the entry

◆ inboxId

std::string privmx::endpoint::inbox::InboxEntry::inboxId

ID of the Inbox

◆ schemaVersion

int64_t privmx::endpoint::inbox::InboxEntry::schemaVersion

Version of the Entry data structure and how it is encoded/encrypted

◆ statusCode

int64_t privmx::endpoint::inbox::InboxEntry::statusCode

status code of retrieval and decryption of the Inbox entry


The documentation for this struct was generated from the following file: