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