NahidaImpact/NahidaImpact.Protocol/PullPrivateChatReq.proto

10 lines
161 B
Protocol Buffer
Raw Normal View History

2024-01-04 13:48:39 +00:00
syntax = "proto3";
// CmdId: 22346
// Obf: CDBDGACCDJI
message PullPrivateChatReq {
uint32 from_sequence = 11;
uint32 target_uid = 7;
uint32 pull_num = 8;
}