struct
#include <include/mtx/events/encrypted.hpp>
Encrypted Content of the m.room.encrypted
event.
Public variables
- std::string algorithm
- Used for one-on-one exchanges.
- std::string ciphertext
- The actual encrypted payload.
- std::string device_id
- Sender's device id.
- std::string sender_key
- The curve25519 device key.
- std::string session_id
- Outbound group session id.
-
common::
Relations relations - Relations like rich replies.