Module Cephalopod_models.App_Bsky_Feed_SendInteractions

lexicon "app.bsky.feed.sendInteractions"

def main

type main_input = {
  1. interactions : Types.app_bsky_feed_defs_interaction list;
}
val show_main_input : main_input -> Ppx_deriving_runtime.string
val main_input_to_value : main_input -> Cephalopod_dasl.Value.t
type main_output = [
  1. | `Main_output
]
val show_main_output : main_output -> Ppx_deriving_runtime.string
val main_output_of_value : main_output Cephalopod_dasl.Value.Util.conv
val main_output_to_value : main_output -> Cephalopod_dasl.Value.t
val main : (unit, main_input, main_output, unit) Base.procedure

Send information about interactions with feed items back to the feed generator that served them.