Files
bsky-social-app/lexicons/chat/bsky/convo/updateAllRead.json
2026-08-13 12:26:12 -07:00

42 lines
961 B
JSON

{
"id": "chat.bsky.convo.updateAllRead",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"properties": {
"status": {
"type": "string",
"knownValues": [
"request",
"accepted"
]
}
}
},
"encoding": "application/json"
},
"output": {
"schema": {
"type": "object",
"required": [
"updatedCount"
],
"properties": {
"updatedCount": {
"type": "integer",
"description": "The count of updated convos."
}
}
},
"encoding": "application/json"
},
"description": "Sets conversations from a user as read to the latest message, with filters."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}