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

ChannelModerator

import type { ChannelModerator } from "https://aws-api.deno.dev/v0.3/services/chimesdkmessaging.ts?docs=full";

The details of a channel moderator.

interface ChannelModerator {
ChannelArn?: string | null;
CreatedBy?: Identity | null;
CreatedTimestamp?: Date | number | null;
Moderator?: Identity | null;
}

§Properties

§
ChannelArn?: string | null
[src]

The ARN of the moderator's channel.

§
CreatedBy?: Identity | null
[src]

The AppInstanceUser who created the moderator.

§
CreatedTimestamp?: Date | number | null
[src]

The time at which the moderator was created.

§
Moderator?: Identity | null
[src]

The moderator's data.