ruma-client-api 0.22.1

Types for the endpoints in the Matrix client-server API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Endpoints for querying threads in a room.

#[cfg(feature = "unstable-msc4306")]
pub mod get_thread_subscription;
#[cfg(feature = "unstable-msc4308")]
pub mod get_thread_subscriptions_changes;
pub mod get_threads;
#[cfg(feature = "unstable-msc4306")]
pub mod subscribe_thread;
#[cfg(feature = "unstable-msc4306")]
pub mod unsubscribe_thread;