Update `room_messages` docstring to reflect actual state of the API.
parent
4ec7aff301
commit
e0ee03fa6f
|
@ -871,12 +871,9 @@ impl Client {
|
||||||
self.send(request).await
|
self.send(request).await
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Get messages starting at a specific sync point using the
|
/// Sends a request to `/_matrix/client/r0/rooms/{room_id}/messages` and returns
|
||||||
/// `MessagesRequestBuilder`'s `from` field as a starting point.
|
/// a `get_message_events::Response` that contains a chunk of room and state events
|
||||||
///
|
/// (`AnyRoomEvent` and `AnyStateEvent`).
|
||||||
/// Sends a request to `/_matrix/client/r0/rooms/{room_id}/messages` and
|
|
||||||
/// returns a `get_message_events::Response` that contains chunks
|
|
||||||
/// of `RoomEvents`.
|
|
||||||
///
|
///
|
||||||
/// # Arguments
|
/// # Arguments
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in New Issue