summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-05-01 22:00:42 +0200
committerJoas Schilling <coding@schilljs.com>2023-05-01 22:08:04 +0200
commit2445eb98686a52cb31c53c4a7946ca666f91ef85 (patch)
tree14c2109421b4e5a74c0a63695bd3c8df2bf60b06 /docs
parent3491ba27b335b4fc668403c800fb6496ea7ebeb7 (diff)
fix(user-status): Fix type and missing docs of user status clearAt
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/conversation.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conversation.md b/docs/conversation.md
index c352f985c..5b6e4ac03 100644
--- a/docs/conversation.md
+++ b/docs/conversation.md
@@ -100,6 +100,7 @@
| `status` | string | v4 | | Optional: Only available for one-to-one conversations and when `includeStatus=true` is set |
| `statusIcon` | string | v4 | | Optional: Only available for one-to-one conversations and when `includeStatus=true` is set |
| `statusMessage` | string | v4 | | Optional: Only available for one-to-one conversations and when `includeStatus=true` is set |
+| `statusClearAt` | int | v4 | | Optional: Only available for one-to-one conversations and when `includeStatus=true` is set |
| `participants` | array | v1 | v2 | **Removed** |
| `guestList` | string | v1 | v2 | **Removed** |
| `avatarVersion` | string | v4 | | Version of conversation avatar used to easier expiration of the avatar in case a moderator updates it, since the avatar endpoint should be cached for 24 hours. |