Skip to content

Commit

Permalink
Add room member (wechaty#122) (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
su-chang authored Mar 18, 2021
1 parent f268c24 commit ee6c56c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wechaty-grpc",
"version": "0.21.1",
"version": "0.21.2",
"description": "gRPC for Wechaty",
"main": "dist/src/mod.js",
"typings": "dist/src/mod.d.js",
Expand Down
3 changes: 3 additions & 0 deletions proto/wechaty/puppet/friendship.proto
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,10 @@ message FriendshipSearchWeixinResponse {
message FriendshipAddRequest {
string contact_id = 1;
string hello = 2;
google.protobuf.StringValue source_room_id = 3;
google.protobuf.StringValue source_contact_id = 4;
}

message FriendshipAddResponse {}

message FriendshipAcceptRequest {
Expand Down

0 comments on commit ee6c56c

Please sign in to comment.