{ "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 }