Skip to content

Commit

Permalink
sync protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
Redmomn committed Feb 10, 2025
1 parent 2c52bf6 commit 0b6ef26
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
19 changes: 18 additions & 1 deletion client/packets/pb/service/oidb/NTV2RichMediaReq.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 14 additions & 1 deletion client/packets/pb/service/oidb/NTV2RichMediaReq.proto
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,20 @@ message MsgInfoBody {
VideoInfo Video = 3;
AudioInfo Audio = 4;
bool FileExist = 5;
bytes HashSum = 6;
HashSum HashSum = 6;
}

message HashSum {
C2cSource BytesPbReserveC2c = 201;
optional TroopSource TroopSource = 202;
}

message C2cSource {
string FriendUid = 2;
}

message TroopSource {
uint32 GroupUin = 1;
}

message VideoInfo {
Expand Down

0 comments on commit 0b6ef26

Please sign in to comment.