[[["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,["# ApnsPayload interface\n\nRepresents the payload of an APNs message. Mainly consists of the `aps` dictionary. But may also contain other arbitrary custom keys.\n\n**Signature:** \n\n export interface ApnsPayload \n\nProperties\n----------\n\n| Property | Type | Description |\n|-----------------------------------------------------------------|--------------------------------------------------------|-----------------------------------------------------|\n| [aps](./firebase-admin.messaging.apnspayload.md#apnspayloadaps) | [Aps](./firebase-admin.messaging.aps.md#aps_interface) | The `aps` dictionary to be included in the message. |\n\nApnsPayload.aps\n---------------\n\nThe `aps` dictionary to be included in the message.\n\n**Signature:** \n\n aps: Aps;"]]