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

ListChannelModeratorsResponse

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

§Properties

§
ChannelArn?: string | null
[src]

The ARN of the channel.

§
ChannelModerators?: ChannelModeratorSummary[] | null
[src]

The information about and names of each moderator.

§
NextToken?: string | null
[src]

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