Platform API
After group messages are read
Synchronize a read event after group message read state is updated.
HTTP request
POST {WEBHOOK_ADDRESS}/callbackAfterGroupMsgReadCommandRequest body
| Property | Type | Description |
|---|---|---|
| callbackCommand | string | callbackAfterGroupMsgReadCommand. |
| sendID | string | Message sender user ID. |
| receiveID | string | Message recipient user ID. |
| unreadMsgNum | int | Current unread message count. |
| contentType | int | Message content type. |
Response
Return HTTP success promptly. The read state is already updated and cannot be changed by this response.
Processing rules
- Configuration key:
afterGroupMsgRead. - Process duplicate callbacks idempotently.
Was this page helpful?