We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8459e2 commit 33599e9Copy full SHA for 33599e9
1 file changed
proto/service/v2/oidb.proto
@@ -13,6 +13,8 @@ message Oidb {
13
optional uint32 reserved = 12;
14
}
15
16
+message GenericEmptyRspBody {}
17
+
18
message D102AReqBody {
19
repeated string domain = 1;
20
@@ -404,4 +406,9 @@ message DED3ReqBody {
404
406
optional uint32 nudge_type = 6;
405
407
408
-message DED3RspBody {}
409
+message SetGroupMessageReactionReq {
410
+ optional int64 group_uin = 2;
411
+ optional uint32 sequence = 3;
412
+ optional string code = 4;
413
+ optional uint32 type = 5; // 1 face 2 emoji
414
+}
0 commit comments