We will be winding down Google Business Messages on July 31, 2024. Read more
here.
Receipt
Stay organized with collections
Save and categorize content based on your preferences.
JSON representation |
{
"message": string,
"receiptType": enum (ReceiptType )
} |
Fields |
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.
|
receiptType |
enum (ReceiptType )
A receipt type.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-14 UTC.
[null,null,["Last updated 2024-11-14 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. |"]]