|
|
@@ -2610,6 +2610,53 @@ func (x *ChatIsReadInfo) GetRoomId() int64 {
|
|
|
return 0
|
|
|
}
|
|
|
|
|
|
+type GoToRoom struct {
|
|
|
+ state protoimpl.MessageState
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+
|
|
|
+ RoomId int64 `protobuf:"varint,1,opt,name=roomId,proto3" json:"roomId"` // 房间ID
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GoToRoom) Reset() {
|
|
|
+ *x = GoToRoom{}
|
|
|
+ if protoimpl.UnsafeEnabled {
|
|
|
+ mi := &file_common_proto_msgTypes[36]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GoToRoom) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*GoToRoom) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *GoToRoom) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_common_proto_msgTypes[36]
|
|
|
+ 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 GoToRoom.ProtoReflect.Descriptor instead.
|
|
|
+func (*GoToRoom) Descriptor() ([]byte, []int) {
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{36}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GoToRoom) GetRoomId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.RoomId
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
type Message struct {
|
|
|
state protoimpl.MessageState
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
@@ -2622,7 +2669,7 @@ type Message struct {
|
|
|
func (x *Message) Reset() {
|
|
|
*x = Message{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_common_proto_msgTypes[36]
|
|
|
+ mi := &file_common_proto_msgTypes[37]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
|
@@ -2635,7 +2682,7 @@ func (x *Message) String() string {
|
|
|
func (*Message) ProtoMessage() {}
|
|
|
|
|
|
func (x *Message) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_common_proto_msgTypes[36]
|
|
|
+ mi := &file_common_proto_msgTypes[37]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
@@ -2648,7 +2695,7 @@ func (x *Message) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use Message.ProtoReflect.Descriptor instead.
|
|
|
func (*Message) Descriptor() ([]byte, []int) {
|
|
|
- return file_common_proto_rawDescGZIP(), []int{36}
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{37}
|
|
|
}
|
|
|
|
|
|
func (x *Message) GetContent() string {
|
|
|
@@ -2676,7 +2723,7 @@ type FindChatRoomMsgRequest struct {
|
|
|
func (x *FindChatRoomMsgRequest) Reset() {
|
|
|
*x = FindChatRoomMsgRequest{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_common_proto_msgTypes[37]
|
|
|
+ mi := &file_common_proto_msgTypes[38]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
|
@@ -2689,7 +2736,7 @@ func (x *FindChatRoomMsgRequest) String() string {
|
|
|
func (*FindChatRoomMsgRequest) ProtoMessage() {}
|
|
|
|
|
|
func (x *FindChatRoomMsgRequest) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_common_proto_msgTypes[37]
|
|
|
+ mi := &file_common_proto_msgTypes[38]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
@@ -2702,7 +2749,7 @@ func (x *FindChatRoomMsgRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use FindChatRoomMsgRequest.ProtoReflect.Descriptor instead.
|
|
|
func (*FindChatRoomMsgRequest) Descriptor() ([]byte, []int) {
|
|
|
- return file_common_proto_rawDescGZIP(), []int{37}
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{38}
|
|
|
}
|
|
|
|
|
|
func (x *FindChatRoomMsgRequest) GetRoomId() int64 {
|
|
|
@@ -2723,7 +2770,7 @@ type RoomIDRequest struct {
|
|
|
func (x *RoomIDRequest) Reset() {
|
|
|
*x = RoomIDRequest{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_common_proto_msgTypes[38]
|
|
|
+ mi := &file_common_proto_msgTypes[39]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
|
@@ -2736,7 +2783,7 @@ func (x *RoomIDRequest) String() string {
|
|
|
func (*RoomIDRequest) ProtoMessage() {}
|
|
|
|
|
|
func (x *RoomIDRequest) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_common_proto_msgTypes[38]
|
|
|
+ mi := &file_common_proto_msgTypes[39]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
@@ -2749,7 +2796,7 @@ func (x *RoomIDRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use RoomIDRequest.ProtoReflect.Descriptor instead.
|
|
|
func (*RoomIDRequest) Descriptor() ([]byte, []int) {
|
|
|
- return file_common_proto_rawDescGZIP(), []int{38}
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{39}
|
|
|
}
|
|
|
|
|
|
func (x *RoomIDRequest) GetRoomId() int64 {
|
|
|
@@ -2772,7 +2819,7 @@ type FindChatRecordListRequest struct {
|
|
|
func (x *FindChatRecordListRequest) Reset() {
|
|
|
*x = FindChatRecordListRequest{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_common_proto_msgTypes[39]
|
|
|
+ mi := &file_common_proto_msgTypes[40]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
|
@@ -2785,7 +2832,7 @@ func (x *FindChatRecordListRequest) String() string {
|
|
|
func (*FindChatRecordListRequest) ProtoMessage() {}
|
|
|
|
|
|
func (x *FindChatRecordListRequest) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_common_proto_msgTypes[39]
|
|
|
+ mi := &file_common_proto_msgTypes[40]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
@@ -2798,7 +2845,7 @@ func (x *FindChatRecordListRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use FindChatRecordListRequest.ProtoReflect.Descriptor instead.
|
|
|
func (*FindChatRecordListRequest) Descriptor() ([]byte, []int) {
|
|
|
- return file_common_proto_rawDescGZIP(), []int{39}
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{40}
|
|
|
}
|
|
|
|
|
|
func (x *FindChatRecordListRequest) GetNextId() int64 {
|
|
|
@@ -2833,7 +2880,7 @@ type IsLike struct {
|
|
|
func (x *IsLike) Reset() {
|
|
|
*x = IsLike{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_common_proto_msgTypes[40]
|
|
|
+ mi := &file_common_proto_msgTypes[41]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
|
@@ -2846,7 +2893,7 @@ func (x *IsLike) String() string {
|
|
|
func (*IsLike) ProtoMessage() {}
|
|
|
|
|
|
func (x *IsLike) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_common_proto_msgTypes[40]
|
|
|
+ mi := &file_common_proto_msgTypes[41]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
@@ -2859,7 +2906,7 @@ func (x *IsLike) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use IsLike.ProtoReflect.Descriptor instead.
|
|
|
func (*IsLike) Descriptor() ([]byte, []int) {
|
|
|
- return file_common_proto_rawDescGZIP(), []int{40}
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{41}
|
|
|
}
|
|
|
|
|
|
func (x *IsLike) GetIsLike() bool {
|
|
|
@@ -2882,7 +2929,7 @@ type BalanceRequest struct {
|
|
|
func (x *BalanceRequest) Reset() {
|
|
|
*x = BalanceRequest{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_common_proto_msgTypes[41]
|
|
|
+ mi := &file_common_proto_msgTypes[42]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
|
@@ -2895,7 +2942,7 @@ func (x *BalanceRequest) String() string {
|
|
|
func (*BalanceRequest) ProtoMessage() {}
|
|
|
|
|
|
func (x *BalanceRequest) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_common_proto_msgTypes[41]
|
|
|
+ mi := &file_common_proto_msgTypes[42]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
@@ -2908,7 +2955,7 @@ func (x *BalanceRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use BalanceRequest.ProtoReflect.Descriptor instead.
|
|
|
func (*BalanceRequest) Descriptor() ([]byte, []int) {
|
|
|
- return file_common_proto_rawDescGZIP(), []int{41}
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{42}
|
|
|
}
|
|
|
|
|
|
func (x *BalanceRequest) GetPersonID() string {
|
|
|
@@ -2943,7 +2990,7 @@ type RandomNum struct {
|
|
|
func (x *RandomNum) Reset() {
|
|
|
*x = RandomNum{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_common_proto_msgTypes[42]
|
|
|
+ mi := &file_common_proto_msgTypes[43]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
|
@@ -2956,7 +3003,7 @@ func (x *RandomNum) String() string {
|
|
|
func (*RandomNum) ProtoMessage() {}
|
|
|
|
|
|
func (x *RandomNum) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_common_proto_msgTypes[42]
|
|
|
+ mi := &file_common_proto_msgTypes[43]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
@@ -2969,7 +3016,7 @@ func (x *RandomNum) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use RandomNum.ProtoReflect.Descriptor instead.
|
|
|
func (*RandomNum) Descriptor() ([]byte, []int) {
|
|
|
- return file_common_proto_rawDescGZIP(), []int{42}
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{43}
|
|
|
}
|
|
|
|
|
|
func (x *RandomNum) GetNum() int64 {
|
|
|
@@ -2991,7 +3038,7 @@ type RandomNumAndSex struct {
|
|
|
func (x *RandomNumAndSex) Reset() {
|
|
|
*x = RandomNumAndSex{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_common_proto_msgTypes[43]
|
|
|
+ mi := &file_common_proto_msgTypes[44]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
|
@@ -3004,7 +3051,7 @@ func (x *RandomNumAndSex) String() string {
|
|
|
func (*RandomNumAndSex) ProtoMessage() {}
|
|
|
|
|
|
func (x *RandomNumAndSex) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_common_proto_msgTypes[43]
|
|
|
+ mi := &file_common_proto_msgTypes[44]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
@@ -3017,7 +3064,7 @@ func (x *RandomNumAndSex) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use RandomNumAndSex.ProtoReflect.Descriptor instead.
|
|
|
func (*RandomNumAndSex) Descriptor() ([]byte, []int) {
|
|
|
- return file_common_proto_rawDescGZIP(), []int{43}
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{44}
|
|
|
}
|
|
|
|
|
|
func (x *RandomNumAndSex) GetNum() int64 {
|
|
|
@@ -3047,7 +3094,7 @@ type MemeRequest struct {
|
|
|
func (x *MemeRequest) Reset() {
|
|
|
*x = MemeRequest{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_common_proto_msgTypes[44]
|
|
|
+ mi := &file_common_proto_msgTypes[45]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
|
@@ -3060,7 +3107,7 @@ func (x *MemeRequest) String() string {
|
|
|
func (*MemeRequest) ProtoMessage() {}
|
|
|
|
|
|
func (x *MemeRequest) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_common_proto_msgTypes[44]
|
|
|
+ mi := &file_common_proto_msgTypes[45]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
@@ -3073,7 +3120,7 @@ func (x *MemeRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use MemeRequest.ProtoReflect.Descriptor instead.
|
|
|
func (*MemeRequest) Descriptor() ([]byte, []int) {
|
|
|
- return file_common_proto_rawDescGZIP(), []int{44}
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{45}
|
|
|
}
|
|
|
|
|
|
func (x *MemeRequest) GetNextId() int64 {
|
|
|
@@ -3108,7 +3155,7 @@ type CommonTextList struct {
|
|
|
func (x *CommonTextList) Reset() {
|
|
|
*x = CommonTextList{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_common_proto_msgTypes[45]
|
|
|
+ mi := &file_common_proto_msgTypes[46]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
|
@@ -3121,7 +3168,7 @@ func (x *CommonTextList) String() string {
|
|
|
func (*CommonTextList) ProtoMessage() {}
|
|
|
|
|
|
func (x *CommonTextList) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_common_proto_msgTypes[45]
|
|
|
+ mi := &file_common_proto_msgTypes[46]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
@@ -3134,7 +3181,7 @@ func (x *CommonTextList) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use CommonTextList.ProtoReflect.Descriptor instead.
|
|
|
func (*CommonTextList) Descriptor() ([]byte, []int) {
|
|
|
- return file_common_proto_rawDescGZIP(), []int{45}
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{46}
|
|
|
}
|
|
|
|
|
|
func (x *CommonTextList) GetList() []string {
|
|
|
@@ -3155,7 +3202,7 @@ type MemeTitleList struct {
|
|
|
func (x *MemeTitleList) Reset() {
|
|
|
*x = MemeTitleList{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_common_proto_msgTypes[46]
|
|
|
+ mi := &file_common_proto_msgTypes[47]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
|
@@ -3168,7 +3215,7 @@ func (x *MemeTitleList) String() string {
|
|
|
func (*MemeTitleList) ProtoMessage() {}
|
|
|
|
|
|
func (x *MemeTitleList) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_common_proto_msgTypes[46]
|
|
|
+ mi := &file_common_proto_msgTypes[47]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
@@ -3181,7 +3228,7 @@ func (x *MemeTitleList) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use MemeTitleList.ProtoReflect.Descriptor instead.
|
|
|
func (*MemeTitleList) Descriptor() ([]byte, []int) {
|
|
|
- return file_common_proto_rawDescGZIP(), []int{46}
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{47}
|
|
|
}
|
|
|
|
|
|
func (x *MemeTitleList) GetList() []*MemeTitle {
|
|
|
@@ -3203,7 +3250,7 @@ type MemeTitle struct {
|
|
|
func (x *MemeTitle) Reset() {
|
|
|
*x = MemeTitle{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_common_proto_msgTypes[47]
|
|
|
+ mi := &file_common_proto_msgTypes[48]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
|
@@ -3216,7 +3263,7 @@ func (x *MemeTitle) String() string {
|
|
|
func (*MemeTitle) ProtoMessage() {}
|
|
|
|
|
|
func (x *MemeTitle) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_common_proto_msgTypes[47]
|
|
|
+ mi := &file_common_proto_msgTypes[48]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
@@ -3229,7 +3276,7 @@ func (x *MemeTitle) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use MemeTitle.ProtoReflect.Descriptor instead.
|
|
|
func (*MemeTitle) Descriptor() ([]byte, []int) {
|
|
|
- return file_common_proto_rawDescGZIP(), []int{47}
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{48}
|
|
|
}
|
|
|
|
|
|
func (x *MemeTitle) GetName() string {
|
|
|
@@ -3258,7 +3305,7 @@ type MemeList struct {
|
|
|
func (x *MemeList) Reset() {
|
|
|
*x = MemeList{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_common_proto_msgTypes[48]
|
|
|
+ mi := &file_common_proto_msgTypes[49]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
|
@@ -3271,7 +3318,7 @@ func (x *MemeList) String() string {
|
|
|
func (*MemeList) ProtoMessage() {}
|
|
|
|
|
|
func (x *MemeList) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_common_proto_msgTypes[48]
|
|
|
+ mi := &file_common_proto_msgTypes[49]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
@@ -3284,7 +3331,7 @@ func (x *MemeList) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use MemeList.ProtoReflect.Descriptor instead.
|
|
|
func (*MemeList) Descriptor() ([]byte, []int) {
|
|
|
- return file_common_proto_rawDescGZIP(), []int{48}
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{49}
|
|
|
}
|
|
|
|
|
|
func (x *MemeList) GetList() []string {
|
|
|
@@ -3313,7 +3360,7 @@ type ChatTopicList struct {
|
|
|
func (x *ChatTopicList) Reset() {
|
|
|
*x = ChatTopicList{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_common_proto_msgTypes[49]
|
|
|
+ mi := &file_common_proto_msgTypes[50]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
|
@@ -3326,7 +3373,7 @@ func (x *ChatTopicList) String() string {
|
|
|
func (*ChatTopicList) ProtoMessage() {}
|
|
|
|
|
|
func (x *ChatTopicList) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_common_proto_msgTypes[49]
|
|
|
+ mi := &file_common_proto_msgTypes[50]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
@@ -3339,7 +3386,7 @@ func (x *ChatTopicList) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use ChatTopicList.ProtoReflect.Descriptor instead.
|
|
|
func (*ChatTopicList) Descriptor() ([]byte, []int) {
|
|
|
- return file_common_proto_rawDescGZIP(), []int{49}
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{50}
|
|
|
}
|
|
|
|
|
|
func (x *ChatTopicList) GetList() []string {
|
|
|
@@ -3659,64 +3706,66 @@ var file_common_proto_rawDesc = []byte{
|
|
|
0x73, 0x73, 0x61, 0x67, 0x65, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x6d,
|
|
|
0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x6f, 0x6f, 0x6d,
|
|
|
0x49, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x72, 0x6f, 0x6f, 0x6d, 0x49, 0x64,
|
|
|
- 0x22, 0x45, 0x0a, 0x07, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x63,
|
|
|
- 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x63, 0x6f,
|
|
|
- 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x12, 0x20, 0x0a, 0x0b, 0x6d, 0x61, 0x74, 0x65, 0x72, 0x69, 0x61,
|
|
|
- 0x6c, 0x55, 0x72, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x6d, 0x61, 0x74, 0x65,
|
|
|
- 0x72, 0x69, 0x61, 0x6c, 0x55, 0x72, 0x6c, 0x22, 0x30, 0x0a, 0x16, 0x46, 0x69, 0x6e, 0x64, 0x43,
|
|
|
- 0x68, 0x61, 0x74, 0x52, 0x6f, 0x6f, 0x6d, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
|
|
|
- 0x74, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x6f, 0x6f, 0x6d, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
|
- 0x03, 0x52, 0x06, 0x72, 0x6f, 0x6f, 0x6d, 0x49, 0x64, 0x22, 0x27, 0x0a, 0x0d, 0x52, 0x6f, 0x6f,
|
|
|
- 0x6d, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x6f,
|
|
|
- 0x6f, 0x6d, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x72, 0x6f, 0x6f, 0x6d,
|
|
|
- 0x49, 0x64, 0x22, 0x63, 0x0a, 0x19, 0x46, 0x69, 0x6e, 0x64, 0x43, 0x68, 0x61, 0x74, 0x52, 0x65,
|
|
|
- 0x63, 0x6f, 0x72, 0x64, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12,
|
|
|
- 0x16, 0x0a, 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52,
|
|
|
- 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65,
|
|
|
- 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x12,
|
|
|
- 0x16, 0x0a, 0x06, 0x72, 0x6f, 0x6f, 0x6d, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52,
|
|
|
- 0x06, 0x72, 0x6f, 0x6f, 0x6d, 0x49, 0x64, 0x22, 0x20, 0x0a, 0x06, 0x49, 0x73, 0x4c, 0x69, 0x6b,
|
|
|
- 0x65, 0x12, 0x16, 0x0a, 0x06, 0x69, 0x73, 0x4c, 0x69, 0x6b, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
|
- 0x08, 0x52, 0x06, 0x69, 0x73, 0x4c, 0x69, 0x6b, 0x65, 0x22, 0x66, 0x0a, 0x0e, 0x42, 0x61, 0x6c,
|
|
|
- 0x61, 0x6e, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x70,
|
|
|
- 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70,
|
|
|
- 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x44, 0x12, 0x1e, 0x0a, 0x0a, 0x70, 0x65, 0x72, 0x73, 0x6f,
|
|
|
- 0x6e, 0x54, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x70, 0x65, 0x72,
|
|
|
- 0x73, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x62, 0x61, 0x6c, 0x61, 0x6e,
|
|
|
- 0x63, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x62, 0x61, 0x6c, 0x61, 0x6e, 0x63,
|
|
|
- 0x65, 0x22, 0x1d, 0x0a, 0x09, 0x52, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x4e, 0x75, 0x6d, 0x12, 0x10,
|
|
|
- 0x0a, 0x03, 0x6e, 0x75, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x6e, 0x75, 0x6d,
|
|
|
- 0x22, 0x35, 0x0a, 0x0f, 0x52, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x4e, 0x75, 0x6d, 0x41, 0x6e, 0x64,
|
|
|
- 0x53, 0x65, 0x78, 0x12, 0x10, 0x0a, 0x03, 0x6e, 0x75, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03,
|
|
|
- 0x52, 0x03, 0x6e, 0x75, 0x6d, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01,
|
|
|
- 0x28, 0x03, 0x52, 0x03, 0x73, 0x65, 0x78, 0x22, 0x51, 0x0a, 0x0b, 0x4d, 0x65, 0x6d, 0x65, 0x52,
|
|
|
- 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64,
|
|
|
- 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64, 0x12, 0x16,
|
|
|
- 0x0a, 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06,
|
|
|
- 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x03,
|
|
|
- 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x22, 0x24, 0x0a, 0x0e, 0x43, 0x6f,
|
|
|
- 0x6d, 0x6d, 0x6f, 0x6e, 0x54, 0x65, 0x78, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04,
|
|
|
- 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74,
|
|
|
- 0x22, 0x3a, 0x0a, 0x0d, 0x4d, 0x65, 0x6d, 0x65, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x4c, 0x69, 0x73,
|
|
|
- 0x74, 0x12, 0x29, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32,
|
|
|
- 0x15, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x4d, 0x65, 0x6d,
|
|
|
- 0x65, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x22, 0x33, 0x0a, 0x09,
|
|
|
- 0x4d, 0x65, 0x6d, 0x65, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d,
|
|
|
- 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x12, 0x0a,
|
|
|
- 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70,
|
|
|
- 0x65, 0x22, 0x36, 0x0a, 0x08, 0x4d, 0x65, 0x6d, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x12, 0x0a,
|
|
|
- 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x04, 0x6c, 0x69, 0x73,
|
|
|
- 0x74, 0x12, 0x16, 0x0a, 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
|
- 0x03, 0x52, 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64, 0x22, 0x3b, 0x0a, 0x0d, 0x43, 0x68, 0x61,
|
|
|
- 0x74, 0x54, 0x6f, 0x70, 0x69, 0x63, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6c, 0x69,
|
|
|
- 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x12, 0x16,
|
|
|
- 0x0a, 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06,
|
|
|
- 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64, 0x42, 0x43, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f,
|
|
|
- 0x6d, 0x6d, 0x6f, 0x6e, 0x50, 0x01, 0x5a, 0x33, 0x67, 0x69, 0x74, 0x2e, 0x69, 0x6b, 0x75, 0x62,
|
|
|
- 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2f, 0x70, 0x77,
|
|
|
- 0x2d, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x63, 0x6f,
|
|
|
- 0x6d, 0x6d, 0x6f, 0x6e, 0x3b, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x62, 0x06, 0x70, 0x72, 0x6f,
|
|
|
- 0x74, 0x6f, 0x33,
|
|
|
+ 0x22, 0x22, 0x0a, 0x08, 0x47, 0x6f, 0x54, 0x6f, 0x52, 0x6f, 0x6f, 0x6d, 0x12, 0x16, 0x0a, 0x06,
|
|
|
+ 0x72, 0x6f, 0x6f, 0x6d, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x72, 0x6f,
|
|
|
+ 0x6f, 0x6d, 0x49, 0x64, 0x22, 0x45, 0x0a, 0x07, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12,
|
|
|
+ 0x18, 0x0a, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
|
|
|
+ 0x52, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x12, 0x20, 0x0a, 0x0b, 0x6d, 0x61, 0x74,
|
|
|
+ 0x65, 0x72, 0x69, 0x61, 0x6c, 0x55, 0x72, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b,
|
|
|
+ 0x6d, 0x61, 0x74, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x55, 0x72, 0x6c, 0x22, 0x30, 0x0a, 0x16, 0x46,
|
|
|
+ 0x69, 0x6e, 0x64, 0x43, 0x68, 0x61, 0x74, 0x52, 0x6f, 0x6f, 0x6d, 0x4d, 0x73, 0x67, 0x52, 0x65,
|
|
|
+ 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x6f, 0x6f, 0x6d, 0x49, 0x64, 0x18,
|
|
|
+ 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x72, 0x6f, 0x6f, 0x6d, 0x49, 0x64, 0x22, 0x27, 0x0a,
|
|
|
+ 0x0d, 0x52, 0x6f, 0x6f, 0x6d, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x16,
|
|
|
+ 0x0a, 0x06, 0x72, 0x6f, 0x6f, 0x6d, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06,
|
|
|
+ 0x72, 0x6f, 0x6f, 0x6d, 0x49, 0x64, 0x22, 0x63, 0x0a, 0x19, 0x46, 0x69, 0x6e, 0x64, 0x43, 0x68,
|
|
|
+ 0x61, 0x74, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75,
|
|
|
+ 0x65, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64, 0x18, 0x01, 0x20,
|
|
|
+ 0x01, 0x28, 0x03, 0x52, 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x6f,
|
|
|
+ 0x66, 0x66, 0x73, 0x65, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x6f, 0x66, 0x66,
|
|
|
+ 0x73, 0x65, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x6f, 0x6f, 0x6d, 0x49, 0x64, 0x18, 0x03, 0x20,
|
|
|
+ 0x01, 0x28, 0x03, 0x52, 0x06, 0x72, 0x6f, 0x6f, 0x6d, 0x49, 0x64, 0x22, 0x20, 0x0a, 0x06, 0x49,
|
|
|
+ 0x73, 0x4c, 0x69, 0x6b, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x69, 0x73, 0x4c, 0x69, 0x6b, 0x65, 0x18,
|
|
|
+ 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x69, 0x73, 0x4c, 0x69, 0x6b, 0x65, 0x22, 0x66, 0x0a,
|
|
|
+ 0x0e, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12,
|
|
|
+ 0x1a, 0x0a, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
|
+ 0x09, 0x52, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x44, 0x12, 0x1e, 0x0a, 0x0a, 0x70,
|
|
|
+ 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
+ 0x0a, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x62,
|
|
|
+ 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x62, 0x61,
|
|
|
+ 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x22, 0x1d, 0x0a, 0x09, 0x52, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x4e,
|
|
|
+ 0x75, 0x6d, 0x12, 0x10, 0x0a, 0x03, 0x6e, 0x75, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52,
|
|
|
+ 0x03, 0x6e, 0x75, 0x6d, 0x22, 0x35, 0x0a, 0x0f, 0x52, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x4e, 0x75,
|
|
|
+ 0x6d, 0x41, 0x6e, 0x64, 0x53, 0x65, 0x78, 0x12, 0x10, 0x0a, 0x03, 0x6e, 0x75, 0x6d, 0x18, 0x01,
|
|
|
+ 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x6e, 0x75, 0x6d, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x78,
|
|
|
+ 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x73, 0x65, 0x78, 0x22, 0x51, 0x0a, 0x0b, 0x4d,
|
|
|
+ 0x65, 0x6d, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x6e, 0x65,
|
|
|
+ 0x78, 0x74, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x6e, 0x65, 0x78, 0x74,
|
|
|
+ 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x18, 0x02, 0x20, 0x01,
|
|
|
+ 0x28, 0x03, 0x52, 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79,
|
|
|
+ 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x22, 0x24,
|
|
|
+ 0x0a, 0x0e, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x54, 0x65, 0x78, 0x74, 0x4c, 0x69, 0x73, 0x74,
|
|
|
+ 0x12, 0x12, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x04,
|
|
|
+ 0x6c, 0x69, 0x73, 0x74, 0x22, 0x3a, 0x0a, 0x0d, 0x4d, 0x65, 0x6d, 0x65, 0x54, 0x69, 0x74, 0x6c,
|
|
|
+ 0x65, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x29, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20,
|
|
|
+ 0x03, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e,
|
|
|
+ 0x2e, 0x4d, 0x65, 0x6d, 0x65, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74,
|
|
|
+ 0x22, 0x33, 0x0a, 0x09, 0x4d, 0x65, 0x6d, 0x65, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x12, 0x12, 0x0a,
|
|
|
+ 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d,
|
|
|
+ 0x65, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
+ 0x04, 0x74, 0x79, 0x70, 0x65, 0x22, 0x36, 0x0a, 0x08, 0x4d, 0x65, 0x6d, 0x65, 0x4c, 0x69, 0x73,
|
|
|
+ 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52,
|
|
|
+ 0x04, 0x6c, 0x69, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64, 0x18,
|
|
|
+ 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64, 0x22, 0x3b, 0x0a,
|
|
|
+ 0x0d, 0x43, 0x68, 0x61, 0x74, 0x54, 0x6f, 0x70, 0x69, 0x63, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x12,
|
|
|
+ 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x04, 0x6c, 0x69,
|
|
|
+ 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01,
|
|
|
+ 0x28, 0x03, 0x52, 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64, 0x42, 0x43, 0x0a, 0x0a, 0x61, 0x70,
|
|
|
+ 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x50, 0x01, 0x5a, 0x33, 0x67, 0x69, 0x74, 0x2e,
|
|
|
+ 0x69, 0x6b, 0x75, 0x62, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65,
|
|
|
+ 0x72, 0x2f, 0x70, 0x77, 0x2d, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x70,
|
|
|
+ 0x69, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x3b, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x62,
|
|
|
+ 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
}
|
|
|
|
|
|
var (
|
|
|
@@ -3731,7 +3780,7 @@ func file_common_proto_rawDescGZIP() []byte {
|
|
|
return file_common_proto_rawDescData
|
|
|
}
|
|
|
|
|
|
-var file_common_proto_msgTypes = make([]protoimpl.MessageInfo, 50)
|
|
|
+var file_common_proto_msgTypes = make([]protoimpl.MessageInfo, 51)
|
|
|
var file_common_proto_goTypes = []interface{}{
|
|
|
(*UserAndPartnerIdentifyIdParam)(nil), // 0: api.common.UserAndPartnerIdentifyIdParam
|
|
|
(*UserAndPartnerParam)(nil), // 1: api.common.UserAndPartnerParam
|
|
|
@@ -3769,20 +3818,21 @@ var file_common_proto_goTypes = []interface{}{
|
|
|
(*ChatPersonMsg)(nil), // 33: api.common.ChatPersonMsg
|
|
|
(*ChatRecordInfo)(nil), // 34: api.common.ChatRecordInfo
|
|
|
(*ChatIsReadInfo)(nil), // 35: api.common.ChatIsReadInfo
|
|
|
- (*Message)(nil), // 36: api.common.Message
|
|
|
- (*FindChatRoomMsgRequest)(nil), // 37: api.common.FindChatRoomMsgRequest
|
|
|
- (*RoomIDRequest)(nil), // 38: api.common.RoomIDRequest
|
|
|
- (*FindChatRecordListRequest)(nil), // 39: api.common.FindChatRecordListRequest
|
|
|
- (*IsLike)(nil), // 40: api.common.IsLike
|
|
|
- (*BalanceRequest)(nil), // 41: api.common.BalanceRequest
|
|
|
- (*RandomNum)(nil), // 42: api.common.RandomNum
|
|
|
- (*RandomNumAndSex)(nil), // 43: api.common.RandomNumAndSex
|
|
|
- (*MemeRequest)(nil), // 44: api.common.MemeRequest
|
|
|
- (*CommonTextList)(nil), // 45: api.common.CommonTextList
|
|
|
- (*MemeTitleList)(nil), // 46: api.common.MemeTitleList
|
|
|
- (*MemeTitle)(nil), // 47: api.common.MemeTitle
|
|
|
- (*MemeList)(nil), // 48: api.common.MemeList
|
|
|
- (*ChatTopicList)(nil), // 49: api.common.ChatTopicList
|
|
|
+ (*GoToRoom)(nil), // 36: api.common.GoToRoom
|
|
|
+ (*Message)(nil), // 37: api.common.Message
|
|
|
+ (*FindChatRoomMsgRequest)(nil), // 38: api.common.FindChatRoomMsgRequest
|
|
|
+ (*RoomIDRequest)(nil), // 39: api.common.RoomIDRequest
|
|
|
+ (*FindChatRecordListRequest)(nil), // 40: api.common.FindChatRecordListRequest
|
|
|
+ (*IsLike)(nil), // 41: api.common.IsLike
|
|
|
+ (*BalanceRequest)(nil), // 42: api.common.BalanceRequest
|
|
|
+ (*RandomNum)(nil), // 43: api.common.RandomNum
|
|
|
+ (*RandomNumAndSex)(nil), // 44: api.common.RandomNumAndSex
|
|
|
+ (*MemeRequest)(nil), // 45: api.common.MemeRequest
|
|
|
+ (*CommonTextList)(nil), // 46: api.common.CommonTextList
|
|
|
+ (*MemeTitleList)(nil), // 47: api.common.MemeTitleList
|
|
|
+ (*MemeTitle)(nil), // 48: api.common.MemeTitle
|
|
|
+ (*MemeList)(nil), // 49: api.common.MemeList
|
|
|
+ (*ChatTopicList)(nil), // 50: api.common.ChatTopicList
|
|
|
}
|
|
|
var file_common_proto_depIdxs = []int32{
|
|
|
25, // 0: api.common.HomeInfo.tagList:type_name -> api.common.TagList
|
|
|
@@ -3792,8 +3842,8 @@ var file_common_proto_depIdxs = []int32{
|
|
|
34, // 4: api.common.ChatRecordListReply.list:type_name -> api.common.ChatRecordInfo
|
|
|
33, // 5: api.common.ChatRoomMsg.self:type_name -> api.common.ChatPersonMsg
|
|
|
33, // 6: api.common.ChatRoomMsg.other:type_name -> api.common.ChatPersonMsg
|
|
|
- 36, // 7: api.common.ChatRecordInfo.message:type_name -> api.common.Message
|
|
|
- 47, // 8: api.common.MemeTitleList.list:type_name -> api.common.MemeTitle
|
|
|
+ 37, // 7: api.common.ChatRecordInfo.message:type_name -> api.common.Message
|
|
|
+ 48, // 8: api.common.MemeTitleList.list:type_name -> api.common.MemeTitle
|
|
|
9, // [9:9] is the sub-list for method output_type
|
|
|
9, // [9:9] is the sub-list for method input_type
|
|
|
9, // [9:9] is the sub-list for extension type_name
|
|
|
@@ -4240,7 +4290,7 @@ func file_common_proto_init() {
|
|
|
}
|
|
|
}
|
|
|
file_common_proto_msgTypes[36].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*Message); i {
|
|
|
+ switch v := v.(*GoToRoom); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
|
case 1:
|
|
|
@@ -4252,7 +4302,7 @@ func file_common_proto_init() {
|
|
|
}
|
|
|
}
|
|
|
file_common_proto_msgTypes[37].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*FindChatRoomMsgRequest); i {
|
|
|
+ switch v := v.(*Message); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
|
case 1:
|
|
|
@@ -4264,7 +4314,7 @@ func file_common_proto_init() {
|
|
|
}
|
|
|
}
|
|
|
file_common_proto_msgTypes[38].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*RoomIDRequest); i {
|
|
|
+ switch v := v.(*FindChatRoomMsgRequest); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
|
case 1:
|
|
|
@@ -4276,7 +4326,7 @@ func file_common_proto_init() {
|
|
|
}
|
|
|
}
|
|
|
file_common_proto_msgTypes[39].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*FindChatRecordListRequest); i {
|
|
|
+ switch v := v.(*RoomIDRequest); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
|
case 1:
|
|
|
@@ -4288,7 +4338,7 @@ func file_common_proto_init() {
|
|
|
}
|
|
|
}
|
|
|
file_common_proto_msgTypes[40].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*IsLike); i {
|
|
|
+ switch v := v.(*FindChatRecordListRequest); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
|
case 1:
|
|
|
@@ -4300,7 +4350,7 @@ func file_common_proto_init() {
|
|
|
}
|
|
|
}
|
|
|
file_common_proto_msgTypes[41].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*BalanceRequest); i {
|
|
|
+ switch v := v.(*IsLike); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
|
case 1:
|
|
|
@@ -4312,7 +4362,7 @@ func file_common_proto_init() {
|
|
|
}
|
|
|
}
|
|
|
file_common_proto_msgTypes[42].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*RandomNum); i {
|
|
|
+ switch v := v.(*BalanceRequest); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
|
case 1:
|
|
|
@@ -4324,7 +4374,7 @@ func file_common_proto_init() {
|
|
|
}
|
|
|
}
|
|
|
file_common_proto_msgTypes[43].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*RandomNumAndSex); i {
|
|
|
+ switch v := v.(*RandomNum); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
|
case 1:
|
|
|
@@ -4336,7 +4386,7 @@ func file_common_proto_init() {
|
|
|
}
|
|
|
}
|
|
|
file_common_proto_msgTypes[44].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*MemeRequest); i {
|
|
|
+ switch v := v.(*RandomNumAndSex); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
|
case 1:
|
|
|
@@ -4348,7 +4398,7 @@ func file_common_proto_init() {
|
|
|
}
|
|
|
}
|
|
|
file_common_proto_msgTypes[45].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*CommonTextList); i {
|
|
|
+ switch v := v.(*MemeRequest); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
|
case 1:
|
|
|
@@ -4360,7 +4410,7 @@ func file_common_proto_init() {
|
|
|
}
|
|
|
}
|
|
|
file_common_proto_msgTypes[46].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*MemeTitleList); i {
|
|
|
+ switch v := v.(*CommonTextList); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
|
case 1:
|
|
|
@@ -4372,7 +4422,7 @@ func file_common_proto_init() {
|
|
|
}
|
|
|
}
|
|
|
file_common_proto_msgTypes[47].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*MemeTitle); i {
|
|
|
+ switch v := v.(*MemeTitleList); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
|
case 1:
|
|
|
@@ -4384,7 +4434,7 @@ func file_common_proto_init() {
|
|
|
}
|
|
|
}
|
|
|
file_common_proto_msgTypes[48].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*MemeList); i {
|
|
|
+ switch v := v.(*MemeTitle); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
|
case 1:
|
|
|
@@ -4396,6 +4446,18 @@ func file_common_proto_init() {
|
|
|
}
|
|
|
}
|
|
|
file_common_proto_msgTypes[49].Exporter = func(v interface{}, i int) interface{} {
|
|
|
+ switch v := v.(*MemeList); i {
|
|
|
+ case 0:
|
|
|
+ return &v.state
|
|
|
+ case 1:
|
|
|
+ return &v.sizeCache
|
|
|
+ case 2:
|
|
|
+ return &v.unknownFields
|
|
|
+ default:
|
|
|
+ return nil
|
|
|
+ }
|
|
|
+ }
|
|
|
+ file_common_proto_msgTypes[50].Exporter = func(v interface{}, i int) interface{} {
|
|
|
switch v := v.(*ChatTopicList); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
|
@@ -4414,7 +4476,7 @@ func file_common_proto_init() {
|
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
|
RawDescriptor: file_common_proto_rawDesc,
|
|
|
NumEnums: 0,
|
|
|
- NumMessages: 50,
|
|
|
+ NumMessages: 51,
|
|
|
NumExtensions: 0,
|
|
|
NumServices: 0,
|
|
|
},
|