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

CreateChannelBanResponse

import type { CreateChannelBanResponse } from "https://aws-api.deno.dev/v0.3/services/chimesdkmessaging.ts?docs=full";
interface CreateChannelBanResponse {
ChannelArn?: string | null;
Member?: Identity | null;
}

§Properties

§
ChannelArn?: string | null
[src]

The ARN of the response to the ban request.

§
Member?: Identity | null
[src]

The ChannelArn and BannedIdentity of the member in the ban response.