chat.bsky.convo.updateAllRead
Schema Diff
+2 -1
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "chat.bsky.convo.updateAllRead",
3
3
"defs": {
4
4
"main": {
5
5
"type": "procedure",
6
6
"input": {
7
7
"schema": {
8
8
"type": "object",
9
9
"properties": {
10
10
"status": {
11
11
"type": "string",
12
12
"knownValues": [
13
13
"request",
14
14
"accepted"
15
15
]
16
16
}
17
17
}
18
18
},
19
19
"encoding": "application/json"
20
20
},
21
21
"output": {
22
22
"schema": {
23
23
"type": "object",
24
24
"required": [
25
25
"updatedCount"
26
26
],
27
27
"properties": {
28
28
"updatedCount": {
29
29
"type": "integer",
30
30
"description": "The count of updated convos."
31
31
}
32
32
}
33
33
},
34
34
"encoding": "application/json"
35
-
}
35
+
},
36
+
"description": "Sets conversations from a user as read to the latest message, with filters."
36
37
}
37
38
},
38
39
"$type": "com.atproto.lexicon.schema",
39
40
"lexicon": 1
40
41
}