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

CreateChannelModeratorRequest

import type { CreateChannelModeratorRequest } from "https://aws-api.deno.dev/v0.3/services/chimesdkmessaging.ts?docs=full";
interface CreateChannelModeratorRequest {
ChannelArn: string;
ChannelModeratorArn: string;
ChimeBearer: string;
}

§Properties

§
ChannelArn: string
[src]

The ARN of the channel.

§
ChannelModeratorArn: string
[src]

The AppInstanceUserArn of the moderator.

§
ChimeBearer: string
[src]

The AppInstanceUserArn of the user that makes the API call.