BooyahDocs/docs/users/push-message-sessions.md
Fijxu 9401e9787d Added channels/stream api docs.
+ Changed json markdown format to js for avoid red comments
2021-08-18 18:45:28 -04:00

373 B
Executable file

Push Message Sessions

  • /api/v3/users/userID/push-message-sessions = Get some things about the notificactions
    • Response Example:

      {
      "read_msg_id": "20randomnumbersherex", // Some random numbers with id
      "unread_msg_count": 0, // Unreaded notifications
      "latest_msg_id": "20randomnumbersherex" // Latest id of msg
      }