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;
}