मौजूद होने पर, इसमें बाहरी अटैचमेंट का आईडी होता है, जिसे messages.attachments.get के अलग अनुरोध में वापस पाया जा सकता है. इसके मौजूद न होने पर, मैसेज के मुख्य हिस्से का पूरा कॉन्टेंट, डेटा फ़ील्ड में शामिल हो जाता है.
size
integer
मैसेज वाले हिस्से के डेटा के लिए बाइट की संख्या (कोड में बदलने के बावजूद).
MIME मैसेज के मुख्य हिस्से का डेटा, base64url की कोड में बदली गई स्ट्रिंग के रूप में होता है. यह ऐसे MIME कंटेनर टाइप के लिए खाली हो सकता है जिनमें मैसेज का मुख्य हिस्सा नहीं होता या जब मुख्य हिस्से का डेटा अलग अटैचमेंट के तौर पर भेजा जाता है. अगर मुख्य डेटा किसी अलग अटैचमेंट में है, तो अटैचमेंट आईडी मौजूद होता है.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2024-09-05 (UTC) को अपडेट किया गया."],[[["`MessagePartBody` resource represents the body of a single MIME message part and can contain an attachment ID, size, and data."],["If an `attachmentId` is present, the attachment must be retrieved separately via `messages.attachments.get`; otherwise, the message part body is included in the `data` field."],["The `data` field contains the base64url-encoded body data, which may be empty for certain MIME types or when the data is sent as a separate attachment."],["You can use the `get` method to retrieve a specific message attachment using its ID."]]],[]]