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

ChannelBan

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

The details of a channel ban.

interface ChannelBan {
ChannelArn?: string | null;
CreatedBy?: Identity | null;
CreatedTimestamp?: Date | number | null;
Member?: Identity | null;
}

§Properties

§
ChannelArn?: string | null
[src]

The ARN of the channel from which a member is being banned.

§
CreatedBy?: Identity | null
[src]

The AppInstanceUser who created the ban.

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

The time at which the ban was created.

§
Member?: Identity | null
[src]

The member being banned from the channel.