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