We will be winding down Google Business Messages on July 31, 2024. Read more
here.
Receipts
Stay organized with collections
Save and categorize content based on your preferences.
JSON representation |
{
"receipts": [
{
object (Receipt )
}
],
"createTime": string
} |
Fields |
receipts[] |
object (Receipt )
|
createTime |
string (Timestamp format)
The time that the receipts were created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z" .
|
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-14 UTC."],[[["Message receipts provide confirmation that a message was successfully delivered or read."],["The JSON representation includes an array of receipt objects and a timestamp indicating the creation time."],["Each receipt object contains details about the message delivery status, such as whether it was delivered, read, or failed."],["The `createTime` field is a timestamp in RFC3339 UTC \"Zulu\" format, indicating when the receipts were generated."]]],[]]