|
|
@ -20,7 +20,7 @@ message GroupInfo{
|
|
|
|
string creatorUserID = 11;
|
|
|
|
string creatorUserID = 11;
|
|
|
|
int32 groupType = 12;
|
|
|
|
int32 groupType = 12;
|
|
|
|
int32 needVerification = 13;
|
|
|
|
int32 needVerification = 13;
|
|
|
|
int32 lookMemberInfo =14;
|
|
|
|
int32 lookMemberInfo = 14;
|
|
|
|
int32 applyMemberFriend = 15;
|
|
|
|
int32 applyMemberFriend = 15;
|
|
|
|
int64 notificationUpdateTime = 16;
|
|
|
|
int64 notificationUpdateTime = 16;
|
|
|
|
string notificationUserID = 17;
|
|
|
|
string notificationUserID = 17;
|
|
|
@ -222,7 +222,7 @@ message PullMessageBySeqListResp {
|
|
|
|
message GetMaxAndMinSeqReq {
|
|
|
|
message GetMaxAndMinSeqReq {
|
|
|
|
repeated string groupIDList = 1;
|
|
|
|
repeated string groupIDList = 1;
|
|
|
|
string userID = 2;
|
|
|
|
string userID = 2;
|
|
|
|
string operationID =3;
|
|
|
|
string operationID = 3;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
message MaxAndMinSeq{
|
|
|
|
message MaxAndMinSeq{
|
|
|
|
uint32 maxSeq = 1;
|
|
|
|
uint32 maxSeq = 1;
|
|
|
@ -505,7 +505,7 @@ message ConversationSetPrivateTips{
|
|
|
|
////////////////////message///////////////////////
|
|
|
|
////////////////////message///////////////////////
|
|
|
|
message DeleteMessageTips{
|
|
|
|
message DeleteMessageTips{
|
|
|
|
string opUserID = 1;
|
|
|
|
string opUserID = 1;
|
|
|
|
string userID =2;
|
|
|
|
string userID = 2;
|
|
|
|
repeated uint32 seqList = 3;
|
|
|
|
repeated uint32 seqList = 3;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
///cms
|
|
|
|
///cms
|
|
|
@ -520,7 +520,7 @@ message RequestPagination {
|
|
|
|
message SignalReq {
|
|
|
|
message SignalReq {
|
|
|
|
oneof payload {
|
|
|
|
oneof payload {
|
|
|
|
SignalInviteReq invite = 1;
|
|
|
|
SignalInviteReq invite = 1;
|
|
|
|
SignalInviteInGroupReq inviteInGroup= 2;
|
|
|
|
SignalInviteInGroupReq inviteInGroup = 2;
|
|
|
|
SignalCancelReq cancel = 3;
|
|
|
|
SignalCancelReq cancel = 3;
|
|
|
|
SignalAcceptReq accept = 4;
|
|
|
|
SignalAcceptReq accept = 4;
|
|
|
|
SignalHungUpReq hungUp = 5;
|
|
|
|
SignalHungUpReq hungUp = 5;
|
|
|
@ -536,7 +536,7 @@ message SignalReq {
|
|
|
|
message SignalResp {
|
|
|
|
message SignalResp {
|
|
|
|
oneof payload {
|
|
|
|
oneof payload {
|
|
|
|
SignalInviteReply invite = 1;
|
|
|
|
SignalInviteReply invite = 1;
|
|
|
|
SignalInviteInGroupReply inviteInGroup= 2;
|
|
|
|
SignalInviteInGroupReply inviteInGroup = 2;
|
|
|
|
SignalCancelReply cancel = 3;
|
|
|
|
SignalCancelReply cancel = 3;
|
|
|
|
SignalAcceptReply accept = 4;
|
|
|
|
SignalAcceptReply accept = 4;
|
|
|
|
SignalHungUpReply hungUp = 5;
|
|
|
|
SignalHungUpReply hungUp = 5;
|
|
|
@ -727,4 +727,8 @@ message KeyValue {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
message ResponsePagination {
|
|
|
|
|
|
|
|
int32 CurrentPage = 5;
|
|
|
|
|
|
|
|
int32 ShowNumber = 6;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|