Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

InsertInlineImageResponse

import type { InsertInlineImageResponse } from "https://googleapis.deno.dev/v1/docs:v1.ts";

The result of inserting an inline image.

interface InsertInlineImageResponse {
objectId?: string;
}

§Properties

§
objectId?: string
[src]

The ID of the created InlineObject.