打招呼协议

This commit is contained in:
hahwu 2025-10-31 10:44:31 +08:00
parent e1713633da
commit 9a89f95cc4

View File

@ -1512,6 +1512,7 @@ message ResFriendLog{
message NotifyFriendLog{
ResFriendLog info = 1;
FriendBubbleInfo Bubble = 2; //
ResFriendReply Reply = 3; //
}
message FriendBubbleInfo{
@ -1629,6 +1630,16 @@ message ResWishApply{
message ReqFriendTimeLine{}
message ResFriendTimeLine{
repeated ResFriendLog Log = 1;
repeated ResFriendReply Reply = 2;
}
message ResFriendReply{
int32 Id = 1; // id
int32 Type = 2; // 1: 2:
string Param = 3; //
int32 Status = 4; // 0: 1:
int64 AddTime = 5; //
int64 EndTime = 6; //
}
message ResFriendBubble{