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

GoogleFirebaseFcmDataV1beta1MessageInsightPercents

import type { GoogleFirebaseFcmDataV1beta1MessageInsightPercents } from "https://googleapis.deno.dev/v1/fcmdata:v1beta1.ts";

Additional information about message delivery. All percentages are calculated with countMessagesAccepted as the denominator.

interface GoogleFirebaseFcmDataV1beta1MessageInsightPercents {
priorityLowered?: number;
}

§Properties

§
priorityLowered?: number
[src]

The percentage of accepted messages that had their priority lowered from high to normal. See documentation for setting message priority.