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

HistoryLabelRemoved

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

§Properties

§
labelIds?: string[]
[src]

Label IDs removed from the message.

§
message?: Message
[src]