{
"id": "chat.sprk.moderation.getMessageContext",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"messages"
],
"properties": {
"messages": {
"type": "array",
"items": {
"refs": [
"chat.sprk.convo.defs#messageView",
"chat.sprk.convo.defs#deletedMessageView"
],
"type": "union"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"messageId"
],
"properties": {
"after": {
"type": "integer",
"default": 5
},
"before": {
"type": "integer",
"default": 5
},
"convoId": {
"type": "string",
"description": "Conversation that the message is from. NOTE: this field will eventually be required."
},
"messageId": {
"type": "string"
}
}
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:cveom2iroj3mt747sd4qqnr2
- CID
-
bafyreiaq2o7jfmhd7ronqu2h3a7dl2utae564l4eojgshntntjkhw3vp2y
- Indexed At
- 2026-06-26 00:16 UTC
- AT-URI
-
at://did:plc:cveom2iroj3mt747sd4qqnr2/com.atproto.lexicon.schema/chat.sprk.moderation.getMessageContext