This repository has been archived on 2024-09-10. You can view files and clone it, but cannot push or open issues or pull requests.

14 lines
294 B
Protocol Buffer

syntax = "proto3";
message WssResponse{
int64 wss_push_room_id = 1;
int64 wss_push_did = 2;
int64 wss_push_log_id = 3;
int64 wss_fetch_ms = 4;
int64 wss_push_ms = 5;
string wss_msg_type = 6;
string pb = 7;
bytes data = 8;
int64 server_time = 9;
string compress_type = 10;
}