Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 18 additions & 17 deletions proto/wechaty/puppet/contact.proto
Original file line number Diff line number Diff line change
Expand Up @@ -28,23 +28,24 @@ message ContactPayloadRequest {
string id = 1;
}
message ContactPayloadResponse {
string id = 1;
ContactGender gender = 2;
ContactType type = 3;
string name = 4;
string avatar = 5;
string address = 6;
string alias = 7;
string city = 8;
bool friend = 9;
string province = 10;
string signature = 11;
bool star = 12;
string weixin = 13;
string corporation = 14;
string title = 15;
string description = 16;
bool coworker = 17;
string id = 1;
ContactGender gender = 2;
ContactType type = 3;
string name = 4;
string avatar = 5;
string address = 6;
string alias = 7;
string city = 8;
bool friend = 9;
string province = 10;
string signature = 11;
bool star = 12;
string weixin = 13;
string corporation = 14;
string title = 15;
string description = 16;
bool coworker = 17;
repeated string phone = 18;
}

message ContactSelfQRCodeRequest {}
Expand Down