Skip to content

Commit 9445b8c

Browse files
ios: add missing timestamp unit
1 parent 9b20873 commit 9445b8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ios/server/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ respond, or send duplicate events in the stream. You should react accordingly.
3232
* `author` (`string`): either `"user"` or `"bot"` depending on who sent the
3333
message
3434
* `text` (`string`): the actual text of the message
35-
* `created_at` (`int`): the date at which the message was stored by the
36-
server
35+
* `created_at` (`int`): the timestamp in milliseconds at which the message was
36+
stored by the server

0 commit comments

Comments
 (0)