{"name": string,"contentName": string,"contentType": string,"thumbnailUri": string,"downloadUri": string,"source": enum (Source),// Union field data_ref can be only one of the following:"attachmentDataRef": {object (AttachmentDataRef)},"driveDataRef": {object (DriveDataRef)}// End of list of possible types for union field data_ref.}
فیلدها
name
string
اختیاری. نام منبع پیوست، به شکل spaces/{space}/messages/{message}/attachments/{attachment} .
content Name
string
فقط خروجی نام فایل اصلی برای محتوا، نه مسیر کامل.
content Type
string
فقط خروجی نوع محتوا (نوع MIME) فایل.
thumbnail Uri
string
فقط خروجی نشانی اینترنتی تصویر کوچکی که باید برای پیش نمایش پیوست یک کاربر انسانی استفاده شود. برنامههای گپ نباید از این نشانی اینترنتی برای دانلود محتوای پیوست استفاده کنند.
download Uri
string
فقط خروجی URL دانلودی که باید از آن استفاده شود تا کاربر انسانی بتواند پیوست را دانلود کند. برنامههای گپ نباید از این نشانی اینترنتی برای دانلود محتوای پیوست استفاده کنند.
اختیاری. نام منبع داده های پیوست. این فیلد با API رسانه برای دانلود داده های پیوست استفاده می شود.
attachment Upload Token
string
اختیاری. نشانه مات حاوی ارجاع به پیوست آپلود شده. توسط کلاینتها بهعنوان یک رشته غیرشفاف تلقی میشود و برای ایجاد یا بهروزرسانی پیامهای چت با پیوستها استفاده میشود.
تاریخ آخرین بهروزرسانی 2024-11-18 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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-18 بهوقت ساعت هماهنگ جهانی."],[[["An `Attachment` resource represents a file attached to a Google Chat message, containing metadata such as file name, content type, and source."],["`Attachment` includes URLs for thumbnail preview and user download, but Chat apps should utilize the `data_ref` field for accessing content."],["The `data_ref` field can point to either uploaded content within Chat (`AttachmentDataRef`) or a Google Drive file (`DriveDataRef`)."],["`AttachmentDataRef` is used by Chat apps to create/update messages with attachments or to download attachment data via the media API."],["Developers can use the `get` method to retrieve metadata for a specific message attachment."]]],[]]