{
"id": "ai.newnal.trustsquare.getChatMessages",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"messages"
],
"properties": {
"cursor": {
"type": "string"
},
"messages": {
"type": "array",
"items": {
"ref": "ai.newnal.trustsquare.defs#chatMessageView",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"square"
],
"properties": {
"limit": {
"type": "integer",
"default": 50,
"maximum": 200,
"minimum": 1
},
"cursor": {
"type": "string"
},
"square": {
"type": "string",
"format": "at-uri"
},
"direction": {
"type": "string",
"default": "backward",
"knownValues": [
"backward",
"forward"
]
}
}
},
"description": "Page through chat messages of a live Square (newest first by default)."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:75qhtany5zmo7d3i2ni5d7nf
- CID
-
bafyreiewase5iyf5bta2jcg4bp4d4rprxlcrzvq5kontv6gja6ziudr7be
- Indexed At
- 2026-09-14 10:06 UTC
- AT-URI
-
at://did:plc:75qhtany5zmo7d3i2ni5d7nf/com.atproto.lexicon.schema/ai.newnal.trustsquare.getChatMessages