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

ChannelRetentionSettings

import type { ChannelRetentionSettings } from "https://aws-api.deno.dev/v0.4/services/chimesdkidentity.ts?docs=full";

The details of the retention settings for a channel.

interface ChannelRetentionSettings {
RetentionDays?: number | null;
}

§Properties

§
RetentionDays?: number | null
[src]

The time in days to retain the messages in a channel.