Skip to content

Commit dd61569

Browse files
authored
add phone to contact payload (#82)
1 parent b4d17bf commit dd61569

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed

proto/wechaty/puppet/contact.proto

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -28,23 +28,24 @@ message ContactPayloadRequest {
2828
string id = 1;
2929
}
3030
message ContactPayloadResponse {
31-
string id = 1;
32-
ContactGender gender = 2;
33-
ContactType type = 3;
34-
string name = 4;
35-
string avatar = 5;
36-
string address = 6;
37-
string alias = 7;
38-
string city = 8;
39-
bool friend = 9;
40-
string province = 10;
41-
string signature = 11;
42-
bool star = 12;
43-
string weixin = 13;
44-
string corporation = 14;
45-
string title = 15;
46-
string description = 16;
47-
bool coworker = 17;
31+
string id = 1;
32+
ContactGender gender = 2;
33+
ContactType type = 3;
34+
string name = 4;
35+
string avatar = 5;
36+
string address = 6;
37+
string alias = 7;
38+
string city = 8;
39+
bool friend = 9;
40+
string province = 10;
41+
string signature = 11;
42+
bool star = 12;
43+
string weixin = 13;
44+
string corporation = 14;
45+
string title = 15;
46+
string description = 16;
47+
bool coworker = 17;
48+
repeated string phone = 18;
4849
}
4950

5051
message ContactSelfQRCodeRequest {}

0 commit comments

Comments
 (0)