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

BaiduMessage

import type { BaiduMessage } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/pinpoint.ts";
interface BaiduMessage {
Action?: Action | null;
Body?: string | null;
Data?: {
[key: string]: string | null | undefined;
}
| null;
IconReference?: string | null;
ImageIconUrl?: string | null;
ImageUrl?: string | null;
RawContent?: string | null;
SilentPush?: boolean | null;
SmallImageIconUrl?: string | null;
Sound?: string | null;
Substitutions?: {
[key: string]: string[] | null | undefined;
}
| null;
TimeToLive?: number | null;
Title?: string | null;
Url?: string | null;
}

§Properties

§
Action?: Action | null
[src]
§
Body?: string | null
[src]
§
Data?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
IconReference?: string | null
[src]
§
ImageIconUrl?: string | null
[src]
§
ImageUrl?: string | null
[src]
§
RawContent?: string | null
[src]
§
SilentPush?: boolean | null
[src]
§
SmallImageIconUrl?: string | null
[src]
§
Sound?: string | null
[src]
§
Substitutions?: {
[key: string]: string[] | null | undefined;
}
| null
[src]
§
TimeToLive?: number | null
[src]
§
Title?: string | null
[src]
§
Url?: string | null
[src]