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

RedactChannelMessageRequest

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

§Properties

§
ChannelArn: string
[src]

The ARN of the channel containing the messages that you want to redact.

§
ChimeBearer: string
[src]

The AppInstanceUserArn of the user that makes the API call.

§
MessageId: string
[src]

The ID of the message being redacted.