Skip to content

Commit

Permalink
refactor: add Member prefix for operations on group individuals
Browse files Browse the repository at this point in the history
  • Loading branch information
Wesley-Young committed Aug 30, 2024
1 parent 06a576c commit 18b8751
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions proto/action/group.proto
Original file line number Diff line number Diff line change
Expand Up @@ -55,19 +55,19 @@ message SetGroupAdminPing {
Operation operation = 3;
}

message SetGroupCardPing {
message SetGroupMemberCardPing {
string groupCode = 1;
string memberUin = 2;
string card = 3;
}

message SetGroupSpecialTitlePing {
message SetGroupMemberSpecialTitlePing {
string groupCode = 1;
string memberUin = 2;
string title = 3;
}

message SetGroupShutUpPing {
message SetGroupMemberShutUpPing {
string groupCode = 1;
string memberUin = 2;
oneof operation {
Expand Down

0 comments on commit 18b8751

Please sign in to comment.