Skip to content

Commit b9910e1

Browse files
wip
1 parent 30134ec commit b9910e1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

client-challenge/server/readme.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ chats, and read & write messages.
6262
#### `Message`
6363
- `id` (`number`): the message id
6464
- `chat_id` (`number`): the id of the chat this message belongs to
65-
- `author` (`string`): the message author (either the constant string `"user"` or `"bot"`)
65+
- `author` (`string`): the message author (either the constant string `"user"`
66+
or `"bot"`)
6667
- `text` (`string`): the actual content of the message
6768
- `sent_at` (`string`): the date at which the message was sent
69+
- `idempotency_key` (`string`): the idempotency key that was passed during the
70+
message creation

0 commit comments

Comments
 (0)