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

Message

import type { Message } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/pinpoint.ts";
interface Message {
Action?: Action | null;
Body?: string | null;
ImageIconUrl?: string | null;
ImageSmallIconUrl?: string | null;
ImageUrl?: string | null;
JsonBody?: string | null;
MediaUrl?: string | null;
RawContent?: string | null;
SilentPush?: boolean | null;
TimeToLive?: number | null;
Title?: string | null;
Url?: string | null;
}

§Properties

§
Action?: Action | null
[src]
§
Body?: string | null
[src]
§
ImageIconUrl?: string | null
[src]
§
ImageSmallIconUrl?: string | null
[src]
§
ImageUrl?: string | null
[src]
§
JsonBody?: string | null
[src]
§
MediaUrl?: string | null
[src]
§
RawContent?: string | null
[src]
§
SilentPush?: boolean | null
[src]
§
TimeToLive?: number | null
[src]
§
Title?: string | null
[src]
§
Url?: string | null
[src]