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

SubChannelSummary

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

Summary of the sub-channels associated with the elastic channel.

interface SubChannelSummary {
MembershipCount?: number | null;
SubChannelId?: string | null;
}

§Properties

§
MembershipCount?: number | null
[src]

The number of members in a SubChannel.

§
SubChannelId?: string | null
[src]

The unique ID of a SubChannel.