|
Radix Relay
Hybrid mesh communications with Signal Protocol encryption
|
Send encrypted message to a specific peer. More...
#include <events.hpp>
Public Attributes | |
| std::string | peer |
| RDX fingerprint or alias of recipient. | |
| std::string | message |
| Message content to send. | |
Send encrypted message to a specific peer.
Definition at line 55 of file events.hpp.
| std::string radix_relay::core::events::send::message |
Message content to send.
Definition at line 58 of file events.hpp.
| std::string radix_relay::core::events::send::peer |
RDX fingerprint or alias of recipient.
Definition at line 57 of file events.hpp.
Referenced by radix_relay::cli_utils::execute_cli_command(), and radix_relay::core::event_handler< CmdHandler >::handle().