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

ChannelSummary

import type { ChannelSummary } from "https://aws-api.deno.dev/v0.3/services/chimesdkmessaging.ts?docs=full";

Summary of the details of a Channel.

interface ChannelSummary {
ChannelArn?: string | null;
LastMessageTimestamp?: Date | number | null;
Metadata?: string | null;
Mode?: ChannelMode | null;
Name?: string | null;
Privacy?: ChannelPrivacy | null;
}

§Properties

§
ChannelArn?: string | null
[src]

The ARN of the channel.

§
LastMessageTimestamp?: Date | number | null
[src]

The time at which the last message in a channel was sent.

§
Metadata?: string | null
[src]

The metadata of the channel.

§
Mode?: ChannelMode | null
[src]

The mode of the channel.

§
Name?: string | null
[src]

The name of the channel.

§
Privacy?: ChannelPrivacy | null
[src]

The privacy setting of the channel.