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

Bot

import type { Bot } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/chime.ts";
interface Bot {
BotEmail?: string | null;
BotId?: string | null;
BotType?: BotType | null;
CreatedTimestamp?: Date | number | null;
Disabled?: boolean | null;
DisplayName?: string | null;
SecurityToken?: string | null;
UpdatedTimestamp?: Date | number | null;
UserId?: string | null;
}

§Properties

§
BotEmail?: string | null
[src]
§
BotId?: string | null
[src]
§
BotType?: BotType | null
[src]
§
CreatedTimestamp?: Date | number | null
[src]
§
Disabled?: boolean | null
[src]
§
DisplayName?: string | null
[src]
§
SecurityToken?: string | null
[src]
§
UpdatedTimestamp?: Date | number | null
[src]
§
UserId?: string | null
[src]