Skip to content

Commit

Permalink
fix: 🐛 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hcfw007 committed Dec 18, 2023
1 parent 3fea074 commit 0d7d5fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion proto/wechaty/puppet/room.proto
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ message RoomAdminsRequest {

message RoomAdminsResponse {}

message RoomDismissRequest {}
message RoomDismissRequest {
string id = 1;
}

message RoomDismissResponse {}

0 comments on commit 0d7d5fe

Please sign in to comment.