ב-31 ביולי 2024 נוציא משימוש את Google Business Messages. מידע נוסף זמין
כאן.
Receipt
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
ייצוג JSON |
{
"message": string,
"receiptType": enum (ReceiptType )
} |
שדות |
message |
string
ההודעה שמשויכת לקבלה. מסתיים כך: 'conversations/{conversationId}/messages/{messageId}', כאשר {conversationId} הוא המזהה הייחודי של השיחה ו-{messageId} הוא המזהה הייחודי של ההודעה.
|
receiptType |
enum (ReceiptType )
סוג קבלה.
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-25 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-25 (שעון UTC)."],[[["\u003cp\u003eA message receipt confirms delivery and provides details about a specific message within a conversation.\u003c/p\u003e\n"],["\u003cp\u003eIt includes the message itself, identified by its unique ID within a conversation, and the type of receipt, such as read or delivered.\u003c/p\u003e\n"],["\u003cp\u003eThe receipt data is structured in JSON format with 'message' and 'receiptType' fields for easy processing.\u003c/p\u003e\n"]]],[],null,["# Receipt\n\nMessage receipt.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"message\": string, \"receiptType\": enum (/business-communications/business-messages/reference/rest/v1/ReceiptType) } ``` |\n\n| Fields ||\n|---------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `message` | `string` The message associated with the receipt. Resolves to \"conversations/{conversationId}/messages/{messageId}\", where {conversationId} is the unique ID for the conversation and {messageId} is the unique ID for the message. |\n| `receiptType` | `enum (`[ReceiptType](/business-communications/business-messages/reference/rest/v1/ReceiptType)`)` A receipt type. |"]]