10 lines
161 B
Protocol Buffer
10 lines
161 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
// CmdId: 22346
|
||
|
// Obf: CDBDGACCDJI
|
||
|
message PullPrivateChatReq {
|
||
|
uint32 from_sequence = 11;
|
||
|
uint32 target_uid = 7;
|
||
|
uint32 pull_num = 8;
|
||
|
}
|