Cephalopod_models.Chat_Bsky_Convo_SendMessageBatchlexicon "chat.bsky.convo.sendMessageBatch"
type main_input = {items : Types.chat_bsky_convo_sendmessagebatch_batchitem list;maximum length: 100
*)}val pp_main_input :
Ppx_deriving_runtime.Format.formatter ->
main_input ->
Ppx_deriving_runtime.unitval show_main_input : main_input -> Ppx_deriving_runtime.stringval main_input_of_value : main_input Cephalopod_dasl.Value.Util.convval main_input_to_value : main_input -> Cephalopod_dasl.Value.tval 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 main : (unit, main_input, main_output, unit) Base.proceduretype nonrec batchitem = Types.chat_bsky_convo_sendmessagebatch_batchitem = {convoId : string;message : Types.chat_bsky_convo_defs_messageinput;}val batchitem_of_value :
Types.chat_bsky_convo_sendmessagebatch_batchitem
Cephalopod_dasl.Value.Util.convval batchitem_to_value :
Types.chat_bsky_convo_sendmessagebatch_batchitem ->
Cephalopod_dasl.Value.t