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

ListChannelsAssociatedWithChannelFlowResponse

import type { ListChannelsAssociatedWithChannelFlowResponse } from "https://aws-api.deno.dev/v0.3/services/chimesdkmessaging.ts?docs=full";
interface ListChannelsAssociatedWithChannelFlowResponse {
NextToken?: string | null;
}

§Properties

§

The information about each channel.

§
NextToken?: string | null
[src]

The token passed by previous API calls until all requested channels are returned.