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

SendChannelMessageResponse

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

§Properties

§
ChannelArn?: string | null
[src]

The ARN of the channel.

§
MessageId?: string | null
[src]

The ID string assigned to each message.

§

The status of the channel message.