@ -2740,6 +2740,99 @@ func (x *ChatLog) GetGroupType() int32 {
return 0
return 0
}
}
type BatchSendMessageReq struct {
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
RecvIDList [ ] string ` protobuf:"bytes,1,rep,name=recvIDList,proto3" json:"recvIDList" `
MsgData * sdkws . MsgData ` protobuf:"bytes,2,opt,name=msgData,proto3" json:"msgData" `
}
func ( x * BatchSendMessageReq ) Reset ( ) {
* x = BatchSendMessageReq { }
if protoimpl . UnsafeEnabled {
mi := & file_msg_msg_proto_msgTypes [ 48 ]
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
}
func ( x * BatchSendMessageReq ) String ( ) string {
return protoimpl . X . MessageStringOf ( x )
}
func ( * BatchSendMessageReq ) ProtoMessage ( ) { }
func ( x * BatchSendMessageReq ) ProtoReflect ( ) protoreflect . Message {
mi := & file_msg_msg_proto_msgTypes [ 48 ]
if protoimpl . UnsafeEnabled && x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
ms . StoreMessageInfo ( mi )
}
return ms
}
return mi . MessageOf ( x )
}
// Deprecated: Use BatchSendMessageReq.ProtoReflect.Descriptor instead.
func ( * BatchSendMessageReq ) Descriptor ( ) ( [ ] byte , [ ] int ) {
return file_msg_msg_proto_rawDescGZIP ( ) , [ ] int { 48 }
}
func ( x * BatchSendMessageReq ) GetRecvIDList ( ) [ ] string {
if x != nil {
return x . RecvIDList
}
return nil
}
func ( x * BatchSendMessageReq ) GetMsgData ( ) * sdkws . MsgData {
if x != nil {
return x . MsgData
}
return nil
}
type BatchSendMessageResp struct {
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
}
func ( x * BatchSendMessageResp ) Reset ( ) {
* x = BatchSendMessageResp { }
if protoimpl . UnsafeEnabled {
mi := & file_msg_msg_proto_msgTypes [ 49 ]
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
}
func ( x * BatchSendMessageResp ) String ( ) string {
return protoimpl . X . MessageStringOf ( x )
}
func ( * BatchSendMessageResp ) ProtoMessage ( ) { }
func ( x * BatchSendMessageResp ) ProtoReflect ( ) protoreflect . Message {
mi := & file_msg_msg_proto_msgTypes [ 49 ]
if protoimpl . UnsafeEnabled && x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
ms . StoreMessageInfo ( mi )
}
return ms
}
return mi . MessageOf ( x )
}
// Deprecated: Use BatchSendMessageResp.ProtoReflect.Descriptor instead.
func ( * BatchSendMessageResp ) Descriptor ( ) ( [ ] byte , [ ] int ) {
return file_msg_msg_proto_rawDescGZIP ( ) , [ ] int { 49 }
}
var File_msg_msg_proto protoreflect . FileDescriptor
var File_msg_msg_proto protoreflect . FileDescriptor
var file_msg_msg_proto_rawDesc = [ ] byte {
var file_msg_msg_proto_rawDesc = [ ] byte {
@ -3059,131 +3152,139 @@ var file_msg_msg_proto_rawDesc = []byte{
0x70 , 0x4f , 0x77 , 0x6e , 0x65 , 0x72 , 0x18 , 0x16 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x0a , 0x67 , 0x72 ,
0x70 , 0x4f , 0x77 , 0x6e , 0x65 , 0x72 , 0x18 , 0x16 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x0a , 0x67 , 0x72 ,
0x6f , 0x75 , 0x70 , 0x4f , 0x77 , 0x6e , 0x65 , 0x72 , 0x12 , 0x1c , 0x0a , 0x09 , 0x67 , 0x72 , 0x6f , 0x75 ,
0x6f , 0x75 , 0x70 , 0x4f , 0x77 , 0x6e , 0x65 , 0x72 , 0x12 , 0x1c , 0x0a , 0x09 , 0x67 , 0x72 , 0x6f , 0x75 ,
0x70 , 0x54 , 0x79 , 0x70 , 0x65 , 0x18 , 0x17 , 0x20 , 0x01 , 0x28 , 0x05 , 0x52 , 0x09 , 0x67 , 0x72 , 0x6f ,
0x70 , 0x54 , 0x79 , 0x70 , 0x65 , 0x18 , 0x17 , 0x20 , 0x01 , 0x28 , 0x05 , 0x52 , 0x09 , 0x67 , 0x72 , 0x6f ,
0x75 , 0x70 , 0x54 , 0x79 , 0x70 , 0x65 , 0x32 , 0x82 , 0x0f , 0x0a , 0x03 , 0x6d , 0x73 , 0x67 , 0x12 , 0x50 ,
0x75 , 0x70 , 0x54 , 0x79 , 0x70 , 0x65 , 0x22 , 0x6c , 0x0a , 0x13 , 0x62 , 0x61 , 0x74 , 0x63 , 0x68 , 0x53 ,
0x0a , 0x09 , 0x47 , 0x65 , 0x74 , 0x4d , 0x61 , 0x78 , 0x53 , 0x65 , 0x71 , 0x12 , 0x20 , 0x2e , 0x4f , 0x70 ,
0x65 , 0x6e , 0x64 , 0x4d , 0x65 , 0x73 , 0x73 , 0x61 , 0x67 , 0x65 , 0x52 , 0x65 , 0x71 , 0x12 , 0x1e , 0x0a ,
0x65 , 0x6e , 0x49 , 0x4d , 0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x2e , 0x73 , 0x64 , 0x6b , 0x77 , 0x73 ,
0x0a , 0x72 , 0x65 , 0x63 , 0x76 , 0x49 , 0x44 , 0x4c , 0x69 , 0x73 , 0x74 , 0x18 , 0x01 , 0x20 , 0x03 , 0x28 ,
0x2e , 0x47 , 0x65 , 0x74 , 0x4d , 0x61 , 0x78 , 0x53 , 0x65 , 0x71 , 0x52 , 0x65 , 0x71 , 0x1a , 0x21 , 0x2e ,
0x09 , 0x52 , 0x0a , 0x72 , 0x65 , 0x63 , 0x76 , 0x49 , 0x44 , 0x4c , 0x69 , 0x73 , 0x74 , 0x12 , 0x35 , 0x0a ,
0x07 , 0x6d , 0x73 , 0x67 , 0x44 , 0x61 , 0x74 , 0x61 , 0x18 , 0x02 , 0x20 , 0x01 , 0x28 , 0x0b , 0x32 , 0x1b ,
0x2e , 0x4f , 0x70 , 0x65 , 0x6e , 0x49 , 0x4d , 0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x2e , 0x73 , 0x64 ,
0x6b , 0x77 , 0x73 , 0x2e , 0x4d , 0x73 , 0x67 , 0x44 , 0x61 , 0x74 , 0x61 , 0x52 , 0x07 , 0x6d , 0x73 , 0x67 ,
0x44 , 0x61 , 0x74 , 0x61 , 0x22 , 0x16 , 0x0a , 0x14 , 0x62 , 0x61 , 0x74 , 0x63 , 0x68 , 0x53 , 0x65 , 0x6e ,
0x64 , 0x4d , 0x65 , 0x73 , 0x73 , 0x61 , 0x67 , 0x65 , 0x52 , 0x65 , 0x73 , 0x70 , 0x32 , 0x82 , 0x0f , 0x0a ,
0x03 , 0x6d , 0x73 , 0x67 , 0x12 , 0x50 , 0x0a , 0x09 , 0x47 , 0x65 , 0x74 , 0x4d , 0x61 , 0x78 , 0x53 , 0x65 ,
0x71 , 0x12 , 0x20 , 0x2e , 0x4f , 0x70 , 0x65 , 0x6e , 0x49 , 0x4d , 0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 ,
0x2e , 0x73 , 0x64 , 0x6b , 0x77 , 0x73 , 0x2e , 0x47 , 0x65 , 0x74 , 0x4d , 0x61 , 0x78 , 0x53 , 0x65 , 0x71 ,
0x52 , 0x65 , 0x71 , 0x1a , 0x21 , 0x2e , 0x4f , 0x70 , 0x65 , 0x6e , 0x49 , 0x4d , 0x53 , 0x65 , 0x72 , 0x76 ,
0x65 , 0x72 , 0x2e , 0x73 , 0x64 , 0x6b , 0x77 , 0x73 , 0x2e , 0x47 , 0x65 , 0x74 , 0x4d , 0x61 , 0x78 , 0x53 ,
0x65 , 0x71 , 0x52 , 0x65 , 0x73 , 0x70 , 0x12 , 0x70 , 0x0a , 0x15 , 0x47 , 0x65 , 0x74 , 0x43 , 0x6f , 0x6e ,
0x76 , 0x65 , 0x72 , 0x73 , 0x61 , 0x74 , 0x69 , 0x6f , 0x6e , 0x4d , 0x61 , 0x78 , 0x53 , 0x65 , 0x71 , 0x12 ,
0x2a , 0x2e , 0x4f , 0x70 , 0x65 , 0x6e , 0x49 , 0x4d , 0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x2e , 0x6d ,
0x73 , 0x67 , 0x2e , 0x47 , 0x65 , 0x74 , 0x43 , 0x6f , 0x6e , 0x76 , 0x65 , 0x72 , 0x73 , 0x61 , 0x74 , 0x69 ,
0x6f , 0x6e , 0x4d , 0x61 , 0x78 , 0x53 , 0x65 , 0x71 , 0x52 , 0x65 , 0x71 , 0x1a , 0x2b , 0x2e , 0x4f , 0x70 ,
0x65 , 0x6e , 0x49 , 0x4d , 0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x2e , 0x6d , 0x73 , 0x67 , 0x2e , 0x47 ,
0x65 , 0x74 , 0x43 , 0x6f , 0x6e , 0x76 , 0x65 , 0x72 , 0x73 , 0x61 , 0x74 , 0x69 , 0x6f , 0x6e , 0x4d , 0x61 ,
0x78 , 0x53 , 0x65 , 0x71 , 0x52 , 0x65 , 0x73 , 0x70 , 0x12 , 0x68 , 0x0a , 0x11 , 0x50 , 0x75 , 0x6c , 0x6c ,
0x4d , 0x65 , 0x73 , 0x73 , 0x61 , 0x67 , 0x65 , 0x42 , 0x79 , 0x53 , 0x65 , 0x71 , 0x73 , 0x12 , 0x28 , 0x2e ,
0x4f , 0x70 , 0x65 , 0x6e , 0x49 , 0x4d , 0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x2e , 0x73 , 0x64 , 0x6b ,
0x4f , 0x70 , 0x65 , 0x6e , 0x49 , 0x4d , 0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x2e , 0x73 , 0x64 , 0x6b ,
0x77 , 0x73 , 0x2e , 0x47 , 0x65 , 0x74 , 0x4d , 0x61 , 0x78 , 0x53 , 0x65 , 0x71 , 0x52 , 0x65 , 0x73 , 0x70 ,
0x77 , 0x73 , 0x2e , 0x50 , 0x75 , 0x6c , 0x6c , 0x4d , 0x65 , 0x73 , 0x73 , 0x61 , 0x67 , 0x65 , 0x42 , 0x79 ,
0x12 , 0x70 , 0x0a , 0x15 , 0x47 , 0x65 , 0x74 , 0x43 , 0x6f , 0x6e , 0x76 , 0x65 , 0x72 , 0x73 , 0x61 , 0x74 ,
0x53 , 0x65 , 0x71 , 0x73 , 0x52 , 0x65 , 0x71 , 0x1a , 0x29 , 0x2e , 0x4f , 0x70 , 0x65 , 0x6e , 0x49 , 0x4d ,
0x69 , 0x6f , 0x6e , 0x4d , 0x61 , 0x78 , 0x53 , 0x65 , 0x71 , 0x12 , 0x2a , 0x2e , 0x4f , 0x70 , 0x65 , 0x6e ,
0x49 , 0x4d , 0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x2e , 0x6d , 0x73 , 0x67 , 0x2e , 0x47 , 0x65 , 0x74 ,
0x43 , 0x6f , 0x6e , 0x76 , 0x65 , 0x72 , 0x73 , 0x61 , 0x74 , 0x69 , 0x6f , 0x6e , 0x4d , 0x61 , 0x78 , 0x53 ,
0x65 , 0x71 , 0x52 , 0x65 , 0x71 , 0x1a , 0x2b , 0x2e , 0x4f , 0x70 , 0x65 , 0x6e , 0x49 , 0x4d , 0x53 , 0x65 ,
0x72 , 0x76 , 0x65 , 0x72 , 0x2e , 0x6d , 0x73 , 0x67 , 0x2e , 0x47 , 0x65 , 0x74 , 0x43 , 0x6f , 0x6e , 0x76 ,
0x65 , 0x72 , 0x73 , 0x61 , 0x74 , 0x69 , 0x6f , 0x6e , 0x4d , 0x61 , 0x78 , 0x53 , 0x65 , 0x71 , 0x52 , 0x65 ,
0x73 , 0x70 , 0x12 , 0x68 , 0x0a , 0x11 , 0x50 , 0x75 , 0x6c , 0x6c , 0x4d , 0x65 , 0x73 , 0x73 , 0x61 , 0x67 ,
0x65 , 0x42 , 0x79 , 0x53 , 0x65 , 0x71 , 0x73 , 0x12 , 0x28 , 0x2e , 0x4f , 0x70 , 0x65 , 0x6e , 0x49 , 0x4d ,
0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x2e , 0x73 , 0x64 , 0x6b , 0x77 , 0x73 , 0x2e , 0x50 , 0x75 , 0x6c ,
0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x2e , 0x73 , 0x64 , 0x6b , 0x77 , 0x73 , 0x2e , 0x50 , 0x75 , 0x6c ,
0x6c , 0x4d , 0x65 , 0x73 , 0x73 , 0x61 , 0x67 , 0x65 , 0x42 , 0x79 , 0x53 , 0x65 , 0x71 , 0x73 , 0x52 , 0x65 ,
0x6c , 0x4d , 0x65 , 0x73 , 0x73 , 0x61 , 0x67 , 0x65 , 0x42 , 0x79 , 0x53 , 0x65 , 0x71 , 0x73 , 0x52 , 0x65 ,
0x71 , 0x1a , 0x29 , 0x2e , 0x4f , 0x70 , 0x65 , 0x6e , 0x49 , 0x4d , 0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 ,
0x73 , 0x70 , 0x12 , 0x58 , 0x0a , 0x0d , 0x53 , 0x65 , 0x61 , 0x72 , 0x63 , 0x68 , 0x4d , 0x65 , 0x73 , 0x73 ,
0x2e , 0x73 , 0x64 , 0x6b , 0x77 , 0x73 , 0x2e , 0x50 , 0x75 , 0x6c , 0x6c , 0x4d , 0x65 , 0x73 , 0x73 , 0x61 ,
0x61 , 0x67 , 0x65 , 0x12 , 0x22 , 0x2e , 0x4f , 0x70 , 0x65 , 0x6e , 0x49 , 0x4d , 0x53 , 0x65 , 0x72 , 0x76 ,
0x67 , 0x65 , 0x42 , 0x79 , 0x53 , 0x65 , 0x71 , 0x73 , 0x52 , 0x65 , 0x73 , 0x70 , 0x12 , 0x58 , 0x0a , 0x0d ,
0x65 , 0x72 , 0x2e , 0x6d , 0x73 , 0x67 , 0x2e , 0x53 , 0x65 , 0x61 , 0x72 , 0x63 , 0x68 , 0x4d , 0x65 , 0x73 ,
0x53 , 0x65 , 0x61 , 0x72 , 0x63 , 0x68 , 0x4d , 0x65 , 0x73 , 0x73 , 0x61 , 0x67 , 0x65 , 0x12 , 0x22 , 0x2e ,
0x73 , 0x61 , 0x67 , 0x65 , 0x52 , 0x65 , 0x71 , 0x1a , 0x23 , 0x2e , 0x4f , 0x70 , 0x65 , 0x6e , 0x49 , 0x4d ,
0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x2e , 0x6d , 0x73 , 0x67 , 0x2e , 0x53 , 0x65 , 0x61 , 0x72 , 0x63 ,
0x68 , 0x4d , 0x65 , 0x73 , 0x73 , 0x61 , 0x67 , 0x65 , 0x52 , 0x65 , 0x73 , 0x70 , 0x12 , 0x46 , 0x0a , 0x07 ,
0x53 , 0x65 , 0x6e , 0x64 , 0x4d , 0x73 , 0x67 , 0x12 , 0x1c , 0x2e , 0x4f , 0x70 , 0x65 , 0x6e , 0x49 , 0x4d ,
0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x2e , 0x6d , 0x73 , 0x67 , 0x2e , 0x53 , 0x65 , 0x6e , 0x64 , 0x4d ,
0x73 , 0x67 , 0x52 , 0x65 , 0x71 , 0x1a , 0x1d , 0x2e , 0x4f , 0x70 , 0x65 , 0x6e , 0x49 , 0x4d , 0x53 , 0x65 ,
0x72 , 0x76 , 0x65 , 0x72 , 0x2e , 0x6d , 0x73 , 0x67 , 0x2e , 0x53 , 0x65 , 0x6e , 0x64 , 0x4d , 0x73 , 0x67 ,
0x52 , 0x65 , 0x73 , 0x70 , 0x12 , 0x70 , 0x0a , 0x15 , 0x43 , 0x6c , 0x65 , 0x61 , 0x72 , 0x43 , 0x6f , 0x6e ,
0x76 , 0x65 , 0x72 , 0x73 , 0x61 , 0x74 , 0x69 , 0x6f , 0x6e , 0x73 , 0x4d , 0x73 , 0x67 , 0x12 , 0x2a , 0x2e ,
0x4f , 0x70 , 0x65 , 0x6e , 0x49 , 0x4d , 0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x2e , 0x6d , 0x73 , 0x67 ,
0x4f , 0x70 , 0x65 , 0x6e , 0x49 , 0x4d , 0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x2e , 0x6d , 0x73 , 0x67 ,
0x2e , 0x53 , 0x65 , 0x61 , 0x72 , 0x63 , 0x68 , 0x4d , 0x65 , 0x73 , 0x73 , 0x61 , 0x67 , 0x65 , 0x52 , 0x65 ,
0x2e , 0x43 , 0x6c , 0x65 , 0x61 , 0x72 , 0x43 , 0x6f , 0x6e , 0x76 , 0x65 , 0x72 , 0x73 , 0x61 , 0x74 , 0x69 ,
0x71 , 0x1a , 0x23 , 0x2e , 0x4f , 0x70 , 0x65 , 0x6e , 0x49 , 0x4d , 0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 ,
0x6f , 0x6e , 0x73 , 0x4d , 0x73 , 0x67 , 0x52 , 0x65 , 0x71 , 0x1a , 0x2b , 0x2e , 0x4f , 0x70 , 0x65 , 0x6e ,
0x2e , 0x6d , 0x73 , 0x67 , 0x2e , 0x53 , 0x65 , 0x61 , 0x72 , 0x63 , 0x68 , 0x4d , 0x65 , 0x73 , 0x73 , 0x61 ,
0x49 , 0x4d , 0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x2e , 0x6d , 0x73 , 0x67 , 0x2e , 0x43 , 0x6c , 0x65 ,
0x67 , 0x65 , 0x52 , 0x65 , 0x73 , 0x70 , 0x12 , 0x46 , 0x0a , 0x07 , 0x53 , 0x65 , 0x6e , 0x64 , 0x4d , 0x73 ,
0x61 , 0x72 , 0x43 , 0x6f , 0x6e , 0x76 , 0x65 , 0x72 , 0x73 , 0x61 , 0x74 , 0x69 , 0x6f , 0x6e , 0x73 , 0x4d ,
0x67 , 0x12 , 0x1c , 0x2e , 0x4f , 0x70 , 0x65 , 0x6e , 0x49 , 0x4d , 0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 ,
0x73 , 0x67 , 0x52 , 0x65 , 0x73 , 0x70 , 0x12 , 0x5e , 0x0a , 0x0f , 0x55 , 0x73 , 0x65 , 0x72 , 0x43 , 0x6c ,
0x2e , 0x6d , 0x73 , 0x67 , 0x2e , 0x53 , 0x65 , 0x6e , 0x64 , 0x4d , 0x73 , 0x67 , 0x52 , 0x65 , 0x71 , 0x1a ,
0x65 , 0x61 , 0x72 , 0x41 , 0x6c , 0x6c , 0x4d , 0x73 , 0x67 , 0x12 , 0x24 , 0x2e , 0x4f , 0x70 , 0x65 , 0x6e ,
0x1d , 0x2e , 0x4f , 0x70 , 0x65 , 0x6e , 0x49 , 0x4d , 0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x2e , 0x6d ,
0x73 , 0x67 , 0x2e , 0x53 , 0x65 , 0x6e , 0x64 , 0x4d , 0x73 , 0x67 , 0x52 , 0x65 , 0x73 , 0x70 , 0x12 , 0x70 ,
0x0a , 0x15 , 0x43 , 0x6c , 0x65 , 0x61 , 0x72 , 0x43 , 0x6f , 0x6e , 0x76 , 0x65 , 0x72 , 0x73 , 0x61 , 0x74 ,
0x69 , 0x6f , 0x6e , 0x73 , 0x4d , 0x73 , 0x67 , 0x12 , 0x2a , 0x2e , 0x4f , 0x70 , 0x65 , 0x6e , 0x49 , 0x4d ,
0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x2e , 0x6d , 0x73 , 0x67 , 0x2e , 0x43 , 0x6c , 0x65 , 0x61 , 0x72 ,
0x43 , 0x6f , 0x6e , 0x76 , 0x65 , 0x72 , 0x73 , 0x61 , 0x74 , 0x69 , 0x6f , 0x6e , 0x73 , 0x4d , 0x73 , 0x67 ,
0x52 , 0x65 , 0x71 , 0x1a , 0x2b , 0x2e , 0x4f , 0x70 , 0x65 , 0x6e , 0x49 , 0x4d , 0x53 , 0x65 , 0x72 , 0x76 ,
0x65 , 0x72 , 0x2e , 0x6d , 0x73 , 0x67 , 0x2e , 0x43 , 0x6c , 0x65 , 0x61 , 0x72 , 0x43 , 0x6f , 0x6e , 0x76 ,
0x65 , 0x72 , 0x73 , 0x61 , 0x74 , 0x69 , 0x6f , 0x6e , 0x73 , 0x4d , 0x73 , 0x67 , 0x52 , 0x65 , 0x73 , 0x70 ,
0x12 , 0x5e , 0x0a , 0x0f , 0x55 , 0x73 , 0x65 , 0x72 , 0x43 , 0x6c , 0x65 , 0x61 , 0x72 , 0x41 , 0x6c , 0x6c ,
0x4d , 0x73 , 0x67 , 0x12 , 0x24 , 0x2e , 0x4f , 0x70 , 0x65 , 0x6e , 0x49 , 0x4d , 0x53 , 0x65 , 0x72 , 0x76 ,
0x65 , 0x72 , 0x2e , 0x6d , 0x73 , 0x67 , 0x2e , 0x55 , 0x73 , 0x65 , 0x72 , 0x43 , 0x6c , 0x65 , 0x61 , 0x72 ,
0x41 , 0x6c , 0x6c , 0x4d , 0x73 , 0x67 , 0x52 , 0x65 , 0x71 , 0x1a , 0x25 , 0x2e , 0x4f , 0x70 , 0x65 , 0x6e ,
0x49 , 0x4d , 0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x2e , 0x6d , 0x73 , 0x67 , 0x2e , 0x55 , 0x73 , 0x65 ,
0x49 , 0x4d , 0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x2e , 0x6d , 0x73 , 0x67 , 0x2e , 0x55 , 0x73 , 0x65 ,
0x72 , 0x43 , 0x6c , 0x65 , 0x61 , 0x72 , 0x41 , 0x6c , 0x6c , 0x4d , 0x73 , 0x67 , 0x52 , 0x65 , 0x73 , 0x70 ,
0x72 , 0x43 , 0x6c , 0x65 , 0x61 , 0x72 , 0x41 , 0x6c , 0x6c , 0x4d , 0x73 , 0x67 , 0x52 , 0x65 , 0x71 , 0x1a ,
0x12 , 0x4f , 0x0a , 0x0a , 0x44 , 0x65 , 0x6c , 0x65 , 0x74 , 0x65 , 0x4d , 0x73 , 0x67 , 0x73 , 0x12 , 0x1f ,
0x25 , 0x2e , 0x4f , 0x70 , 0x65 , 0x6e , 0x49 , 0x4d , 0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x2e , 0x6d ,
0x73 , 0x67 , 0x2e , 0x55 , 0x73 , 0x65 , 0x72 , 0x43 , 0x6c , 0x65 , 0x61 , 0x72 , 0x41 , 0x6c , 0x6c , 0x4d ,
0x73 , 0x67 , 0x52 , 0x65 , 0x73 , 0x70 , 0x12 , 0x4f , 0x0a , 0x0a , 0x44 , 0x65 , 0x6c , 0x65 , 0x74 , 0x65 ,
0x4d , 0x73 , 0x67 , 0x73 , 0x12 , 0x1f , 0x2e , 0x4f , 0x70 , 0x65 , 0x6e , 0x49 , 0x4d , 0x53 , 0x65 , 0x72 ,
0x76 , 0x65 , 0x72 , 0x2e , 0x6d , 0x73 , 0x67 , 0x2e , 0x44 , 0x65 , 0x6c , 0x65 , 0x74 , 0x65 , 0x4d , 0x73 ,
0x67 , 0x73 , 0x52 , 0x65 , 0x71 , 0x1a , 0x20 , 0x2e , 0x4f , 0x70 , 0x65 , 0x6e , 0x49 , 0x4d , 0x53 , 0x65 ,
0x72 , 0x76 , 0x65 , 0x72 , 0x2e , 0x6d , 0x73 , 0x67 , 0x2e , 0x44 , 0x65 , 0x6c , 0x65 , 0x74 , 0x65 , 0x4d ,
0x73 , 0x67 , 0x73 , 0x52 , 0x65 , 0x73 , 0x70 , 0x12 , 0x73 , 0x0a , 0x16 , 0x44 , 0x65 , 0x6c , 0x65 , 0x74 ,
0x65 , 0x4d , 0x73 , 0x67 , 0x50 , 0x68 , 0x79 , 0x73 , 0x69 , 0x63 , 0x61 , 0x6c , 0x42 , 0x79 , 0x53 , 0x65 ,
0x71 , 0x12 , 0x2b , 0x2e , 0x4f , 0x70 , 0x65 , 0x6e , 0x49 , 0x4d , 0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 ,
0x2e , 0x6d , 0x73 , 0x67 , 0x2e , 0x44 , 0x65 , 0x6c , 0x65 , 0x74 , 0x65 , 0x4d , 0x73 , 0x67 , 0x50 , 0x68 ,
0x79 , 0x73 , 0x69 , 0x63 , 0x61 , 0x6c , 0x42 , 0x79 , 0x53 , 0x65 , 0x71 , 0x52 , 0x65 , 0x71 , 0x1a , 0x2c ,
0x2e , 0x4f , 0x70 , 0x65 , 0x6e , 0x49 , 0x4d , 0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x2e , 0x6d , 0x73 ,
0x2e , 0x4f , 0x70 , 0x65 , 0x6e , 0x49 , 0x4d , 0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x2e , 0x6d , 0x73 ,
0x67 , 0x2e , 0x44 , 0x65 , 0x6c , 0x65 , 0x74 , 0x65 , 0x4d , 0x73 , 0x67 , 0x73 , 0x52 , 0x65 , 0x71 , 0x1a ,
0x67 , 0x2e , 0x44 , 0x65 , 0x6c , 0x65 , 0x74 , 0x65 , 0x4d , 0x73 , 0x67 , 0x50 , 0x68 , 0x79 , 0x73 , 0x69 ,
0x20 , 0x2e , 0x4f , 0x70 , 0x65 , 0x6e , 0x49 , 0x4d , 0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x2e , 0x6d ,
0x63 , 0x61 , 0x6c , 0x42 , 0x79 , 0x53 , 0x65 , 0x71 , 0x52 , 0x65 , 0x73 , 0x70 , 0x12 , 0x64 , 0x0a , 0x11 ,
0x73 , 0x67 , 0x2e , 0x44 , 0x65 , 0x6c , 0x65 , 0x74 , 0x65 , 0x4d , 0x73 , 0x67 , 0x73 , 0x52 , 0x65 , 0x73 ,
0x44 , 0x65 , 0x6c , 0x65 , 0x74 , 0x65 , 0x4d , 0x73 , 0x67 , 0x50 , 0x68 , 0x79 , 0x73 , 0x69 , 0x63 , 0x61 ,
0x70 , 0x12 , 0x73 , 0x0a , 0x16 , 0x44 , 0x65 , 0x6c , 0x65 , 0x74 , 0x65 , 0x4d , 0x73 , 0x67 , 0x50 , 0x68 ,
0x6c , 0x12 , 0x26 , 0x2e , 0x4f , 0x70 , 0x65 , 0x6e , 0x49 , 0x4d , 0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 ,
0x79 , 0x73 , 0x69 , 0x63 , 0x61 , 0x6c , 0x42 , 0x79 , 0x53 , 0x65 , 0x71 , 0x12 , 0x2b , 0x2e , 0x4f , 0x70 ,
0x2e , 0x6d , 0x73 , 0x67 , 0x2e , 0x44 , 0x65 , 0x6c , 0x65 , 0x74 , 0x65 , 0x4d , 0x73 , 0x67 , 0x50 , 0x68 ,
0x65 , 0x6e , 0x49 , 0x4d , 0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x2e , 0x6d , 0x73 , 0x67 , 0x2e , 0x44 ,
0x79 , 0x73 , 0x69 , 0x63 , 0x61 , 0x6c , 0x52 , 0x65 , 0x71 , 0x1a , 0x27 , 0x2e , 0x4f , 0x70 , 0x65 , 0x6e ,
0x65 , 0x6c , 0x65 , 0x74 , 0x65 , 0x4d , 0x73 , 0x67 , 0x50 , 0x68 , 0x79 , 0x73 , 0x69 , 0x63 , 0x61 , 0x6c ,
0x49 , 0x4d , 0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x2e , 0x6d , 0x73 , 0x67 , 0x2e , 0x44 , 0x65 , 0x6c ,
0x42 , 0x79 , 0x53 , 0x65 , 0x71 , 0x52 , 0x65 , 0x71 , 0x1a , 0x2c , 0x2e , 0x4f , 0x70 , 0x65 , 0x6e , 0x49 ,
0x65 , 0x74 , 0x65 , 0x4d , 0x73 , 0x67 , 0x50 , 0x68 , 0x79 , 0x73 , 0x69 , 0x63 , 0x61 , 0x6c , 0x52 , 0x65 ,
0x4d , 0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x2e , 0x6d , 0x73 , 0x67 , 0x2e , 0x44 , 0x65 , 0x6c , 0x65 ,
0x73 , 0x70 , 0x12 , 0x61 , 0x0a , 0x10 , 0x53 , 0x65 , 0x74 , 0x53 , 0x65 , 0x6e , 0x64 , 0x4d , 0x73 , 0x67 ,
0x74 , 0x65 , 0x4d , 0x73 , 0x67 , 0x50 , 0x68 , 0x79 , 0x73 , 0x69 , 0x63 , 0x61 , 0x6c , 0x42 , 0x79 , 0x53 ,
0x53 , 0x74 , 0x61 , 0x74 , 0x75 , 0x73 , 0x12 , 0x25 , 0x2e , 0x4f , 0x70 , 0x65 , 0x6e , 0x49 , 0x4d , 0x53 ,
0x65 , 0x71 , 0x52 , 0x65 , 0x73 , 0x70 , 0x12 , 0x64 , 0x0a , 0x11 , 0x44 , 0x65 , 0x6c , 0x65 , 0x74 , 0x65 ,
0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x2e , 0x6d , 0x73 , 0x67 , 0x2e , 0x53 , 0x65 , 0x74 , 0x53 , 0x65 , 0x6e ,
0x4d , 0x73 , 0x67 , 0x50 , 0x68 , 0x79 , 0x73 , 0x69 , 0x63 , 0x61 , 0x6c , 0x12 , 0x26 , 0x2e , 0x4f , 0x70 ,
0x64 , 0x4d , 0x73 , 0x67 , 0x53 , 0x74 , 0x61 , 0x74 , 0x75 , 0x73 , 0x52 , 0x65 , 0x71 , 0x1a , 0x26 , 0x2e ,
0x65 , 0x6e , 0x49 , 0x4d , 0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x2e , 0x6d , 0x73 , 0x67 , 0x2e , 0x44 ,
0x4f , 0x70 , 0x65 , 0x6e , 0x49 , 0x4d , 0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x2e , 0x6d , 0x73 , 0x67 ,
0x65 , 0x6c , 0x65 , 0x74 , 0x65 , 0x4d , 0x73 , 0x67 , 0x50 , 0x68 , 0x79 , 0x73 , 0x69 , 0x63 , 0x61 , 0x6c ,
0x2e , 0x53 , 0x65 , 0x74 , 0x53 , 0x65 , 0x6e , 0x64 , 0x4d , 0x73 , 0x67 , 0x53 , 0x74 , 0x61 , 0x74 , 0x75 ,
0x52 , 0x65 , 0x71 , 0x1a , 0x27 , 0x2e , 0x4f , 0x70 , 0x65 , 0x6e , 0x49 , 0x4d , 0x53 , 0x65 , 0x72 , 0x76 ,
0x73 , 0x52 , 0x65 , 0x73 , 0x70 , 0x12 , 0x61 , 0x0a , 0x10 , 0x47 , 0x65 , 0x74 , 0x53 , 0x65 , 0x6e , 0x64 ,
0x65 , 0x72 , 0x2e , 0x6d , 0x73 , 0x67 , 0x2e , 0x44 , 0x65 , 0x6c , 0x65 , 0x74 , 0x65 , 0x4d , 0x73 , 0x67 ,
0x4d , 0x73 , 0x67 , 0x53 , 0x74 , 0x61 , 0x74 , 0x75 , 0x73 , 0x12 , 0x25 , 0x2e , 0x4f , 0x70 , 0x65 , 0x6e ,
0x50 , 0x68 , 0x79 , 0x73 , 0x69 , 0x63 , 0x61 , 0x6c , 0x52 , 0x65 , 0x73 , 0x70 , 0x12 , 0x61 , 0x0a , 0x10 ,
0x53 , 0x65 , 0x74 , 0x53 , 0x65 , 0x6e , 0x64 , 0x4d , 0x73 , 0x67 , 0x53 , 0x74 , 0x61 , 0x74 , 0x75 , 0x73 ,
0x12 , 0x25 , 0x2e , 0x4f , 0x70 , 0x65 , 0x6e , 0x49 , 0x4d , 0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x2e ,
0x6d , 0x73 , 0x67 , 0x2e , 0x53 , 0x65 , 0x74 , 0x53 , 0x65 , 0x6e , 0x64 , 0x4d , 0x73 , 0x67 , 0x53 , 0x74 ,
0x61 , 0x74 , 0x75 , 0x73 , 0x52 , 0x65 , 0x71 , 0x1a , 0x26 , 0x2e , 0x4f , 0x70 , 0x65 , 0x6e , 0x49 , 0x4d ,
0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x2e , 0x6d , 0x73 , 0x67 , 0x2e , 0x53 , 0x65 , 0x74 , 0x53 , 0x65 ,
0x6e , 0x64 , 0x4d , 0x73 , 0x67 , 0x53 , 0x74 , 0x61 , 0x74 , 0x75 , 0x73 , 0x52 , 0x65 , 0x73 , 0x70 , 0x12 ,
0x61 , 0x0a , 0x10 , 0x47 , 0x65 , 0x74 , 0x53 , 0x65 , 0x6e , 0x64 , 0x4d , 0x73 , 0x67 , 0x53 , 0x74 , 0x61 ,
0x74 , 0x75 , 0x73 , 0x12 , 0x25 , 0x2e , 0x4f , 0x70 , 0x65 , 0x6e , 0x49 , 0x4d , 0x53 , 0x65 , 0x72 , 0x76 ,
0x65 , 0x72 , 0x2e , 0x6d , 0x73 , 0x67 , 0x2e , 0x47 , 0x65 , 0x74 , 0x53 , 0x65 , 0x6e , 0x64 , 0x4d , 0x73 ,
0x67 , 0x53 , 0x74 , 0x61 , 0x74 , 0x75 , 0x73 , 0x52 , 0x65 , 0x71 , 0x1a , 0x26 , 0x2e , 0x4f , 0x70 , 0x65 ,
0x6e , 0x49 , 0x4d , 0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x2e , 0x6d , 0x73 , 0x67 , 0x2e , 0x47 , 0x65 ,
0x74 , 0x53 , 0x65 , 0x6e , 0x64 , 0x4d , 0x73 , 0x67 , 0x53 , 0x74 , 0x61 , 0x74 , 0x75 , 0x73 , 0x52 , 0x65 ,
0x73 , 0x70 , 0x12 , 0x4c , 0x0a , 0x09 , 0x52 , 0x65 , 0x76 , 0x6f , 0x6b , 0x65 , 0x4d , 0x73 , 0x67 , 0x12 ,
0x1e , 0x2e , 0x4f , 0x70 , 0x65 , 0x6e , 0x49 , 0x4d , 0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x2e , 0x6d ,
0x73 , 0x67 , 0x2e , 0x52 , 0x65 , 0x76 , 0x6f , 0x6b , 0x65 , 0x4d , 0x73 , 0x67 , 0x52 , 0x65 , 0x71 , 0x1a ,
0x1f , 0x2e , 0x4f , 0x70 , 0x65 , 0x6e , 0x49 , 0x4d , 0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x2e , 0x6d ,
0x73 , 0x67 , 0x2e , 0x52 , 0x65 , 0x76 , 0x6f , 0x6b , 0x65 , 0x4d , 0x73 , 0x67 , 0x52 , 0x65 , 0x73 , 0x70 ,
0x12 , 0x5b , 0x0a , 0x0e , 0x4d , 0x61 , 0x72 , 0x6b , 0x4d , 0x73 , 0x67 , 0x73 , 0x41 , 0x73 , 0x52 , 0x65 ,
0x61 , 0x64 , 0x12 , 0x23 , 0x2e , 0x4f , 0x70 , 0x65 , 0x6e , 0x49 , 0x4d , 0x53 , 0x65 , 0x72 , 0x76 , 0x65 ,
0x72 , 0x2e , 0x6d , 0x73 , 0x67 , 0x2e , 0x4d , 0x61 , 0x72 , 0x6b , 0x4d , 0x73 , 0x67 , 0x73 , 0x41 , 0x73 ,
0x52 , 0x65 , 0x61 , 0x64 , 0x52 , 0x65 , 0x71 , 0x1a , 0x24 , 0x2e , 0x4f , 0x70 , 0x65 , 0x6e , 0x49 , 0x4d ,
0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x2e , 0x6d , 0x73 , 0x67 , 0x2e , 0x4d , 0x61 , 0x72 , 0x6b , 0x4d ,
0x73 , 0x67 , 0x73 , 0x41 , 0x73 , 0x52 , 0x65 , 0x61 , 0x64 , 0x52 , 0x65 , 0x73 , 0x70 , 0x12 , 0x73 , 0x0a ,
0x16 , 0x4d , 0x61 , 0x72 , 0x6b , 0x43 , 0x6f , 0x6e , 0x76 , 0x65 , 0x72 , 0x73 , 0x61 , 0x74 , 0x69 , 0x6f ,
0x6e , 0x41 , 0x73 , 0x52 , 0x65 , 0x61 , 0x64 , 0x12 , 0x2b , 0x2e , 0x4f , 0x70 , 0x65 , 0x6e , 0x49 , 0x4d ,
0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x2e , 0x6d , 0x73 , 0x67 , 0x2e , 0x4d , 0x61 , 0x72 , 0x6b , 0x43 ,
0x6f , 0x6e , 0x76 , 0x65 , 0x72 , 0x73 , 0x61 , 0x74 , 0x69 , 0x6f , 0x6e , 0x41 , 0x73 , 0x52 , 0x65 , 0x61 ,
0x64 , 0x52 , 0x65 , 0x71 , 0x1a , 0x2c , 0x2e , 0x4f , 0x70 , 0x65 , 0x6e , 0x49 , 0x4d , 0x53 , 0x65 , 0x72 ,
0x76 , 0x65 , 0x72 , 0x2e , 0x6d , 0x73 , 0x67 , 0x2e , 0x4d , 0x61 , 0x72 , 0x6b , 0x43 , 0x6f , 0x6e , 0x76 ,
0x65 , 0x72 , 0x73 , 0x61 , 0x74 , 0x69 , 0x6f , 0x6e , 0x41 , 0x73 , 0x52 , 0x65 , 0x61 , 0x64 , 0x52 , 0x65 ,
0x73 , 0x70 , 0x12 , 0x7c , 0x0a , 0x19 , 0x53 , 0x65 , 0x74 , 0x43 , 0x6f , 0x6e , 0x76 , 0x65 , 0x72 , 0x73 ,
0x61 , 0x74 , 0x69 , 0x6f , 0x6e , 0x48 , 0x61 , 0x73 , 0x52 , 0x65 , 0x61 , 0x64 , 0x53 , 0x65 , 0x71 , 0x12 ,
0x2e , 0x2e , 0x4f , 0x70 , 0x65 , 0x6e , 0x49 , 0x4d , 0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x2e , 0x6d ,
0x73 , 0x67 , 0x2e , 0x53 , 0x65 , 0x74 , 0x43 , 0x6f , 0x6e , 0x76 , 0x65 , 0x72 , 0x73 , 0x61 , 0x74 , 0x69 ,
0x6f , 0x6e , 0x48 , 0x61 , 0x73 , 0x52 , 0x65 , 0x61 , 0x64 , 0x53 , 0x65 , 0x71 , 0x52 , 0x65 , 0x71 , 0x1a ,
0x2f , 0x2e , 0x4f , 0x70 , 0x65 , 0x6e , 0x49 , 0x4d , 0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x2e , 0x6d ,
0x73 , 0x67 , 0x2e , 0x53 , 0x65 , 0x74 , 0x43 , 0x6f , 0x6e , 0x76 , 0x65 , 0x72 , 0x73 , 0x61 , 0x74 , 0x69 ,
0x6f , 0x6e , 0x48 , 0x61 , 0x73 , 0x52 , 0x65 , 0x61 , 0x64 , 0x53 , 0x65 , 0x71 , 0x52 , 0x65 , 0x73 , 0x70 ,
0x12 , 0x91 , 0x01 , 0x0a , 0x20 , 0x47 , 0x65 , 0x74 , 0x43 , 0x6f , 0x6e , 0x76 , 0x65 , 0x72 , 0x73 , 0x61 ,
0x74 , 0x69 , 0x6f , 0x6e , 0x73 , 0x48 , 0x61 , 0x73 , 0x52 , 0x65 , 0x61 , 0x64 , 0x41 , 0x6e , 0x64 , 0x4d ,
0x61 , 0x78 , 0x53 , 0x65 , 0x71 , 0x12 , 0x35 , 0x2e , 0x4f , 0x70 , 0x65 , 0x6e , 0x49 , 0x4d , 0x53 , 0x65 ,
0x72 , 0x76 , 0x65 , 0x72 , 0x2e , 0x6d , 0x73 , 0x67 , 0x2e , 0x47 , 0x65 , 0x74 , 0x43 , 0x6f , 0x6e , 0x76 ,
0x65 , 0x72 , 0x73 , 0x61 , 0x74 , 0x69 , 0x6f , 0x6e , 0x73 , 0x48 , 0x61 , 0x73 , 0x52 , 0x65 , 0x61 , 0x64 ,
0x41 , 0x6e , 0x64 , 0x4d , 0x61 , 0x78 , 0x53 , 0x65 , 0x71 , 0x52 , 0x65 , 0x71 , 0x1a , 0x36 , 0x2e , 0x4f ,
0x70 , 0x65 , 0x6e , 0x49 , 0x4d , 0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x2e , 0x6d , 0x73 , 0x67 , 0x2e ,
0x47 , 0x65 , 0x74 , 0x43 , 0x6f , 0x6e , 0x76 , 0x65 , 0x72 , 0x73 , 0x61 , 0x74 , 0x69 , 0x6f , 0x6e , 0x73 ,
0x48 , 0x61 , 0x73 , 0x52 , 0x65 , 0x61 , 0x64 , 0x41 , 0x6e , 0x64 , 0x4d , 0x61 , 0x78 , 0x53 , 0x65 , 0x71 ,
0x52 , 0x65 , 0x73 , 0x70 , 0x12 , 0x58 , 0x0a , 0x0d , 0x47 , 0x65 , 0x74 , 0x41 , 0x63 , 0x74 , 0x69 , 0x76 ,
0x65 , 0x55 , 0x73 , 0x65 , 0x72 , 0x12 , 0x22 , 0x2e , 0x4f , 0x70 , 0x65 , 0x6e , 0x49 , 0x4d , 0x53 , 0x65 ,
0x72 , 0x76 , 0x65 , 0x72 , 0x2e , 0x6d , 0x73 , 0x67 , 0x2e , 0x47 , 0x65 , 0x74 , 0x41 , 0x63 , 0x74 , 0x69 ,
0x76 , 0x65 , 0x55 , 0x73 , 0x65 , 0x72 , 0x52 , 0x65 , 0x71 , 0x1a , 0x23 , 0x2e , 0x4f , 0x70 , 0x65 , 0x6e ,
0x49 , 0x4d , 0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x2e , 0x6d , 0x73 , 0x67 , 0x2e , 0x47 , 0x65 , 0x74 ,
0x49 , 0x4d , 0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x2e , 0x6d , 0x73 , 0x67 , 0x2e , 0x47 , 0x65 , 0x74 ,
0x41 , 0x63 , 0x74 , 0x69 , 0x76 , 0x65 , 0x55 , 0x73 , 0x65 , 0x72 , 0x52 , 0x65 , 0x73 , 0x70 , 0x12 , 0x5b ,
0x53 , 0x65 , 0x6e , 0x64 , 0x4d , 0x73 , 0x67 , 0x53 , 0x74 , 0x61 , 0x74 , 0x75 , 0x73 , 0x52 , 0x65 , 0x71 ,
0x0a , 0x0e , 0x47 , 0x65 , 0x74 , 0x41 , 0x63 , 0x74 , 0x69 , 0x76 , 0x65 , 0x47 , 0x72 , 0x6f , 0x75 , 0x70 ,
0x1a , 0x26 , 0x2e , 0x4f , 0x70 , 0x65 , 0x6e , 0x49 , 0x4d , 0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x2e ,
0x12 , 0x23 , 0x2e , 0x4f , 0x70 , 0x65 , 0x6e , 0x49 , 0x4d , 0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x2e ,
0x6d , 0x73 , 0x67 , 0x2e , 0x47 , 0x65 , 0x74 , 0x53 , 0x65 , 0x6e , 0x64 , 0x4d , 0x73 , 0x67 , 0x53 , 0x74 ,
0x6d , 0x73 , 0x67 , 0x2e , 0x47 , 0x65 , 0x74 , 0x41 , 0x63 , 0x74 , 0x69 , 0x76 , 0x65 , 0x47 , 0x72 , 0x6f ,
0x61 , 0x74 , 0x75 , 0x73 , 0x52 , 0x65 , 0x73 , 0x70 , 0x12 , 0x4c , 0x0a , 0x09 , 0x52 , 0x65 , 0x76 , 0x6f ,
0x75 , 0x70 , 0x52 , 0x65 , 0x71 , 0x1a , 0x24 , 0x2e , 0x4f , 0x70 , 0x65 , 0x6e , 0x49 , 0x4d , 0x53 , 0x65 ,
0x6b , 0x65 , 0x4d , 0x73 , 0x67 , 0x12 , 0x1e , 0x2e , 0x4f , 0x70 , 0x65 , 0x6e , 0x49 , 0x4d , 0x53 , 0x65 ,
0x72 , 0x76 , 0x65 , 0x72 , 0x2e , 0x6d , 0x73 , 0x67 , 0x2e , 0x47 , 0x65 , 0x74 , 0x41 , 0x63 , 0x74 , 0x69 ,
0x72 , 0x76 , 0x65 , 0x72 , 0x2e , 0x6d , 0x73 , 0x67 , 0x2e , 0x52 , 0x65 , 0x76 , 0x6f , 0x6b , 0x65 , 0x4d ,
0x76 , 0x65 , 0x47 , 0x72 , 0x6f , 0x75 , 0x70 , 0x52 , 0x65 , 0x73 , 0x70 , 0x42 , 0x33 , 0x5a , 0x31 , 0x67 ,
0x73 , 0x67 , 0x52 , 0x65 , 0x71 , 0x1a , 0x1f , 0x2e , 0x4f , 0x70 , 0x65 , 0x6e , 0x49 , 0x4d , 0x53 , 0x65 ,
0x69 , 0x74 , 0x68 , 0x75 , 0x62 , 0x2e , 0x63 , 0x6f , 0x6d , 0x2f , 0x4f , 0x70 , 0x65 , 0x6e , 0x49 , 0x4d ,
0x72 , 0x76 , 0x65 , 0x72 , 0x2e , 0x6d , 0x73 , 0x67 , 0x2e , 0x52 , 0x65 , 0x76 , 0x6f , 0x6b , 0x65 , 0x4d ,
0x53 , 0x44 , 0x4b , 0x2f , 0x4f , 0x70 , 0x65 , 0x6e , 0x2d , 0x49 , 0x4d , 0x2d , 0x53 , 0x65 , 0x72 , 0x76 ,
0x73 , 0x67 , 0x52 , 0x65 , 0x73 , 0x70 , 0x12 , 0x5b , 0x0a , 0x0e , 0x4d , 0x61 , 0x72 , 0x6b , 0x4d , 0x73 ,
0x65 , 0x72 , 0x2f , 0x70 , 0x6b , 0x67 , 0x2f , 0x70 , 0x72 , 0x6f , 0x74 , 0x6f , 0x2f , 0x6d , 0x73 , 0x67 ,
0x67 , 0x73 , 0x41 , 0x73 , 0x52 , 0x65 , 0x61 , 0x64 , 0x12 , 0x23 , 0x2e , 0x4f , 0x70 , 0x65 , 0x6e , 0x49 ,
0x62 , 0x06 , 0x70 , 0x72 , 0x6f , 0x74 , 0x6f , 0x33 ,
0x4d , 0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x2e , 0x6d , 0x73 , 0x67 , 0x2e , 0x4d , 0x61 , 0x72 , 0x6b ,
0x4d , 0x73 , 0x67 , 0x73 , 0x41 , 0x73 , 0x52 , 0x65 , 0x61 , 0x64 , 0x52 , 0x65 , 0x71 , 0x1a , 0x24 , 0x2e ,
0x4f , 0x70 , 0x65 , 0x6e , 0x49 , 0x4d , 0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x2e , 0x6d , 0x73 , 0x67 ,
0x2e , 0x4d , 0x61 , 0x72 , 0x6b , 0x4d , 0x73 , 0x67 , 0x73 , 0x41 , 0x73 , 0x52 , 0x65 , 0x61 , 0x64 , 0x52 ,
0x65 , 0x73 , 0x70 , 0x12 , 0x73 , 0x0a , 0x16 , 0x4d , 0x61 , 0x72 , 0x6b , 0x43 , 0x6f , 0x6e , 0x76 , 0x65 ,
0x72 , 0x73 , 0x61 , 0x74 , 0x69 , 0x6f , 0x6e , 0x41 , 0x73 , 0x52 , 0x65 , 0x61 , 0x64 , 0x12 , 0x2b , 0x2e ,
0x4f , 0x70 , 0x65 , 0x6e , 0x49 , 0x4d , 0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x2e , 0x6d , 0x73 , 0x67 ,
0x2e , 0x4d , 0x61 , 0x72 , 0x6b , 0x43 , 0x6f , 0x6e , 0x76 , 0x65 , 0x72 , 0x73 , 0x61 , 0x74 , 0x69 , 0x6f ,
0x6e , 0x41 , 0x73 , 0x52 , 0x65 , 0x61 , 0x64 , 0x52 , 0x65 , 0x71 , 0x1a , 0x2c , 0x2e , 0x4f , 0x70 , 0x65 ,
0x6e , 0x49 , 0x4d , 0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x2e , 0x6d , 0x73 , 0x67 , 0x2e , 0x4d , 0x61 ,
0x72 , 0x6b , 0x43 , 0x6f , 0x6e , 0x76 , 0x65 , 0x72 , 0x73 , 0x61 , 0x74 , 0x69 , 0x6f , 0x6e , 0x41 , 0x73 ,
0x52 , 0x65 , 0x61 , 0x64 , 0x52 , 0x65 , 0x73 , 0x70 , 0x12 , 0x7c , 0x0a , 0x19 , 0x53 , 0x65 , 0x74 , 0x43 ,
0x6f , 0x6e , 0x76 , 0x65 , 0x72 , 0x73 , 0x61 , 0x74 , 0x69 , 0x6f , 0x6e , 0x48 , 0x61 , 0x73 , 0x52 , 0x65 ,
0x61 , 0x64 , 0x53 , 0x65 , 0x71 , 0x12 , 0x2e , 0x2e , 0x4f , 0x70 , 0x65 , 0x6e , 0x49 , 0x4d , 0x53 , 0x65 ,
0x72 , 0x76 , 0x65 , 0x72 , 0x2e , 0x6d , 0x73 , 0x67 , 0x2e , 0x53 , 0x65 , 0x74 , 0x43 , 0x6f , 0x6e , 0x76 ,
0x65 , 0x72 , 0x73 , 0x61 , 0x74 , 0x69 , 0x6f , 0x6e , 0x48 , 0x61 , 0x73 , 0x52 , 0x65 , 0x61 , 0x64 , 0x53 ,
0x65 , 0x71 , 0x52 , 0x65 , 0x71 , 0x1a , 0x2f , 0x2e , 0x4f , 0x70 , 0x65 , 0x6e , 0x49 , 0x4d , 0x53 , 0x65 ,
0x72 , 0x76 , 0x65 , 0x72 , 0x2e , 0x6d , 0x73 , 0x67 , 0x2e , 0x53 , 0x65 , 0x74 , 0x43 , 0x6f , 0x6e , 0x76 ,
0x65 , 0x72 , 0x73 , 0x61 , 0x74 , 0x69 , 0x6f , 0x6e , 0x48 , 0x61 , 0x73 , 0x52 , 0x65 , 0x61 , 0x64 , 0x53 ,
0x65 , 0x71 , 0x52 , 0x65 , 0x73 , 0x70 , 0x12 , 0x91 , 0x01 , 0x0a , 0x20 , 0x47 , 0x65 , 0x74 , 0x43 , 0x6f ,
0x6e , 0x76 , 0x65 , 0x72 , 0x73 , 0x61 , 0x74 , 0x69 , 0x6f , 0x6e , 0x73 , 0x48 , 0x61 , 0x73 , 0x52 , 0x65 ,
0x61 , 0x64 , 0x41 , 0x6e , 0x64 , 0x4d , 0x61 , 0x78 , 0x53 , 0x65 , 0x71 , 0x12 , 0x35 , 0x2e , 0x4f , 0x70 ,
0x65 , 0x6e , 0x49 , 0x4d , 0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x2e , 0x6d , 0x73 , 0x67 , 0x2e , 0x47 ,
0x65 , 0x74 , 0x43 , 0x6f , 0x6e , 0x76 , 0x65 , 0x72 , 0x73 , 0x61 , 0x74 , 0x69 , 0x6f , 0x6e , 0x73 , 0x48 ,
0x61 , 0x73 , 0x52 , 0x65 , 0x61 , 0x64 , 0x41 , 0x6e , 0x64 , 0x4d , 0x61 , 0x78 , 0x53 , 0x65 , 0x71 , 0x52 ,
0x65 , 0x71 , 0x1a , 0x36 , 0x2e , 0x4f , 0x70 , 0x65 , 0x6e , 0x49 , 0x4d , 0x53 , 0x65 , 0x72 , 0x76 , 0x65 ,
0x72 , 0x2e , 0x6d , 0x73 , 0x67 , 0x2e , 0x47 , 0x65 , 0x74 , 0x43 , 0x6f , 0x6e , 0x76 , 0x65 , 0x72 , 0x73 ,
0x61 , 0x74 , 0x69 , 0x6f , 0x6e , 0x73 , 0x48 , 0x61 , 0x73 , 0x52 , 0x65 , 0x61 , 0x64 , 0x41 , 0x6e , 0x64 ,
0x4d , 0x61 , 0x78 , 0x53 , 0x65 , 0x71 , 0x52 , 0x65 , 0x73 , 0x70 , 0x12 , 0x58 , 0x0a , 0x0d , 0x47 , 0x65 ,
0x74 , 0x41 , 0x63 , 0x74 , 0x69 , 0x76 , 0x65 , 0x55 , 0x73 , 0x65 , 0x72 , 0x12 , 0x22 , 0x2e , 0x4f , 0x70 ,
0x65 , 0x6e , 0x49 , 0x4d , 0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x2e , 0x6d , 0x73 , 0x67 , 0x2e , 0x47 ,
0x65 , 0x74 , 0x41 , 0x63 , 0x74 , 0x69 , 0x76 , 0x65 , 0x55 , 0x73 , 0x65 , 0x72 , 0x52 , 0x65 , 0x71 , 0x1a ,
0x23 , 0x2e , 0x4f , 0x70 , 0x65 , 0x6e , 0x49 , 0x4d , 0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x2e , 0x6d ,
0x73 , 0x67 , 0x2e , 0x47 , 0x65 , 0x74 , 0x41 , 0x63 , 0x74 , 0x69 , 0x76 , 0x65 , 0x55 , 0x73 , 0x65 , 0x72 ,
0x52 , 0x65 , 0x73 , 0x70 , 0x12 , 0x5b , 0x0a , 0x0e , 0x47 , 0x65 , 0x74 , 0x41 , 0x63 , 0x74 , 0x69 , 0x76 ,
0x65 , 0x47 , 0x72 , 0x6f , 0x75 , 0x70 , 0x12 , 0x23 , 0x2e , 0x4f , 0x70 , 0x65 , 0x6e , 0x49 , 0x4d , 0x53 ,
0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x2e , 0x6d , 0x73 , 0x67 , 0x2e , 0x47 , 0x65 , 0x74 , 0x41 , 0x63 , 0x74 ,
0x69 , 0x76 , 0x65 , 0x47 , 0x72 , 0x6f , 0x75 , 0x70 , 0x52 , 0x65 , 0x71 , 0x1a , 0x24 , 0x2e , 0x4f , 0x70 ,
0x65 , 0x6e , 0x49 , 0x4d , 0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x2e , 0x6d , 0x73 , 0x67 , 0x2e , 0x47 ,
0x65 , 0x74 , 0x41 , 0x63 , 0x74 , 0x69 , 0x76 , 0x65 , 0x47 , 0x72 , 0x6f , 0x75 , 0x70 , 0x52 , 0x65 , 0x73 ,
0x70 , 0x42 , 0x33 , 0x5a , 0x31 , 0x67 , 0x69 , 0x74 , 0x68 , 0x75 , 0x62 , 0x2e , 0x63 , 0x6f , 0x6d , 0x2f ,
0x4f , 0x70 , 0x65 , 0x6e , 0x49 , 0x4d , 0x53 , 0x44 , 0x4b , 0x2f , 0x4f , 0x70 , 0x65 , 0x6e , 0x2d , 0x49 ,
0x4d , 0x2d , 0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x2f , 0x70 , 0x6b , 0x67 , 0x2f , 0x70 , 0x72 , 0x6f ,
0x74 , 0x6f , 0x2f , 0x6d , 0x73 , 0x67 , 0x62 , 0x06 , 0x70 , 0x72 , 0x6f , 0x74 , 0x6f , 0x33 ,
}
}
var (
var (
@ -3198,7 +3299,7 @@ func file_msg_msg_proto_rawDescGZIP() []byte {
return file_msg_msg_proto_rawDescData
return file_msg_msg_proto_rawDescData
}
}
var file_msg_msg_proto_msgTypes = make ( [ ] protoimpl . MessageInfo , 5 1 )
var file_msg_msg_proto_msgTypes = make ( [ ] protoimpl . MessageInfo , 5 3 )
var file_msg_msg_proto_goTypes = [ ] interface { } {
var file_msg_msg_proto_goTypes = [ ] interface { } {
( * MsgDataToMQ ) ( nil ) , // 0: OpenIMServer.msg.MsgDataToMQ
( * MsgDataToMQ ) ( nil ) , // 0: OpenIMServer.msg.MsgDataToMQ
( * MsgDataToDB ) ( nil ) , // 1: OpenIMServer.msg.MsgDataToDB
( * MsgDataToDB ) ( nil ) , // 1: OpenIMServer.msg.MsgDataToDB
@ -3248,83 +3349,86 @@ var file_msg_msg_proto_goTypes = []interface{}{
( * SearchMessageReq ) ( nil ) , // 45: OpenIMServer.msg.SearchMessageReq
( * SearchMessageReq ) ( nil ) , // 45: OpenIMServer.msg.SearchMessageReq
( * SearchMessageResp ) ( nil ) , // 46: OpenIMServer.msg.SearchMessageResp
( * SearchMessageResp ) ( nil ) , // 46: OpenIMServer.msg.SearchMessageResp
( * ChatLog ) ( nil ) , // 47: OpenIMServer.msg.ChatLog
( * ChatLog ) ( nil ) , // 47: OpenIMServer.msg.ChatLog
nil , // 48: OpenIMServer.msg.GetConversationsHasReadAndMaxSeqResp.SeqsEntry
( * BatchSendMessageReq ) ( nil ) , // 48: OpenIMServer.msg.batchSendMessageReq
nil , // 49: OpenIMServer.msg.GetActiveUserResp.DateCountEntry
( * BatchSendMessageResp ) ( nil ) , // 49: OpenIMServer.msg.batchSendMessageResp
nil , // 50: OpenIMServer.msg.GetActiveGroupResp.DateCountEntry
nil , // 50: OpenIMServer.msg.GetConversationsHasReadAndMaxSeqResp.SeqsEntry
( * sdkws . MsgData ) ( nil ) , // 51: OpenIMServer.sdkws.MsgData
nil , // 51: OpenIMServer.msg.GetActiveUserResp.DateCountEntry
( * sdkws . RequestPagination ) ( nil ) , // 52: OpenIMServer.sdkws.RequestPagination
nil , // 52: OpenIMServer.msg.GetActiveGroupResp.DateCountEntry
( * sdkws . UserInfo ) ( nil ) , // 53: OpenIMServer.sdkws.UserInfo
( * sdkws . MsgData ) ( nil ) , // 53: OpenIMServer.sdkws.MsgData
( * sdkws . GroupInfo ) ( nil ) , // 54: OpenIMServer.sdkws.GroupInfo
( * sdkws . RequestPagination ) ( nil ) , // 54: OpenIMServer.sdkws.RequestPagination
( * sdkws . GetMaxSeqReq ) ( nil ) , // 55: OpenIMServer.sdkws.GetMaxSeqReq
( * sdkws . UserInfo ) ( nil ) , // 55: OpenIMServer.sdkws.UserInfo
( * sdkws . PullMessageBySeqsReq ) ( nil ) , // 56: OpenIMServer.sdkws.PullMessageBySeqsReq
( * sdkws . GroupInfo ) ( nil ) , // 56: OpenIMServer.sdkws.GroupInfo
( * sdkws . GetMaxSeqResp ) ( nil ) , // 57: OpenIMServer.sdkws.GetMaxSeqResp
( * sdkws . GetMaxSeqReq ) ( nil ) , // 57: OpenIMServer.sdkws.GetMaxSeqReq
( * sdkws . PullMessageBySeqsResp ) ( nil ) , // 58: OpenIMServer.sdkws.PullMessageBySeqsResp
( * sdkws . PullMessageBySeqsReq ) ( nil ) , // 58: OpenIMServer.sdkws.PullMessageBySeqsReq
( * sdkws . GetMaxSeqResp ) ( nil ) , // 59: OpenIMServer.sdkws.GetMaxSeqResp
( * sdkws . PullMessageBySeqsResp ) ( nil ) , // 60: OpenIMServer.sdkws.PullMessageBySeqsResp
}
}
var file_msg_msg_proto_depIdxs = [ ] int32 {
var file_msg_msg_proto_depIdxs = [ ] int32 {
5 1 , // 0: OpenIMServer.msg.MsgDataToMQ.msgData:type_name -> OpenIMServer.sdkws.MsgData
5 3 , // 0: OpenIMServer.msg.MsgDataToMQ.msgData:type_name -> OpenIMServer.sdkws.MsgData
5 1 , // 1: OpenIMServer.msg.MsgDataToDB.msgData:type_name -> OpenIMServer.sdkws.MsgData
5 3 , // 1: OpenIMServer.msg.MsgDataToDB.msgData:type_name -> OpenIMServer.sdkws.MsgData
5 1 , // 2: OpenIMServer.msg.PushMsgDataToMQ.msgData:type_name -> OpenIMServer.sdkws.MsgData
5 3 , // 2: OpenIMServer.msg.PushMsgDataToMQ.msgData:type_name -> OpenIMServer.sdkws.MsgData
5 1 , // 3: OpenIMServer.msg.MsgDataToMongoByMQ.msgData:type_name -> OpenIMServer.sdkws.MsgData
5 3 , // 3: OpenIMServer.msg.MsgDataToMongoByMQ.msgData:type_name -> OpenIMServer.sdkws.MsgData
5 1 , // 4: OpenIMServer.msg.SendMsgReq.msgData:type_name -> OpenIMServer.sdkws.MsgData
5 3 , // 4: OpenIMServer.msg.SendMsgReq.msgData:type_name -> OpenIMServer.sdkws.MsgData
5 1 , // 5: OpenIMServer.msg.MsgDataToModifyByMQ.messages:type_name -> OpenIMServer.sdkws.MsgData
5 3 , // 5: OpenIMServer.msg.MsgDataToModifyByMQ.messages:type_name -> OpenIMServer.sdkws.MsgData
23 , // 6: OpenIMServer.msg.ClearConversationsMsgReq.deleteSyncOpt:type_name -> OpenIMServer.msg.DeleteSyncOpt
23 , // 6: OpenIMServer.msg.ClearConversationsMsgReq.deleteSyncOpt:type_name -> OpenIMServer.msg.DeleteSyncOpt
23 , // 7: OpenIMServer.msg.UserClearAllMsgReq.deleteSyncOpt:type_name -> OpenIMServer.msg.DeleteSyncOpt
23 , // 7: OpenIMServer.msg.UserClearAllMsgReq.deleteSyncOpt:type_name -> OpenIMServer.msg.DeleteSyncOpt
23 , // 8: OpenIMServer.msg.DeleteMsgsReq.deleteSyncOpt:type_name -> OpenIMServer.msg.DeleteSyncOpt
23 , // 8: OpenIMServer.msg.DeleteMsgsReq.deleteSyncOpt:type_name -> OpenIMServer.msg.DeleteSyncOpt
48 , // 9: OpenIMServer.msg.GetConversationsHasReadAndMaxSeqResp.seqs:type_name -> OpenIMServer.msg.GetConversationsHasReadAndMaxSeqResp.SeqsEntry
50 , // 9: OpenIMServer.msg.GetConversationsHasReadAndMaxSeqResp.seqs:type_name -> OpenIMServer.msg.GetConversationsHasReadAndMaxSeqResp.SeqsEntry
5 2 , // 10: OpenIMServer.msg.GetActiveUserReq.pagination:type_name -> OpenIMServer.sdkws.RequestPagination
5 4 , // 10: OpenIMServer.msg.GetActiveUserReq.pagination:type_name -> OpenIMServer.sdkws.RequestPagination
5 3 , // 11: OpenIMServer.msg.ActiveUser.user:type_name -> OpenIMServer.sdkws.UserInfo
5 5 , // 11: OpenIMServer.msg.ActiveUser.user:type_name -> OpenIMServer.sdkws.UserInfo
49 , // 12: OpenIMServer.msg.GetActiveUserResp.dateCount:type_name -> OpenIMServer.msg.GetActiveUserResp.DateCountEntry
51 , // 12: OpenIMServer.msg.GetActiveUserResp.dateCount:type_name -> OpenIMServer.msg.GetActiveUserResp.DateCountEntry
40 , // 13: OpenIMServer.msg.GetActiveUserResp.users:type_name -> OpenIMServer.msg.ActiveUser
40 , // 13: OpenIMServer.msg.GetActiveUserResp.users:type_name -> OpenIMServer.msg.ActiveUser
5 2 , // 14: OpenIMServer.msg.GetActiveGroupReq.pagination:type_name -> OpenIMServer.sdkws.RequestPagination
5 4 , // 14: OpenIMServer.msg.GetActiveGroupReq.pagination:type_name -> OpenIMServer.sdkws.RequestPagination
5 4 , // 15: OpenIMServer.msg.ActiveGroup.group:type_name -> OpenIMServer.sdkws.GroupInfo
5 6 , // 15: OpenIMServer.msg.ActiveGroup.group:type_name -> OpenIMServer.sdkws.GroupInfo
5 0 , // 16: OpenIMServer.msg.GetActiveGroupResp.dateCount:type_name -> OpenIMServer.msg.GetActiveGroupResp.DateCountEntry
5 2 , // 16: OpenIMServer.msg.GetActiveGroupResp.dateCount:type_name -> OpenIMServer.msg.GetActiveGroupResp.DateCountEntry
43 , // 17: OpenIMServer.msg.GetActiveGroupResp.groups:type_name -> OpenIMServer.msg.ActiveGroup
43 , // 17: OpenIMServer.msg.GetActiveGroupResp.groups:type_name -> OpenIMServer.msg.ActiveGroup
5 2 , // 18: OpenIMServer.msg.SearchMessageReq.pagination:type_name -> OpenIMServer.sdkws.RequestPagination
5 4 , // 18: OpenIMServer.msg.SearchMessageReq.pagination:type_name -> OpenIMServer.sdkws.RequestPagination
47 , // 19: OpenIMServer.msg.SearchMessageResp.chatLogs:type_name -> OpenIMServer.msg.ChatLog
47 , // 19: OpenIMServer.msg.SearchMessageResp.chatLogs:type_name -> OpenIMServer.msg.ChatLog
37 , // 20: OpenIMServer.msg.GetConversationsHasReadAndMaxSeqResp.SeqsEntry.value:type_name -> OpenIMServer.msg.Seqs
53 , // 20: OpenIMServer.msg.batchSendMessageReq.msgData:type_name -> OpenIMServer.sdkws.MsgData
55 , // 21: OpenIMServer.msg.msg.GetMaxSeq:input_type -> OpenIMServer.sdkws.GetMaxSeqReq
37 , // 21: OpenIMServer.msg.GetConversationsHasReadAndMaxSeqResp.SeqsEntry.value:type_name -> OpenIMServer.msg.Seqs
34 , // 22: OpenIMServer.msg.msg.GetConversationMaxSeq:input_type -> OpenIMServer.msg.GetConversationMaxSeqReq
57 , // 22: OpenIMServer.msg.msg.GetMaxSeq:input_type -> OpenIMServer.sdkws.GetMaxSeqReq
56 , // 23: OpenIMServer.msg.msg.PullMessageBySeqs:input_type -> OpenIMServer.sdkws.PullMessageBySeqsReq
34 , // 23: OpenIMServer.msg.msg.GetConversationMaxSeq:input_type -> OpenIMServer.msg.GetConversationMaxSeqReq
45 , // 24: OpenIMServer.msg.msg.SearchMessage:input_type -> OpenIMServer.msg.SearchMessageReq
58 , // 24: OpenIMServer.msg.msg.PullMessageBySeqs:input_type -> OpenIMServer.sdkws.PullMessageBySeqsReq
6 , // 25: OpenIMServer.msg.msg.SendMsg:input_type -> OpenIMServer.msg.SendMsgReq
45 , // 25: OpenIMServer.msg.msg.SearchMessage:input_type -> OpenIMServer.msg.SearchMessageReq
24 , // 26: OpenIMServer.msg.msg.ClearConversationsMsg:input_type -> OpenIMServer.msg.ClearConversationsMsgReq
6 , // 26: OpenIMServer.msg.msg.SendMsg:input_type -> OpenIMServer.msg.SendMsgReq
26 , // 27: OpenIMServer.msg.msg.UserClearAllMsg:input_type -> OpenIMServer.msg.UserClearAllMsgReq
24 , // 27: OpenIMServer.msg.msg.ClearConversationsMsg:input_type -> OpenIMServer.msg.ClearConversationsMsgReq
28 , // 28: OpenIMServer.msg.msg.DeleteMsgs:input_type -> OpenIMServer.msg.DeleteMsgsReq
26 , // 28: OpenIMServer.msg.msg.UserClearAllMsg:input_type -> OpenIMServer.msg.UserClearAllMsgReq
32 , // 29: OpenIMServer.msg.msg.DeleteMsgPhysicalBySeq:input_type -> OpenIMServer.msg.DeleteMsgPhysicalBySeqReq
28 , // 29: OpenIMServer.msg.msg.DeleteMsgs:input_type -> OpenIMServer.msg.DeleteMsgsReq
30 , // 30: OpenIMServer.msg.msg.DeleteMsgPhysical:input_type -> OpenIMServer.msg.DeleteMsgPhysicalReq
32 , // 30: OpenIMServer.msg.msg.DeleteMsgPhysicalBySeq:input_type -> OpenIMServer.msg.DeleteMsgPhysicalBySeqReq
8 , // 31: OpenIMServer.msg.msg.SetSendMsgStatus:input_type -> OpenIMServer.msg.SetSendMsgStatusReq
30 , // 31: OpenIMServer.msg.msg.DeleteMsgPhysical:input_type -> OpenIMServer.msg.DeleteMsgPhysicalReq
10 , // 32: OpenIMServer.msg.msg.GetSendMsgStatus:input_type -> OpenIMServer.msg.GetSendMsgStatusReq
8 , // 32: OpenIMServer.msg.msg.SetSendMsgStatus:input_type -> OpenIMServer.msg.SetSendMsgStatusReq
15 , // 33: OpenIMServer.msg.msg.RevokeMsg:input_type -> OpenIMServer.msg.RevokeMsgReq
10 , // 33: OpenIMServer.msg.msg.GetSendMsgStatus:input_type -> OpenIMServer.msg.GetSendMsgStatusReq
17 , // 34: OpenIMServer.msg.msg.MarkMsgsAsRead:input_type -> OpenIMServer.msg.MarkMsgsAsReadReq
15 , // 34: OpenIMServer.msg.msg.RevokeMsg:input_type -> OpenIMServer.msg.RevokeMsgReq
19 , // 35: OpenIMServer.msg.msg.MarkConversationAsRead:input_type -> OpenIMServer.msg.MarkConversationAsReadReq
17 , // 35: OpenIMServer.msg.msg.MarkMsgsAsRead:input_type -> OpenIMServer.msg.MarkMsgsAsReadReq
21 , // 36: OpenIMServer.msg.msg.SetConversationHasReadSeq:input_type -> OpenIMServer.msg.SetConversationHasReadSeqReq
19 , // 36: OpenIMServer.msg.msg.MarkConversationAsRead:input_type -> OpenIMServer.msg.MarkConversationAsReadReq
36 , // 37: OpenIMServer.msg.msg.GetConversationsHasReadAndMaxSeq:input_type -> OpenIMServer.msg.GetConversationsHasReadAndMaxSeqReq
21 , // 37: OpenIMServer.msg.msg.SetConversationHasReadSeq:input_type -> OpenIMServer.msg.SetConversationHasReadSeqReq
39 , // 38: OpenIMServer.msg.msg.GetActiveUser:input_type -> OpenIMServer.msg.GetActiveUserReq
36 , // 38: OpenIMServer.msg.msg.GetConversationsHasReadAndMaxSeq:input_type -> OpenIMServer.msg.GetConversationsHasReadAndMaxSeqReq
42 , // 39: OpenIMServer.msg.msg.GetActiveGroup:input_type -> OpenIMServer.msg.GetActiveGroupReq
39 , // 39: OpenIMServer.msg.msg.GetActiveUser:input_type -> OpenIMServer.msg.GetActiveUserReq
57 , // 40: OpenIMServer.msg.msg.GetMaxSeq:output_type -> OpenIMServer.sdkws.GetMaxSeqResp
42 , // 40: OpenIMServer.msg.msg.GetActiveGroup:input_type -> OpenIMServer.msg.GetActiveGroupReq
35 , // 41: OpenIMServer.msg.msg.GetConversationMaxSeq:output_type -> OpenIMServer.msg.GetConversationMaxSeqResp
59 , // 41: OpenIMServer.msg.msg.GetMaxSeq:output_type -> OpenIMServer.sdkws.GetMaxSeqResp
58 , // 42: OpenIMServer.msg.msg.PullMessageBySeqs:output_type -> OpenIMServer.sdkws.PullMessageBySeqsResp
35 , // 42: OpenIMServer.msg.msg.GetConversationMaxSeq:output_type -> OpenIMServer.msg.GetConversationMaxSeqResp
46 , // 43: OpenIMServer.msg.msg.SearchMessage:output_type -> OpenIMServer.msg.SearchMessageResp
60 , // 43: OpenIMServer.msg.msg.PullMessageBySeqs:output_type -> OpenIMServer.sdkws.PullMessageBySeqsResp
7 , // 44: OpenIMServer.msg.msg.SendMsg:output_type -> OpenIMServer.msg.SendMsgResp
46 , // 44: OpenIMServer.msg.msg.SearchMessage:output_type -> OpenIMServer.msg.SearchMessageResp
25 , // 45: OpenIMServer.msg.msg.ClearConversationsMsg:output_type -> OpenIMServer.msg.ClearConversationsMsgResp
7 , // 45: OpenIMServer.msg.msg.SendMsg:output_type -> OpenIMServer.msg.SendMsgResp
27 , // 46: OpenIMServer.msg.msg.UserClearAllMsg:output_type -> OpenIMServer.msg.UserClearAllMsgResp
25 , // 46: OpenIMServer.msg.msg.ClearConversationsMsg:output_type -> OpenIMServer.msg.ClearConversationsMsgResp
29 , // 47: OpenIMServer.msg.msg.DeleteMsgs:output_type -> OpenIMServer.msg.DeleteMsgsResp
27 , // 47: OpenIMServer.msg.msg.UserClearAllMsg:output_type -> OpenIMServer.msg.UserClearAllMsgResp
33 , // 48: OpenIMServer.msg.msg.DeleteMsgPhysicalBySeq:output_type -> OpenIMServer.msg.DeleteMsgPhysicalBySeqResp
29 , // 48: OpenIMServer.msg.msg.DeleteMsgs:output_type -> OpenIMServer.msg.DeleteMsgsResp
31 , // 49: OpenIMServer.msg.msg.DeleteMsgPhysical:output_type -> OpenIMServer.msg.DeleteMsgPhysicalResp
33 , // 49: OpenIMServer.msg.msg.DeleteMsgPhysicalBySeq:output_type -> OpenIMServer.msg.DeleteMsgPhysicalBySeqResp
9 , // 50: OpenIMServer.msg.msg.SetSendMsgStatus:output_type -> OpenIMServer.msg.SetSendMsgStatusResp
31 , // 50: OpenIMServer.msg.msg.DeleteMsgPhysical:output_type -> OpenIMServer.msg.DeleteMsgPhysicalResp
11 , // 51: OpenIMServer.msg.msg.GetSendMsgStatus:output_type -> OpenIMServer.msg.GetSendMsgStatusResp
9 , // 51: OpenIMServer.msg.msg.SetSendMsgStatus:output_type -> OpenIMServer.msg.SetSendMsgStatusResp
16 , // 52: OpenIMServer.msg.msg.RevokeMsg:output_type -> OpenIMServer.msg.RevokeMsgResp
11 , // 52: OpenIMServer.msg.msg.GetSendMsgStatus:output_type -> OpenIMServer.msg.GetSendMsgStatusResp
18 , // 53: OpenIMServer.msg.msg.MarkMsgsAsRead:output_type -> OpenIMServer.msg.MarkMsgsAsReadResp
16 , // 53: OpenIMServer.msg.msg.RevokeMsg:output_type -> OpenIMServer.msg.RevokeMsgResp
20 , // 54: OpenIMServer.msg.msg.MarkConversationAsRead:output_type -> OpenIMServer.msg.MarkConversationAsReadResp
18 , // 54: OpenIMServer.msg.msg.MarkMsgsAsRead:output_type -> OpenIMServer.msg.MarkMsgsAsReadResp
22 , // 55: OpenIMServer.msg.msg.SetConversationHasReadSeq:output_type -> OpenIMServer.msg.SetConversationHasReadSeqResp
20 , // 55: OpenIMServer.msg.msg.MarkConversationAsRead:output_type -> OpenIMServer.msg.MarkConversationAsReadResp
38 , // 56: OpenIMServer.msg.msg.GetConversationsHasReadAndMaxSeq:output_type -> OpenIMServer.msg.GetConversationsHasReadAndMaxSeqResp
22 , // 56: OpenIMServer.msg.msg.SetConversationHasReadSeq:output_type -> OpenIMServer.msg.SetConversationHasReadSeqResp
41 , // 57: OpenIMServer.msg.msg.GetActiveUser:output_type -> OpenIMServer.msg.GetActiveUserResp
38 , // 57: OpenIMServer.msg.msg.GetConversationsHasReadAndMaxSeq:output_type -> OpenIMServer.msg.GetConversationsHasReadAndMaxSeqResp
44 , // 58: OpenIMServer.msg.msg.GetActiveGroup:output_type -> OpenIMServer.msg.GetActiveGroupResp
41 , // 58: OpenIMServer.msg.msg.GetActiveUser:output_type -> OpenIMServer.msg.GetActiveUserResp
40 , // [40:59] is the sub-list for method output_type
44 , // 59: OpenIMServer.msg.msg.GetActiveGroup:output_type -> OpenIMServer.msg.GetActiveGroupResp
21 , // [21:40] is the sub-list for method input_type
41 , // [41:60] is the sub-list for method output_type
21 , // [21:21] is the sub-list for extension type_name
22 , // [22:41] is the sub-list for method input_type
21 , // [21:21] is the sub-list for extension extendee
22 , // [22:22] is the sub-list for extension type_name
0 , // [0:21] is the sub-list for field type_name
22 , // [22:22] is the sub-list for extension extendee
0 , // [0:22] is the sub-list for field type_name
}
}
func init ( ) { file_msg_msg_proto_init ( ) }
func init ( ) { file_msg_msg_proto_init ( ) }
@ -3909,6 +4013,30 @@ func file_msg_msg_proto_init() {
return nil
return nil
}
}
}
}
file_msg_msg_proto_msgTypes [ 48 ] . Exporter = func ( v interface { } , i int ) interface { } {
switch v := v . ( * BatchSendMessageReq ) ; i {
case 0 :
return & v . state
case 1 :
return & v . sizeCache
case 2 :
return & v . unknownFields
default :
return nil
}
}
file_msg_msg_proto_msgTypes [ 49 ] . Exporter = func ( v interface { } , i int ) interface { } {
switch v := v . ( * BatchSendMessageResp ) ; i {
case 0 :
return & v . state
case 1 :
return & v . sizeCache
case 2 :
return & v . unknownFields
default :
return nil
}
}
}
}
type x struct { }
type x struct { }
out := protoimpl . TypeBuilder {
out := protoimpl . TypeBuilder {
@ -3916,7 +4044,7 @@ func file_msg_msg_proto_init() {
GoPackagePath : reflect . TypeOf ( x { } ) . PkgPath ( ) ,
GoPackagePath : reflect . TypeOf ( x { } ) . PkgPath ( ) ,
RawDescriptor : file_msg_msg_proto_rawDesc ,
RawDescriptor : file_msg_msg_proto_rawDesc ,
NumEnums : 0 ,
NumEnums : 0 ,
NumMessages : 5 1 ,
NumMessages : 5 3 ,
NumExtensions : 0 ,
NumExtensions : 0 ,
NumServices : 1 ,
NumServices : 1 ,
} ,
} ,