NahidaImpact/NahidaImpact.Protocol/PullPrivateChatReq.proto
2024-01-04 16:48:39 +03:00

9 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;
}