The application service specification defines a single extension for the client-server API. This endpoint can only be used by application services.
4 lines
111 B
Rust
4 lines
111 B
Rust
//! Endpoints part of the application service extension of the client-server API
|
|
|
|
pub mod set_room_visibility;
|