mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-07 23:44:53 -04:00
matrix-sdk: Fix the example for the room_send() method
This commit is contained in:
@@ -1048,7 +1048,7 @@ impl Client {
|
||||
/// );
|
||||
///
|
||||
/// let txn_id = Uuid::new_v4();
|
||||
/// client.send(room_id, content, Some(txn_id)).await.unwrap();
|
||||
/// client.room_send(&room_id, content, Some(txn_id)).await.unwrap();
|
||||
/// # })
|
||||
/// ```
|
||||
pub async fn room_send(
|
||||
|
||||
Reference in New Issue
Block a user