{
"id": "app.didpic.feed.getCommentReplies",
"defs": {
"main": {
"type": "query",
"errors": [
{
"name": "CommentNotFound"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"replies"
],
"properties": {
"cursor": {
"type": "string"
},
"replies": {
"type": "array",
"items": {
"ref": "app.didpic.feed.defs#commentView",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"uri"
],
"properties": {
"uri": {
"type": "string",
"format": "at-uri",
"description": "The comment whose replies to fetch."
},
"limit": {
"type": "integer",
"default": 30,
"maximum": 100,
"minimum": 1
},
"cursor": {
"type": "string"
}
}
},
"description": "Replies to a single comment, oldest first. Used to expand the inline preview surfaced by feed.getPostThread once `commentView.replies.length` is less than `replyCount`."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:an2jtp4jgkkbtmwfzhpbxawd
- CID
-
bafyreihlyfhh54w2vqh6sx2idcagrd7myeu2hxyi3a7mn3ehmt56fj7nha
- Indexed At
- 2026-05-16 06:10 UTC
- AT-URI
-
at://did:plc:an2jtp4jgkkbtmwfzhpbxawd/com.atproto.lexicon.schema/app.didpic.feed.getCommentReplies
Version History (2 versions)