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

WatchResponse

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

Push notification watch response.

interface WatchResponse {
expiration?: bigint;
historyId?: bigint;
}

§Properties

§
expiration?: bigint
[src]

When Gmail will stop sending notifications for mailbox updates (epoch millis). Call watch again before this time to renew the watch.

§
historyId?: bigint
[src]

The ID of the mailbox's current history record.