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
16 changes: 16 additions & 0 deletions proto/message/v2/message.proto
Original file line number Diff line number Diff line change
Expand Up @@ -592,3 +592,19 @@ message PbReserve2 {
optional int32 field5 = 5;
optional string md5_str = 7;
}

message FaceExtra {
optional int32 face_id = 1;
}

message QFaceExtra {
optional string pack_id = 1;
optional string sticker_id = 2;
optional int32 qsid = 3;
optional int32 source_type = 4;
optional int32 sticker_type = 5;
optional string result_id = 6;
optional string text = 7;
//optional bytes surprise_id = 8;
optional int32 random_type = 9;
}