mtx::events::ephemeral::Typing struct

Typing notifications / m.typing.

Users may wish to be informed when another user is typing in a room. This can be achieved using typing notifications. These are ephemeral events scoped to a room_id. This means they do not form part of the Event Graph but still have a room_id key.

Public variables

std::vector<std::string> user_ids
Required. The list of user IDs typing in this room, if any.

Friends

void from_json(const nlohmann::json& obj, Typing& content)
Deserialization method needed by nlohmann::json.
void to_json(nlohmann::json& obj, const Typing& content)
Serialization method needed by nlohmann::json.