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

HangoutsChatInfo

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

The Chat spaces to search

interface HangoutsChatInfo {
roomId?: string[];
}

§Properties

§
roomId?: string[]
[src]

A list of Chat spaces IDs, as provided by the Chat API. There is a limit of exporting from 500 Chat spaces per request.