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

SearchChannelsResponse

import type { SearchChannelsResponse } from "https://aws-api.deno.dev/v0.4/services/chimesdkmessaging.ts?docs=full";
interface SearchChannelsResponse {
Channels?: ChannelSummary[] | null;
NextToken?: string | null;
}

§Properties

§
Channels?: ChannelSummary[] | null
[src]

A list of the channels in the request.

§
NextToken?: string | null
[src]

The token returned from previous API responses until the number of channels is reached.