WuKongIM Docs

Append a message event

Operation boundary

  • Caller: Trusted backend only
  • Scope: visibility is stored as event metadata; current Product HTTP message synchronization does not use it as an access-control filter.
POST/message/event

Validates and applies one message-scoped event projection; non-null headers are unsupported.

Request Body

application/json

Event to project onto one message.

TypeScript Definitions

Use the request body type in TypeScript.

Message-event projection parameters.

Response Body

application/json

application/json

application/json

{  "status": 200,  "data": {    "client_msg_no": "string",    "event_key": "string",    "event_id": "string",    "msg_event_seq": 0,    "stream_status": "open",    "channel_id": "string",    "channel_type": 0,    "from_uid": "string"  }}