struct
TypingTyping 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.