PrivMX Endpoint v2.7.0
Loading...
Searching...
No Matches
privmx::endpoint::thread::Message Struct Reference

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

Collaboration diagram for privmx::endpoint::thread::Message:

Public Attributes

ServerMessageInfo info
core::Buffer publicMeta
core::Buffer privateMeta
core::Buffer data
std::string authorPubKey
int64_t statusCode
int64_t schemaVersion

Detailed Description

Holds information about the Message.

Member Data Documentation

◆ authorPubKey

std::string privmx::endpoint::thread::Message::authorPubKey

public key of an author of the message

◆ data

core::Buffer privmx::endpoint::thread::Message::data

message's data

◆ info

ServerMessageInfo privmx::endpoint::thread::Message::info

message's information created by server

◆ privateMeta

core::Buffer privmx::endpoint::thread::Message::privateMeta

message's private metadata

◆ publicMeta

core::Buffer privmx::endpoint::thread::Message::publicMeta

message's public metadata

◆ schemaVersion

int64_t privmx::endpoint::thread::Message::schemaVersion

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

◆ statusCode

int64_t privmx::endpoint::thread::Message::statusCode

status code of retrieval and decryption of the message


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