Skip to content

Commit b28c6d6

Browse files
committed
Update:/api/wss/chat-ws-go
1 parent 81dffa8 commit b28c6d6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/api/wss/chat-ws-go.jwzhd.com.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,9 @@ message push_message {
148148
uint64 msg_type = 7;
149149
uint64 timestamp = 8; // 时间戳(毫秒)
150150
Cmd cmd = 9; // 指令
151-
uint64 msg_seq = 12; // 消息序列
151+
uint64 delete_timestamp = 10; // 撤回消息时间,和8差别不大
152+
string quote_msg_id = 11; // 引用消息ID
153+
uint64 msg_seq = 12; // 消息序列,在撤回时也是被撤回消息的序列
152154
153155
message Cmd {
154156
uint64 id = 1; // 命令ID

0 commit comments

Comments
 (0)