You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -37,9 +38,9 @@ public record Event(@JsonProperty(required = true) Object content,
37
38
/// @param chunk if the user is a member of the room this will be a [List] of the most recent messages for this room, otherwise
38
39
/// if the user has left the room then the messages that preceded them before leaving. This array will consist of at most `limit` elements.
39
40
/// @param end a token which correlates to the end of `chunk`.
40
-
/// Can be used in [io.github.hikingc.matrixsdk.api.Event#getMessages(String, ChronologicalDirection, QueryParametersMessages)] to retrieve later events.
41
+
/// Can be used in [io.github.hikingc.matrixsdk.api.Event#getMessages(RoomID, ChronologicalDirection, QueryParametersMessages)] to retrieve later events.
41
42
/// @param start a token which correlates to the start of `chunk`.
42
-
/// Can be used in [io.github.hikingc.matrixsdk.api.Event#getMessages(String, ChronologicalDirection, QueryParametersMessages)] to retrieve earlier events.
43
+
/// Can be used in [io.github.hikingc.matrixsdk.api.Event#getMessages(RoomID, ChronologicalDirection, QueryParametersMessages)] to retrieve earlier events.
0 commit comments