7 lines
124 B
Rust

//! `PUT /_matrix/federation/*/invite/{roomId}/{eventId}`
//!
//! Invites a remote user to a room.
pub mod v1;
pub mod v2;