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

PushNotificationConfiguration

import type { PushNotificationConfiguration } from "https://aws-api.deno.dev/v0.3/services/chimesdkmessaging.ts?docs=full";

The push notification configuration of the message.

interface PushNotificationConfiguration {
Body?: string | null;
Title?: string | null;
Type?: PushNotificationType | null;
}

§Properties

§
Body?: string | null
[src]

The body of the push notification.

§
Title?: string | null
[src]

The title of the push notification.

§

Enum value that indicates the type of the push notification for a message. DEFAULT: Normal mobile push notification. VOIP: VOIP mobile push notification.