Skip to content

Commit 43d4072

Browse files
committed
feat: add SetGroupMessageReactionReq message for group reaction handling
1 parent e8459e2 commit 43d4072

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

proto/service/v2/oidb.proto

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ message Oidb {
1313
optional uint32 reserved = 12;
1414
}
1515

16+
message GenericEmptyRspBody {}
17+
1618
message D102AReqBody {
1719
repeated string domain = 1;
1820
}
@@ -404,4 +406,9 @@ message DED3ReqBody {
404406
optional uint32 nudge_type = 6;
405407
}
406408

407-
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

Comments
 (0)