Cephalopod_models.App_Bsky_Feed_GetPostThreadlexicon "app.bsky.feed.getPostThread"
type main_params = {uri : string;Reference (AT-URI) to post record. format: "AtUri"
*)depth : int64 option;How many levels of reply depth should be included in response. default: 6 maximum: 1000 minimum: 0
*)parentHeight : int64 option;How many levels of parent (and grandparent, etc) post to include. default: 80 maximum: 1000 minimum: 0
*)}val pp_main_params :
Ppx_deriving_runtime.Format.formatter ->
main_params ->
Ppx_deriving_runtime.unitval show_main_params : main_params -> Ppx_deriving_runtime.stringval make_main_params :
uri:string ->
?depth:int64 ->
?parentHeight:int64 ->
unit ->
main_paramsval main_params_of_value : main_params Cephalopod_dasl.Value.Util.convval main_params_to_value : main_params -> Cephalopod_dasl.Value.ttype main_output = {thread : [ `App_bsky_feed_defs_threadviewpost of
Types.app_bsky_feed_defs_threadviewpost
| `App_bsky_feed_defs_notfoundpost of
Types.app_bsky_feed_defs_notfoundpost
| `App_bsky_feed_defs_blockedpost of
Types.app_bsky_feed_defs_blockedpost
| `Other of Cephalopod_dasl.Value.t ];threadgate : Types.app_bsky_feed_defs_threadgateview option;}val pp_main_output :
Ppx_deriving_runtime.Format.formatter ->
main_output ->
Ppx_deriving_runtime.unitval show_main_output : main_output -> Ppx_deriving_runtime.stringval main_output_of_value : main_output Cephalopod_dasl.Value.Util.convval main_output_to_value : main_output -> Cephalopod_dasl.Value.tval pp_main_error :
Ppx_deriving_runtime.Format.formatter ->
main_error ->
Ppx_deriving_runtime.unitval show_main_error : main_error -> Ppx_deriving_runtime.stringval main : (main_params, main_output, main_error) Base.queryGet posts in a thread. Does not require auth, but additional metadata and filtering will be applied for authed requests.