We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a66ab81 commit 22ea851Copy full SHA for 22ea851
1 file changed
proto/message/v2/message.proto
@@ -592,3 +592,19 @@ message PbReserve2 {
592
optional int32 field5 = 5;
593
optional string md5_str = 7;
594
}
595
+
596
+message FaceExtra {
597
+ optional int32 face_id = 1;
598
+}
599
600
+message QFaceExtra {
601
+ optional string pack_id = 1;
602
+ optional string sticker_id = 2;
603
+ optional int32 qsid = 3;
604
+ optional int32 source_type = 4;
605
+ optional int32 sticker_type = 5;
606
+ optional string result_id = 6;
607
+ optional string text = 7;
608
+ //optional bytes surprise_id = 8;
609
+ optional int32 random_type = 9;
610
0 commit comments