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

HistoryLabelAdded

import type { HistoryLabelAdded } from "https://googleapis.deno.dev/v1/gmail:v1.ts";
interface HistoryLabelAdded {
labelIds?: string[];
message?: Message;
}

§Properties

§
labelIds?: string[]
[src]

Label IDs added to the message.

§
message?: Message
[src]