UNPKG

veritatisdoloremque

Version:
24 lines (15 loc) 896 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@firebase/messaging](./messaging.md) &gt; [MessagePayload](./messaging.messagepayload.md) ## MessagePayload interface <b>Signature:</b> ```typescript export interface MessagePayload ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [collapseKey](./messaging.messagepayload.collapsekey.md) | string | | | [data?](./messaging.messagepayload.data.md) | { \[key: string\]: string; } | <i>(Optional)</i> | | [fcmOptions?](./messaging.messagepayload.fcmoptions.md) | [FcmOptions](./messaging.fcmoptions.md) | <i>(Optional)</i> | | [from](./messaging.messagepayload.from.md) | string | | | [notification?](./messaging.messagepayload.notification.md) | [NotificationPayload](./messaging.notificationpayload.md) | <i>(Optional)</i> |