Skip to content

Commit e7e2bb0

Browse files
committed
(docs) add required messages _id property
1 parent d952758 commit e7e2bb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ Each message object has a `sender_id` field which holds the id of the correspond
321321
```javascript
322322
messages="[
323323
{
324+
_id: 7890,
324325
content: 'message 1',
325326
sender_id: 1234,
326327
username: 'John Doe',

0 commit comments

Comments
 (0)