API 參考
接收事件

message.read

已讀回條——對方已讀某則訊息。

事件載荷

{
  "id": "evt_2f9c1a4b7e",
  "type": "message.read",
  "provider": "whatsapp",
  "account_id": "acc_8c21d0",
  "occurred_at": "2026-06-08T12:35:10Z",
  "data": {
    "conversation": { "id": "8613912345678", "type": "user" },
    "sender": { "id": "8613912345678", "type": "user" },
    "message": {
      "id": "wamid.HBgM",
      "ids": ["wamid.HBgM", "wamid.HBgN"],
      "read_at": "2026-06-08T12:35:10Z"
    },
    "read_at": "2026-06-08T12:35:10Z",
    "event": { "kind": "message_read", "receipt_type": "read" }
  }
}

備註

  • 已讀回執。data.message.id 是被讀的訊息;當一次確認一批訊息時,data.message.ids 列出其涵蓋的全部訊息。read_at 是 provider 回報的已讀時間,並在 data.read_at 同步一份。