http://git.varikvalefor.i2p/vvx/matel/commit/252957e452899fe9b02ce88657be5472c0453ed6
_String ; -- | @rq room k a@ is the response to the authorised HTTP request -- "GET https:\/\/[@homeserver a@]\/\_matrix\/client\/v3\/rooms\ 11 src/Metal/Room.hs Unescape Escape View File @@ -19,14 +19,17 @@ data Room = Room { -- | @roomHumanId k@ is the "human-readable" identifier of @k@, e.g., -- "#johnnykissassSuckupfest:matrix.org". roomHumanId :: Identifier , -- | @roomName k@ is the display name of @k@, e.g., "Johnny Kissass's -- | If @k@ has a display name, then @roomName k@ is 'Just' the -- display...