mtx::events::msg::Unknown struct

Content of m.room.message with an unrecognized msgtype.

Public variables

std::string body
The body of the message.
std::string msgtype
The message type.
mtx::common::Relations relations
Relates to for rich replies.
std::string content
The original content of the message.
std::optional<mtx::common::Mentions> mentions
Mentioned users by this event.