9 lines
137 B
Protocol Buffer
9 lines
137 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
// CmdId: 23337
|
||
|
// Obf: DLAJEHFIMNF
|
||
|
message PullRecentChatReq {
|
||
|
uint32 pull_num = 7;
|
||
|
uint32 begin_sequence = 14;
|
||
|
}
|