mtx::events::msg::OlmCipherContent struct

Content of an individual message encrypted for a certain key.

Public variables

std::string body
Ciphertext of the message.
uint8_t type
Olm message type.

Variable documentation

uint8_t mtx::events::msg::OlmCipherContent::type

Olm message type.

0 for initial pre-key messages. 1 for normal messages after the initial exchange.