Files
ruma_client_api/
tag.rs
1
//! Endpoints for tagging rooms.
2
3
pub mod
create_tag;
4
pub mod
delete_tag;
5
pub mod
get_tags;