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

UpdateChannelMessageResponse

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

§Properties

§
ChannelArn?: string | null
[src]

The ARN of the channel.

§
MessageId?: string | null
[src]

The ID string of the message being updated.

§

The status of the message update.