Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
POST /public/api/chat/received

Params

FieldTypeDescription
MessageIds[]int64An array of message ids to mark as received.

...

Code Block
POST /public/api/chat/read

Params

FieldTypeDescription
MessageIds[]int64An array of message ids to mark as read.

...