{
"id": "chat.bsky.convo.sendMessageBatch",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"items"
],
"properties": {
"items": {
"type": "array",
"items": {
"ref": "chat.bsky.convo.sendMessageBatch#batchItem",
"type": "ref"
},
"maxLength": 100
}
}
},
"encoding": "application/json"
},
"output": {
"schema": {
"type": "object",
"required": [
"items"
],
"properties": {
"items": {
"type": "array",
"items": {
"ref": "chat.bsky.convo.defs#messageView",
"type": "ref"
}
}
}
},
"encoding": "application/json"
}
},
"batchItem": {
"type": "object",
"required": [
"convoId",
"message"
],
"properties": {
"convoId": {
"type": "string"
},
"message": {
"ref": "chat.bsky.convo.defs#messageInput",
"type": "ref"
}
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:web:lexicon.store
- CID
-
bafyreian6jhysm3hctwbwb3vs37mbkiiuygj5emetkxuz66aulkqdneeby
- Indexed At
- 2026-03-20 15:55 UTC
- AT-URI
-
at://did:web:lexicon.store/com.atproto.lexicon.schema/chat.bsky.convo.sendMessageBatch