summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorVitor Mattos <vitor@php.rio>2022-12-29 16:34:48 -0300
committerVitor Mattos <vitor@php.rio>2022-12-29 16:34:48 -0300
commitb495072dea0ccd4c93ef0b74751c3682be900bda (patch)
tree4eec9badf25986af0333a262be5992030732a8df /docs
parente4f4f6a87159e95629e32233b9e16de7255c5b3c (diff)
Update documentation
Signed-off-by: Vitor Mattos <vitor@php.rio>
Diffstat (limited to 'docs')
-rw-r--r--docs/conversation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conversation.md b/docs/conversation.md
index 5348c8440..bab915cc6 100644
--- a/docs/conversation.md
+++ b/docs/conversation.md
@@ -90,7 +90,7 @@
| `statusMessage` | string | 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** |
-| `avatarUrl` | string | v4 | | Avatar URL of the conversation including a version flag `v=…` for easier expiration of the avatar in case a moderator updates it, since the avatar endpoint should be cached for 24 hours. |
+| `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. |
| `callStartTime` | int | v4 | | Timestamp when the call was started (only available with `recording-v1` capability) |
| `callRecording` | int | v4 | | Type of call recording (see [Constants - Call recording status](constants.md#call-recording-status)) (only available with `recording-v1` capability) |