我们将于 2024 年 7 月 31 日逐步淘汰 Google Business Messages。点击
此处了解详情。
Receipt
JSON 表示法 |
{
"message": string,
"receiptType": enum (ReceiptType )
} |
字段 |
message |
string
与收据关联的消息。解析为“conversations/{conversationId}/messages/{messageId}”,其中 {conversationId} 是对话的唯一 ID,{messageId} 是消息的唯一 ID。
|
receiptType |
enum (ReceiptType )
一种收据类型。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-10-10。
[null,null,["最后更新时间 (UTC):2024-10-10。"],[[["A message receipt confirms delivery and provides details about a specific message within a conversation."],["It includes the message itself, identified by its unique ID within a conversation, and the type of receipt, such as read or delivered."],["The receipt data is structured in JSON format with 'message' and 'receiptType' fields for easy processing."]]],[]]