Function get_room_summary
Source pub(crate) async fn get_room_summary(
__arg0: State<State>,
__arg1: ClientIp,
body: Args<Request>,
) -> Result<Response>
Expand description
ยงGET /_matrix/client/unstable/im.nheko.summary/summary/{roomIdOrAlias}
Returns a short description of the state of a room.
An implementation of MSC3266