Cephalopod_models.App_Bsky_Embed_External
lexicon "app.bsky.embed.external"
type nonrec main = Types.app_bsky_embed_external_main = {
external_ : Types.app_bsky_embed_external_external;
}
val main_of_value :
Types.app_bsky_embed_external_main Cephalopod_dasl.Value.Util.conv
val main_to_value :
Types.app_bsky_embed_external_main ->
Cephalopod_dasl.Value.t
type nonrec external_ = Types.app_bsky_embed_external_external = {
uri : string;
format: "Uri"
*)title : string;
description : string;
thumb : Cephalopod_dasl.Blob.t option;
accept: (AcceptN "image/*"
) max size: 1000000
}
val pp_external_ :
Ppx_deriving_runtime.Format.formatter ->
Types.app_bsky_embed_external_external ->
Ppx_deriving_runtime.unit
val external__of_value :
Types.app_bsky_embed_external_external Cephalopod_dasl.Value.Util.conv
val external__to_value :
Types.app_bsky_embed_external_external ->
Cephalopod_dasl.Value.t
type nonrec view = Types.app_bsky_embed_external_view = {
external_ : Types.app_bsky_embed_external_viewexternal;
}
val view_of_value :
Types.app_bsky_embed_external_view Cephalopod_dasl.Value.Util.conv
val view_to_value :
Types.app_bsky_embed_external_view ->
Cephalopod_dasl.Value.t
type nonrec viewexternal = Types.app_bsky_embed_external_viewexternal = {
uri : string;
format: "Uri"
*)title : string;
description : string;
thumb : string option;
format: "Uri"
*)}
val pp_viewexternal :
Ppx_deriving_runtime.Format.formatter ->
Types.app_bsky_embed_external_viewexternal ->
Ppx_deriving_runtime.unit
val viewexternal_of_value :
Types.app_bsky_embed_external_viewexternal Cephalopod_dasl.Value.Util.conv
val viewexternal_to_value :
Types.app_bsky_embed_external_viewexternal ->
Cephalopod_dasl.Value.t