We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f074fc2 commit 7a6aa2dCopy full SHA for 7a6aa2d
README.md
@@ -38,7 +38,6 @@ There are to ways to fetch messages from a conversation, one is by starting a st
38
39
```tsx
40
const stream = client.conversations.streamAllMessages();
41
-
42
for await (const message of await stream) {
43
/*You message*/
44
}
0 commit comments