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

UpdateChannelMessageRequest

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

§Properties

§
ChannelArn: string
[src]

The ARN of the channel.

§
ChimeBearer: string
[src]

The AppInstanceUserArn of the user that makes the API call.

§
Content?: string | null
[src]

The content of the message being updated.

§
MessageId: string
[src]

The ID string of the message being updated.

§
Metadata?: string | null
[src]

The metadata of the message being updated.