WeChatHelper/MMPro/micromsg/proto/DeleteSnsOldGroup.proto
2024-06-11 08:43:45 +08:00

10 lines
142 B
Protocol Buffer

syntax = "proto2";
package MMPro.micromsg;
message DeleteSnsOldGroup {
required uint32 _GroupCount = 1;
repeated uint64 _GroupIds = 2;
}