1
2
3
4
5
6
//! `PUT /_matrix/federation/*/invite/{roomId}/{eventId}`
//!
//! Invites a remote user to a room.

pub mod v1;
pub mod v2;