Skip to content

Commit bf3aca2

Browse files
authored
feat: add QSmallFaceExtra message for enhanced face data representation (#9)
1 parent 22ea851 commit bf3aca2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

proto/message/v2/message.proto

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -597,6 +597,12 @@ message FaceExtra {
597597
optional int32 face_id = 1;
598598
}
599599

600+
message QSmallFaceExtra {
601+
optional uint32 face_id = 1;
602+
optional string preview = 2;
603+
optional string preview2 = 3;
604+
}
605+
600606
message QFaceExtra {
601607
optional string pack_id = 1;
602608
optional string sticker_id = 2;

0 commit comments

Comments
 (0)