Skip to content

Commit 2559de1

Browse files
committed
feat: add FaceExtra and QFaceExtra messages for enhanced functionality
1 parent a66ab81 commit 2559de1

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

proto/message/v2/message.proto

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -592,3 +592,19 @@ message PbReserve2 {
592592
optional int32 field5 = 5;
593593
optional string md5_str = 7;
594594
}
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

Comments
 (0)