pub(crate) async fn unban_user_route(
__arg0: State<State>,
body: Args<Request>,
) -> Result<Response>Expand description
ยงPOST /_matrix/client/r0/rooms/{roomId}/unban
Tries to send an unban event into the room.