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