در صورت وجود، حاوی شناسه یک پیوست خارجی است که می تواند در یک درخواست messages.attachments.get جداگانه بازیابی شود. وقتی وجود ندارد، کل محتوای متن قسمت پیام در فیلد داده قرار می گیرد.
size
integer
تعداد بایتها برای دادههای بخش پیام (بهرغم کدگذاری).
دادههای بدنه یک بخش پیام MIME بهعنوان یک رشته کدگذاریشده با پایه 64url. ممکن است برای انواع محفظه MIME که متن پیام ندارند یا زمانی که دادههای بدنه بهعنوان پیوست جداگانه ارسال میشوند خالی باشد. اگر دادههای بدنه در پیوست جداگانه وجود داشته باشد، شناسه پیوست وجود دارد.
تاریخ آخرین بهروزرسانی 2024-11-08 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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-11-08 بهوقت ساعت هماهنگ جهانی."],[[["`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."]]],[]]