Skip to content

Commit

Permalink
fix: add pong for CreateGroupFolder
Browse files Browse the repository at this point in the history
  • Loading branch information
Wesley-Young committed Aug 30, 2024
1 parent 18b8751 commit ddd65ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions proto/action/file.proto
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ message CreateGroupFolderPing {
// QQ does not allow nested folders
}

message CreateGroupFolderPong {
string folderId = 1;
}

message DeleteGroupFilePing {
string groupCode = 1;
string cacheId = 2;
Expand Down

0 comments on commit ddd65ec

Please sign in to comment.