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

RedactChannelMessageResponse

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

§Properties

§
ChannelArn?: string | null
[src]

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

§
MessageId?: string | null
[src]

The ID of the message being redacted.