Skip to content

Commit 207d1c0

Browse files
committed
Added missing chat swift/kotlin documentation for media and replies
1 parent 291d6e5 commit 207d1c0

4 files changed

Lines changed: 894 additions & 1 deletion

File tree

src/pages/docs/chat/rooms/history.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const MyComponent = () => {
5454
```
5555

5656
```swift
57-
let paginatedResult = try await room.messages.history(withOptions: .init(orderBy: .newestFirst))
57+
let paginatedResult = try await room.messages.history(withParams: .init(orderBy: .newestFirst))
5858
print(paginatedResult.items)
5959
if let next = try await paginatedResult.next {
6060
print(next.items)

0 commit comments

Comments
 (0)