We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30134ec commit b9910e1Copy full SHA for b9910e1
client-challenge/server/readme.md
@@ -62,6 +62,9 @@ chats, and read & write messages.
62
#### `Message`
63
- `id` (`number`): the message id
64
- `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"`)
+- `author` (`string`): the message author (either the constant string `"user"`
66
+ or `"bot"`)
67
- `text` (`string`): the actual content of the message
68
- `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