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

Thread

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

A collection of messages representing a conversation.

interface Thread {
historyId?: bigint;
id?: string;
messages?: Message[];
snippet?: string;
}

§Properties

§
historyId?: bigint
[src]

The ID of the last history record that modified this thread.

§
id?: string
[src]

The unique ID of the thread.

§
messages?: Message[]
[src]

The list of messages in the thread.

§
snippet?: string
[src]

A short part of the message text.