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

ListChannelMessagesResponse

import type { ListChannelMessagesResponse } from "https://aws-api.deno.dev/v0.3/services/chimesdkmessaging.ts?docs=full";
interface ListChannelMessagesResponse {
ChannelArn?: string | null;
ChannelMessages?: ChannelMessageSummary[] | null;
NextToken?: string | null;
}

§Properties

§
ChannelArn?: string | null
[src]

The ARN of the channel containing the requested messages.

§
ChannelMessages?: ChannelMessageSummary[] | null
[src]

The information about, and content of, each requested message.

§
NextToken?: string | null
[src]

The token passed by previous API calls until all requested messages are returned.