mirror of
https://github.com/Fijxu/BooyahDocs.git
synced 2025-01-30 13:07:18 -03:00
12 lines
373 B
Markdown
Executable file
12 lines
373 B
Markdown
Executable file
# Push Message Sessions
|
|
|
|
* */api/v3/users/`userID`/push-message-sessions* = Get some things about the notificactions
|
|
* Response Example:
|
|
|
|
```js
|
|
{
|
|
"read_msg_id": "20randomnumbersherex", // Some random numbers with id
|
|
"unread_msg_count": 0, // Unreaded notifications
|
|
"latest_msg_id": "20randomnumbersherex" // Latest id of msg
|
|
}
|
|
```
|