chatBskyConvoUpdateAllRead top-level constant
chat.bsky.convo.updateAllRead
Implementation
const chatBskyConvoUpdateAllRead = <String, dynamic>{
"lexicon": 1,
"id": "chat.bsky.convo.updateAllRead",
"defs": {
"main": {
"type": "procedure",
"input": {
"encoding": "application/json",
"schema": {
"type": "object",
"properties": {
"status": {
"type": "string",
"knownValues": ["request", "accepted"],
},
},
},
},
"output": {
"encoding": "application/json",
"schema": {
"type": "object",
"required": ["updatedCount"],
"properties": {
"updatedCount": {
"type": "integer",
"description": "The count of updated convos.",
},
},
},
},
},
},
};