Module Cephalopod_models.App_Bsky_Embed_External

lexicon "app.bsky.embed.external"

def main

def external

type nonrec external_ = Types.app_bsky_embed_external_external = {
  1. uri : string;
    (*

    format: "Uri"

    *)
  2. title : string;
  3. description : string;
  4. thumb : Cephalopod_dasl.Blob.t option;
    (*

    accept: (AcceptN "image/*") max size: 1000000

    *)
}

def view

def viewExternal

type nonrec viewexternal = Types.app_bsky_embed_external_viewexternal = {
  1. uri : string;
    (*

    format: "Uri"

    *)
  2. title : string;
  3. description : string;
  4. thumb : string option;
    (*

    format: "Uri"

    *)
}