ruma_client_api/
message.rs

1//! Endpoints for sending and receiving messages
2
3pub mod get_message_events;
4pub mod send_message_event;