How to send a reply with a RichtextFacet.Link #175
Answered
by
MarshalX
basinbasin
asked this question in
Questions
|
I can see in the examples how to send either one of these things, but I can't work out how to send a reply that also includes a clickable url in the reply text. Thank you. |
Answered by
MarshalX
Dec 17, 2023
Replies: 2 comments
|
More likely As some solution, I copy-pasted everything from Pseudocode: |
0 replies
|
Now you can use https://atproto.blue/en/latest/text_builder.html for this. Also, the facets parameter has been added to the high-level API (send_post method) |
0 replies
Answer selected by
MarshalX
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Now you can use https://atproto.blue/en/latest/text_builder.html for this. Also, the facets parameter has been added to the high-level API (send_post method)