We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22ea851 commit bf3aca2Copy full SHA for bf3aca2
1 file changed
proto/message/v2/message.proto
@@ -597,6 +597,12 @@ message FaceExtra {
597
optional int32 face_id = 1;
598
}
599
600
+message QSmallFaceExtra {
601
+ optional uint32 face_id = 1;
602
+ optional string preview = 2;
603
+ optional string preview2 = 3;
604
+}
605
+
606
message QFaceExtra {
607
optional string pack_id = 1;
608
optional string sticker_id = 2;
0 commit comments