veritatisdoloremque
Version:
Monorepo for the Firebase JavaScript SDK
24 lines (15 loc) • 896 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/messaging](./messaging.md) > [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> |