API mô tả giao thức Socket.IO chat
Lắng nghe tin nhắn mới
Lắng nghe tin nhắn mới
Available only on servers:
Accepts the following message:
{
"conversationId": "13",
"conversationType": "PERSONAL",
"uniqueKey": "8b32034a-df0c-4c58-8cb1-c475cfa48bcc",
"senderId": "1",
"type": "TEXT",
"content": "ok ok",
"_id": "67b82d56126191b8ab4c18d1",
"createdAt": "2025-02-21T07:37:58.426Z"
}
Lắng nghe danh sách người dùng trực tuyến
Lắng nghe danh sách người dùng trực tuyến (cronjob 5 phút)
Available only on servers:
Accepts the following message:
[
"69",
"96"
]