Skip to content

How to reply to a post (via API)? #1180

Discussion options

You must be logged in to vote

I believe you'd include app.bsky.feed.post#replyRef in a app.bsky.feed.post, filling in parent with the post you're replying to and root to be the same as that post's root. Lexicon:

"replyRef":{
"type": "object",
"required": ["root", "parent"],
"properties": {
"root": {"type": "ref", "ref": "com.atproto.repo.strongRef"},
"parent": {"type": "ref", "ref": "com.atproto.repo.strongRef"}
}
},

More:

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@dholms
Comment options

@bnewbold
Comment options

Answer selected by dholms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants