כשהוא נמצא, הוא מכיל את המזהה של קובץ מצורף חיצוני שאפשר לאחזר בבקשת 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."]]],[]]