mtx::responses::InvitedRoom struct

A room that the user has been invited to.

Public functions

auto name() const -> std::string
Returns the name of the room.
auto avatar() const -> std::string
Returns the URL for the avatar of the room.

Public variables

std::vector<events::collections::StrippedEvents> invite_state
The state of a room that the user has been invited to. These state events may only have the sender, type, state_key and content keys present.