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

ListChannelMessagesRequest

import type { ListChannelMessagesRequest } from "https://aws-api.deno.dev/v0.3/services/chimesdkmessaging.ts?docs=full";
interface ListChannelMessagesRequest {
ChannelArn: string;
ChimeBearer: string;
MaxResults?: number | null;
NextToken?: string | null;
NotAfter?: Date | number | null;
NotBefore?: Date | number | null;
SortOrder?: SortOrder | null;
}

§Properties

§
ChannelArn: string
[src]

The ARN of the channel.

§
ChimeBearer: string
[src]

The AppInstanceUserArn of the user that makes the API call.

§
MaxResults?: number | null
[src]

The maximum number of messages that you want returned.

§
NextToken?: string | null
[src]

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

§
NotAfter?: Date | number | null
[src]

The final or ending time stamp for your requested messages.

§
NotBefore?: Date | number | null
[src]

The initial or starting time stamp for your requested messages.

§
SortOrder?: SortOrder | null
[src]

The order in which you want messages sorted. Default is Descending, based on time created.