Browse Platform API
Platform API

After group messages are read

Copy

Synchronize a read event after group message read state is updated.

HTTP request

POST {WEBHOOK_ADDRESS}/callbackAfterGroupMsgReadCommand

Request body

PropertyTypeDescription
callbackCommandstringcallbackAfterGroupMsgReadCommand.
sendIDstringMessage sender user ID.
receiveIDstringMessage recipient user ID.
unreadMsgNumintCurrent unread message count.
contentTypeintMessage 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.