[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-07-29 UTC."],[],[],null,["# MessagingPayload interface\n\nInterface representing a Firebase Cloud Messaging message payload. One or both of the `data` and `notification` keys are required.\n\nSee [Build send requests](https://firebase.google.com/docs/cloud-messaging/send-message) for code samples and detailed documentation.\n\n**Signature:** \n\n export interface MessagingPayload \n\nProperties\n----------\n\n| Property | Type | Description |\n|---------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------|-----------------------------------|\n| [data](./firebase-admin.messaging.messagingpayload.md#messagingpayloaddata) | [DataMessagePayload](./firebase-admin.messaging.datamessagepayload.md#datamessagepayload_interface) | The data message payload. |\n| [notification](./firebase-admin.messaging.messagingpayload.md#messagingpayloadnotification) | [NotificationMessagePayload](./firebase-admin.messaging.notificationmessagepayload.md#notificationmessagepayload_interface) | The notification message payload. |\n\nMessagingPayload.data\n---------------------\n\nThe data message payload.\n\n**Signature:** \n\n data?: DataMessagePayload;\n\nMessagingPayload.notification\n-----------------------------\n\nThe notification message payload.\n\n**Signature:** \n\n notification?: NotificationMessagePayload;"]]