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

SearchChannelsRequest

import type { SearchChannelsRequest } from "https://aws-api.deno.dev/v0.4/services/chimesdkmessaging.ts?docs=full";
interface SearchChannelsRequest {
ChimeBearer?: string | null;
Fields: SearchField[];
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
ChimeBearer?: string | null
[src]

The AppInstanceUserArn of the user making the API call.

§

A list of the Field objects in the channel being searched.

§
MaxResults?: number | null
[src]

The maximum number of channels that you want returned.

§
NextToken?: string | null
[src]

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