[[["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,["# MessagingConditionResponse interface\n\nInterface representing the server response from the legacy [Messaging.sendToCondition()](./firebase-admin.messaging.messaging.md#messagingsendtocondition) method.\n\nSee [Send to a condition](https://firebase.google.com/docs/cloud-messaging/admin/send-messages#send_to_a_condition) for code samples and detailed documentation.\n\n**Signature:** \n\n export interface MessagingConditionResponse \n\nProperties\n----------\n\n| Property | Type | Description |\n|-----------------------------------------------------------------------------------------------------------|--------|-----------------------------------------------------------------------------------------------------------------|\n| [messageId](./firebase-admin.messaging.messagingconditionresponse.md#messagingconditionresponsemessageid) | number | The message ID for a successfully received request which FCM will attempt to deliver to all subscribed devices. |\n\nMessagingConditionResponse.messageId\n------------------------------------\n\nThe message ID for a successfully received request which FCM will attempt to deliver to all subscribed devices.\n\n**Signature:** \n\n messageId: number;"]]