Files
open-im-server/pkg/proto/sdk_ws/ws.pb.go
T

6235 lines
216 KiB
Go
Raw Normal View History

// Code generated by protoc-gen-go. DO NOT EDIT.
2021-12-22 11:20:10 +08:00
// source: sdk_ws/ws.proto
2022-09-28 16:35:20 +08:00
package server_api_params // import "Open_IM/pkg/proto/sdk_ws"
2022-09-28 16:35:20 +08:00
import proto "github.com/golang/protobuf/proto"
import fmt "fmt"
import math "math"
import wrapperspb "google.golang.org/protobuf/types/known/wrapperspb"
2022-09-28 16:35:20 +08:00
// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf
2022-09-28 16:35:20 +08:00
// This is a compile-time assertion to ensure that this generated file
// is compatible with the proto package it is being compiled against.
// A compilation error at this line likely means your copy of the
// proto package needs to be updated.
const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
2022-03-08 18:48:36 +08:00
2022-09-28 16:35:20 +08:00
type GroupInfo struct {
GroupID string `protobuf:"bytes,1,opt,name=groupID" json:"groupID,omitempty"`
GroupName string `protobuf:"bytes,2,opt,name=groupName" json:"groupName,omitempty"`
Notification string `protobuf:"bytes,3,opt,name=notification" json:"notification,omitempty"`
Introduction string `protobuf:"bytes,4,opt,name=introduction" json:"introduction,omitempty"`
FaceURL string `protobuf:"bytes,5,opt,name=faceURL" json:"faceURL,omitempty"`
OwnerUserID string `protobuf:"bytes,6,opt,name=ownerUserID" json:"ownerUserID,omitempty"`
CreateTime uint32 `protobuf:"varint,7,opt,name=createTime" json:"createTime,omitempty"`
MemberCount uint32 `protobuf:"varint,8,opt,name=memberCount" json:"memberCount,omitempty"`
Ex string `protobuf:"bytes,9,opt,name=ex" json:"ex,omitempty"`
Status int32 `protobuf:"varint,10,opt,name=status" json:"status,omitempty"`
CreatorUserID string `protobuf:"bytes,11,opt,name=creatorUserID" json:"creatorUserID,omitempty"`
GroupType int32 `protobuf:"varint,12,opt,name=groupType" json:"groupType,omitempty"`
NeedVerification int32 `protobuf:"varint,13,opt,name=needVerification" json:"needVerification,omitempty"`
LookMemberInfo int32 `protobuf:"varint,14,opt,name=lookMemberInfo" json:"lookMemberInfo,omitempty"`
ApplyMemberFriend int32 `protobuf:"varint,15,opt,name=applyMemberFriend" json:"applyMemberFriend,omitempty"`
NotificationUpdateTime uint32 `protobuf:"varint,16,opt,name=notificationUpdateTime" json:"notificationUpdateTime,omitempty"`
NotificationUserID string `protobuf:"bytes,17,opt,name=notificationUserID" json:"notificationUserID,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *GroupInfo) Reset() { *m = GroupInfo{} }
func (m *GroupInfo) String() string { return proto.CompactTextString(m) }
func (*GroupInfo) ProtoMessage() {}
2022-09-27 16:59:56 +08:00
func (*GroupInfo) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{0}
2022-09-28 16:35:20 +08:00
}
func (m *GroupInfo) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GroupInfo.Unmarshal(m, b)
}
func (m *GroupInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GroupInfo.Marshal(b, m, deterministic)
}
func (dst *GroupInfo) XXX_Merge(src proto.Message) {
xxx_messageInfo_GroupInfo.Merge(dst, src)
}
func (m *GroupInfo) XXX_Size() int {
return xxx_messageInfo_GroupInfo.Size(m)
}
func (m *GroupInfo) XXX_DiscardUnknown() {
xxx_messageInfo_GroupInfo.DiscardUnknown(m)
2022-09-27 16:59:56 +08:00
}
2022-08-17 10:42:17 +08:00
2022-09-28 16:35:20 +08:00
var xxx_messageInfo_GroupInfo proto.InternalMessageInfo
func (m *GroupInfo) GetGroupID() string {
if m != nil {
return m.GroupID
2021-12-23 17:48:06 +08:00
}
2021-12-26 18:47:11 +08:00
return ""
2021-12-23 17:48:06 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *GroupInfo) GetGroupName() string {
if m != nil {
return m.GroupName
2021-12-23 17:48:06 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *GroupInfo) GetNotification() string {
if m != nil {
return m.Notification
}
2021-12-26 18:47:11 +08:00
return ""
}
2022-09-28 16:35:20 +08:00
func (m *GroupInfo) GetIntroduction() string {
if m != nil {
return m.Introduction
}
2021-12-26 18:47:11 +08:00
return ""
}
2022-09-28 16:35:20 +08:00
func (m *GroupInfo) GetFaceURL() string {
if m != nil {
return m.FaceURL
}
2021-12-26 18:47:11 +08:00
return ""
}
2022-09-28 16:35:20 +08:00
func (m *GroupInfo) GetOwnerUserID() string {
if m != nil {
return m.OwnerUserID
}
2021-12-26 18:47:11 +08:00
return ""
}
2022-09-28 16:35:20 +08:00
func (m *GroupInfo) GetCreateTime() uint32 {
if m != nil {
return m.CreateTime
2021-12-26 18:47:11 +08:00
}
return 0
}
2022-09-28 16:35:20 +08:00
func (m *GroupInfo) GetMemberCount() uint32 {
if m != nil {
return m.MemberCount
2021-12-26 18:47:11 +08:00
}
return 0
}
2022-09-28 16:35:20 +08:00
func (m *GroupInfo) GetEx() string {
if m != nil {
return m.Ex
2021-12-23 17:48:06 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *GroupInfo) GetStatus() int32 {
if m != nil {
return m.Status
2021-12-26 18:47:11 +08:00
}
return 0
}
2022-09-28 16:35:20 +08:00
func (m *GroupInfo) GetCreatorUserID() string {
if m != nil {
return m.CreatorUserID
2021-12-23 17:48:06 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *GroupInfo) GetGroupType() int32 {
if m != nil {
return m.GroupType
}
2021-12-26 18:47:11 +08:00
return 0
}
2022-09-28 16:35:20 +08:00
func (m *GroupInfo) GetNeedVerification() int32 {
if m != nil {
return m.NeedVerification
2022-06-28 20:39:27 +08:00
}
return 0
}
2022-09-28 16:35:20 +08:00
func (m *GroupInfo) GetLookMemberInfo() int32 {
if m != nil {
return m.LookMemberInfo
2022-07-12 17:22:45 +08:00
}
return 0
}
2022-09-28 16:35:20 +08:00
func (m *GroupInfo) GetApplyMemberFriend() int32 {
if m != nil {
return m.ApplyMemberFriend
2022-07-12 17:22:45 +08:00
}
return 0
}
2022-09-28 16:35:20 +08:00
func (m *GroupInfo) GetNotificationUpdateTime() uint32 {
if m != nil {
return m.NotificationUpdateTime
2022-07-13 11:09:29 +08:00
}
return 0
}
2022-09-28 16:35:20 +08:00
func (m *GroupInfo) GetNotificationUserID() string {
if m != nil {
return m.NotificationUserID
2022-07-13 11:09:29 +08:00
}
return ""
}
2022-06-28 20:39:27 +08:00
type GroupInfoForSet struct {
2022-09-28 16:35:20 +08:00
GroupID string `protobuf:"bytes,1,opt,name=groupID" json:"groupID,omitempty"`
GroupName string `protobuf:"bytes,2,opt,name=groupName" json:"groupName,omitempty"`
Notification string `protobuf:"bytes,3,opt,name=notification" json:"notification,omitempty"`
Introduction string `protobuf:"bytes,4,opt,name=introduction" json:"introduction,omitempty"`
FaceURL string `protobuf:"bytes,5,opt,name=faceURL" json:"faceURL,omitempty"`
Ex string `protobuf:"bytes,6,opt,name=ex" json:"ex,omitempty"`
NeedVerification *wrapperspb.Int32Value `protobuf:"bytes,7,opt,name=needVerification" json:"needVerification,omitempty"`
LookMemberInfo *wrapperspb.Int32Value `protobuf:"bytes,8,opt,name=lookMemberInfo" json:"lookMemberInfo,omitempty"`
ApplyMemberFriend *wrapperspb.Int32Value `protobuf:"bytes,9,opt,name=applyMemberFriend" json:"applyMemberFriend,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *GroupInfoForSet) Reset() { *m = GroupInfoForSet{} }
func (m *GroupInfoForSet) String() string { return proto.CompactTextString(m) }
func (*GroupInfoForSet) ProtoMessage() {}
func (*GroupInfoForSet) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{1}
2022-06-28 20:39:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *GroupInfoForSet) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GroupInfoForSet.Unmarshal(m, b)
2022-06-28 20:39:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *GroupInfoForSet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GroupInfoForSet.Marshal(b, m, deterministic)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *GroupInfoForSet) XXX_Merge(src proto.Message) {
xxx_messageInfo_GroupInfoForSet.Merge(dst, src)
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *GroupInfoForSet) XXX_Size() int {
return xxx_messageInfo_GroupInfoForSet.Size(m)
}
func (m *GroupInfoForSet) XXX_DiscardUnknown() {
xxx_messageInfo_GroupInfoForSet.DiscardUnknown(m)
2022-09-27 16:59:56 +08:00
}
2022-08-17 10:42:17 +08:00
2022-09-28 16:35:20 +08:00
var xxx_messageInfo_GroupInfoForSet proto.InternalMessageInfo
func (m *GroupInfoForSet) GetGroupID() string {
if m != nil {
return m.GroupID
2022-06-28 20:39:27 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *GroupInfoForSet) GetGroupName() string {
if m != nil {
return m.GroupName
2022-06-28 20:39:27 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *GroupInfoForSet) GetNotification() string {
if m != nil {
return m.Notification
2022-06-28 20:39:27 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *GroupInfoForSet) GetIntroduction() string {
if m != nil {
return m.Introduction
2022-06-28 20:39:27 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *GroupInfoForSet) GetFaceURL() string {
if m != nil {
return m.FaceURL
2022-06-28 20:39:27 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *GroupInfoForSet) GetEx() string {
if m != nil {
return m.Ex
2022-06-28 20:39:27 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *GroupInfoForSet) GetNeedVerification() *wrapperspb.Int32Value {
if m != nil {
return m.NeedVerification
2022-06-23 18:56:52 +08:00
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *GroupInfoForSet) GetLookMemberInfo() *wrapperspb.Int32Value {
if m != nil {
return m.LookMemberInfo
2022-07-12 17:22:45 +08:00
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *GroupInfoForSet) GetApplyMemberFriend() *wrapperspb.Int32Value {
if m != nil {
return m.ApplyMemberFriend
2022-07-12 17:22:45 +08:00
}
return nil
}
2021-12-26 18:47:11 +08:00
type GroupMemberFullInfo struct {
2022-09-28 16:35:20 +08:00
GroupID string `protobuf:"bytes,1,opt,name=groupID" json:"groupID,omitempty"`
UserID string `protobuf:"bytes,2,opt,name=userID" json:"userID,omitempty"`
RoleLevel int32 `protobuf:"varint,3,opt,name=roleLevel" json:"roleLevel,omitempty"`
JoinTime int32 `protobuf:"varint,4,opt,name=joinTime" json:"joinTime,omitempty"`
Nickname string `protobuf:"bytes,5,opt,name=nickname" json:"nickname,omitempty"`
FaceURL string `protobuf:"bytes,6,opt,name=faceURL" json:"faceURL,omitempty"`
AppMangerLevel int32 `protobuf:"varint,7,opt,name=appMangerLevel" json:"appMangerLevel,omitempty"`
JoinSource int32 `protobuf:"varint,8,opt,name=joinSource" json:"joinSource,omitempty"`
OperatorUserID string `protobuf:"bytes,9,opt,name=operatorUserID" json:"operatorUserID,omitempty"`
Ex string `protobuf:"bytes,10,opt,name=ex" json:"ex,omitempty"`
MuteEndTime uint32 `protobuf:"varint,11,opt,name=muteEndTime" json:"muteEndTime,omitempty"`
InviterUserID string `protobuf:"bytes,12,opt,name=inviterUserID" json:"inviterUserID,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *GroupMemberFullInfo) Reset() { *m = GroupMemberFullInfo{} }
func (m *GroupMemberFullInfo) String() string { return proto.CompactTextString(m) }
func (*GroupMemberFullInfo) ProtoMessage() {}
func (*GroupMemberFullInfo) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{2}
2022-01-24 01:40:49 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *GroupMemberFullInfo) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GroupMemberFullInfo.Unmarshal(m, b)
2022-03-08 18:48:36 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *GroupMemberFullInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GroupMemberFullInfo.Marshal(b, m, deterministic)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *GroupMemberFullInfo) XXX_Merge(src proto.Message) {
xxx_messageInfo_GroupMemberFullInfo.Merge(dst, src)
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *GroupMemberFullInfo) XXX_Size() int {
return xxx_messageInfo_GroupMemberFullInfo.Size(m)
}
func (m *GroupMemberFullInfo) XXX_DiscardUnknown() {
xxx_messageInfo_GroupMemberFullInfo.DiscardUnknown(m)
2022-09-27 16:59:56 +08:00
}
2022-08-17 10:42:17 +08:00
2022-09-28 16:35:20 +08:00
var xxx_messageInfo_GroupMemberFullInfo proto.InternalMessageInfo
func (m *GroupMemberFullInfo) GetGroupID() string {
if m != nil {
return m.GroupID
2021-12-26 18:47:11 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *GroupMemberFullInfo) GetUserID() string {
if m != nil {
return m.UserID
2021-12-23 17:48:06 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *GroupMemberFullInfo) GetRoleLevel() int32 {
if m != nil {
return m.RoleLevel
2021-12-23 17:48:06 +08:00
}
return 0
}
2022-09-28 16:35:20 +08:00
func (m *GroupMemberFullInfo) GetJoinTime() int32 {
if m != nil {
return m.JoinTime
2021-12-23 17:48:06 +08:00
}
return 0
}
2022-09-28 16:35:20 +08:00
func (m *GroupMemberFullInfo) GetNickname() string {
if m != nil {
return m.Nickname
2021-12-23 17:48:06 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *GroupMemberFullInfo) GetFaceURL() string {
if m != nil {
return m.FaceURL
2021-12-23 17:48:06 +08:00
}
2021-12-26 18:47:11 +08:00
return ""
2021-12-23 17:48:06 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *GroupMemberFullInfo) GetAppMangerLevel() int32 {
if m != nil {
return m.AppMangerLevel
2021-12-23 17:48:06 +08:00
}
return 0
}
2022-09-28 16:35:20 +08:00
func (m *GroupMemberFullInfo) GetJoinSource() int32 {
if m != nil {
return m.JoinSource
2021-12-23 17:48:06 +08:00
}
return 0
}
2022-09-28 16:35:20 +08:00
func (m *GroupMemberFullInfo) GetOperatorUserID() string {
if m != nil {
return m.OperatorUserID
2021-12-23 17:48:06 +08:00
}
2021-12-26 18:47:11 +08:00
return ""
2021-12-23 17:48:06 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *GroupMemberFullInfo) GetEx() string {
if m != nil {
return m.Ex
2021-12-23 17:48:06 +08:00
}
2021-12-26 18:47:11 +08:00
return ""
2021-12-23 17:48:06 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *GroupMemberFullInfo) GetMuteEndTime() uint32 {
if m != nil {
return m.MuteEndTime
2022-03-28 19:27:05 +08:00
}
return 0
}
2022-09-28 16:35:20 +08:00
func (m *GroupMemberFullInfo) GetInviterUserID() string {
if m != nil {
return m.InviterUserID
2022-07-13 18:25:00 +08:00
}
return ""
}
2021-12-26 18:47:11 +08:00
type PublicUserInfo struct {
2022-09-28 16:35:20 +08:00
UserID string `protobuf:"bytes,1,opt,name=userID" json:"userID,omitempty"`
Nickname string `protobuf:"bytes,2,opt,name=nickname" json:"nickname,omitempty"`
FaceURL string `protobuf:"bytes,3,opt,name=faceURL" json:"faceURL,omitempty"`
Gender int32 `protobuf:"varint,4,opt,name=gender" json:"gender,omitempty"`
Ex string `protobuf:"bytes,5,opt,name=ex" json:"ex,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *PublicUserInfo) Reset() { *m = PublicUserInfo{} }
func (m *PublicUserInfo) String() string { return proto.CompactTextString(m) }
func (*PublicUserInfo) ProtoMessage() {}
func (*PublicUserInfo) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{3}
2022-03-08 18:48:36 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *PublicUserInfo) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_PublicUserInfo.Unmarshal(m, b)
2022-01-24 01:40:49 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *PublicUserInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_PublicUserInfo.Marshal(b, m, deterministic)
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *PublicUserInfo) XXX_Merge(src proto.Message) {
xxx_messageInfo_PublicUserInfo.Merge(dst, src)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *PublicUserInfo) XXX_Size() int {
return xxx_messageInfo_PublicUserInfo.Size(m)
2022-09-27 16:59:56 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *PublicUserInfo) XXX_DiscardUnknown() {
xxx_messageInfo_PublicUserInfo.DiscardUnknown(m)
}
var xxx_messageInfo_PublicUserInfo proto.InternalMessageInfo
2022-03-08 18:48:36 +08:00
2022-09-28 16:35:20 +08:00
func (m *PublicUserInfo) GetUserID() string {
if m != nil {
return m.UserID
2021-12-26 18:47:11 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *PublicUserInfo) GetNickname() string {
if m != nil {
return m.Nickname
2021-12-26 18:47:11 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *PublicUserInfo) GetFaceURL() string {
if m != nil {
return m.FaceURL
2021-12-26 18:47:11 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *PublicUserInfo) GetGender() int32 {
if m != nil {
return m.Gender
}
return 0
}
2022-09-28 16:35:20 +08:00
func (m *PublicUserInfo) GetEx() string {
if m != nil {
return m.Ex
2022-01-24 01:40:49 +08:00
}
2022-03-08 18:48:36 +08:00
return ""
}
2022-01-24 01:40:49 +08:00
2022-03-08 18:48:36 +08:00
type UserInfo struct {
2022-09-28 16:35:20 +08:00
UserID string `protobuf:"bytes,1,opt,name=userID" json:"userID,omitempty"`
Nickname string `protobuf:"bytes,2,opt,name=nickname" json:"nickname,omitempty"`
FaceURL string `protobuf:"bytes,3,opt,name=faceURL" json:"faceURL,omitempty"`
Gender int32 `protobuf:"varint,4,opt,name=gender" json:"gender,omitempty"`
PhoneNumber string `protobuf:"bytes,5,opt,name=phoneNumber" json:"phoneNumber,omitempty"`
Birth uint32 `protobuf:"varint,6,opt,name=birth" json:"birth,omitempty"`
Email string `protobuf:"bytes,7,opt,name=email" json:"email,omitempty"`
Ex string `protobuf:"bytes,8,opt,name=ex" json:"ex,omitempty"`
CreateTime uint32 `protobuf:"varint,9,opt,name=createTime" json:"createTime,omitempty"`
AppMangerLevel int32 `protobuf:"varint,10,opt,name=appMangerLevel" json:"appMangerLevel,omitempty"`
GlobalRecvMsgOpt int32 `protobuf:"varint,11,opt,name=globalRecvMsgOpt" json:"globalRecvMsgOpt,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *UserInfo) Reset() { *m = UserInfo{} }
func (m *UserInfo) String() string { return proto.CompactTextString(m) }
func (*UserInfo) ProtoMessage() {}
func (*UserInfo) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{4}
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *UserInfo) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_UserInfo.Unmarshal(m, b)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *UserInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_UserInfo.Marshal(b, m, deterministic)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *UserInfo) XXX_Merge(src proto.Message) {
xxx_messageInfo_UserInfo.Merge(dst, src)
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *UserInfo) XXX_Size() int {
return xxx_messageInfo_UserInfo.Size(m)
2022-09-27 16:59:56 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *UserInfo) XXX_DiscardUnknown() {
xxx_messageInfo_UserInfo.DiscardUnknown(m)
}
var xxx_messageInfo_UserInfo proto.InternalMessageInfo
2022-08-17 10:42:17 +08:00
2022-09-28 16:35:20 +08:00
func (m *UserInfo) GetUserID() string {
if m != nil {
return m.UserID
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *UserInfo) GetNickname() string {
if m != nil {
return m.Nickname
}
2021-12-26 18:47:11 +08:00
return ""
}
2022-09-28 16:35:20 +08:00
func (m *UserInfo) GetFaceURL() string {
if m != nil {
return m.FaceURL
2021-12-26 18:47:11 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *UserInfo) GetGender() int32 {
if m != nil {
return m.Gender
2021-12-26 18:47:11 +08:00
}
return 0
}
2022-09-28 16:35:20 +08:00
func (m *UserInfo) GetPhoneNumber() string {
if m != nil {
return m.PhoneNumber
2021-12-26 18:47:11 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *UserInfo) GetBirth() uint32 {
if m != nil {
return m.Birth
}
2021-12-28 20:03:20 +08:00
return 0
}
2022-09-28 16:35:20 +08:00
func (m *UserInfo) GetEmail() string {
if m != nil {
return m.Email
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *UserInfo) GetEx() string {
if m != nil {
return m.Ex
}
2021-12-26 18:47:11 +08:00
return ""
}
2022-09-28 16:35:20 +08:00
func (m *UserInfo) GetCreateTime() uint32 {
if m != nil {
return m.CreateTime
2021-12-28 14:07:06 +08:00
}
return 0
}
2022-09-28 16:35:20 +08:00
func (m *UserInfo) GetAppMangerLevel() int32 {
if m != nil {
return m.AppMangerLevel
2022-08-07 22:37:27 +08:00
}
return 0
}
2022-08-07 22:37:27 +08:00
2022-09-28 16:35:20 +08:00
func (m *UserInfo) GetGlobalRecvMsgOpt() int32 {
if m != nil {
return m.GlobalRecvMsgOpt
2022-08-07 22:37:27 +08:00
}
return 0
}
2022-08-07 22:37:27 +08:00
type FriendInfo struct {
2022-09-28 16:35:20 +08:00
OwnerUserID string `protobuf:"bytes,1,opt,name=ownerUserID" json:"ownerUserID,omitempty"`
Remark string `protobuf:"bytes,2,opt,name=remark" json:"remark,omitempty"`
CreateTime uint32 `protobuf:"varint,3,opt,name=createTime" json:"createTime,omitempty"`
FriendUser *UserInfo `protobuf:"bytes,4,opt,name=friendUser" json:"friendUser,omitempty"`
AddSource int32 `protobuf:"varint,5,opt,name=addSource" json:"addSource,omitempty"`
OperatorUserID string `protobuf:"bytes,6,opt,name=operatorUserID" json:"operatorUserID,omitempty"`
Ex string `protobuf:"bytes,7,opt,name=ex" json:"ex,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *FriendInfo) Reset() { *m = FriendInfo{} }
func (m *FriendInfo) String() string { return proto.CompactTextString(m) }
func (*FriendInfo) ProtoMessage() {}
func (*FriendInfo) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{5}
2022-03-08 18:48:36 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *FriendInfo) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_FriendInfo.Unmarshal(m, b)
2022-01-24 01:40:49 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *FriendInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_FriendInfo.Marshal(b, m, deterministic)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *FriendInfo) XXX_Merge(src proto.Message) {
xxx_messageInfo_FriendInfo.Merge(dst, src)
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *FriendInfo) XXX_Size() int {
return xxx_messageInfo_FriendInfo.Size(m)
2022-09-27 16:59:56 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *FriendInfo) XXX_DiscardUnknown() {
xxx_messageInfo_FriendInfo.DiscardUnknown(m)
}
var xxx_messageInfo_FriendInfo proto.InternalMessageInfo
2022-08-17 10:42:17 +08:00
2022-09-28 16:35:20 +08:00
func (m *FriendInfo) GetOwnerUserID() string {
if m != nil {
return m.OwnerUserID
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *FriendInfo) GetRemark() string {
if m != nil {
return m.Remark
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *FriendInfo) GetCreateTime() uint32 {
if m != nil {
return m.CreateTime
2021-12-22 11:20:10 +08:00
}
2021-12-26 18:47:11 +08:00
return 0
2021-12-22 11:20:10 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *FriendInfo) GetFriendUser() *UserInfo {
if m != nil {
return m.FriendUser
2021-12-22 11:20:10 +08:00
}
2021-12-26 18:47:11 +08:00
return nil
2021-12-22 11:20:10 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *FriendInfo) GetAddSource() int32 {
if m != nil {
return m.AddSource
2021-12-22 11:20:10 +08:00
}
2021-12-26 18:47:11 +08:00
return 0
2021-12-22 11:20:10 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *FriendInfo) GetOperatorUserID() string {
if m != nil {
return m.OperatorUserID
2021-12-22 11:20:10 +08:00
}
2021-12-26 18:47:11 +08:00
return ""
2021-12-22 11:20:10 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *FriendInfo) GetEx() string {
if m != nil {
return m.Ex
2021-12-22 11:20:10 +08:00
}
return ""
}
2021-12-26 18:47:11 +08:00
type BlackInfo struct {
2022-09-28 16:35:20 +08:00
OwnerUserID string `protobuf:"bytes,1,opt,name=ownerUserID" json:"ownerUserID,omitempty"`
CreateTime uint32 `protobuf:"varint,2,opt,name=createTime" json:"createTime,omitempty"`
BlackUserInfo *PublicUserInfo `protobuf:"bytes,3,opt,name=blackUserInfo" json:"blackUserInfo,omitempty"`
AddSource int32 `protobuf:"varint,4,opt,name=addSource" json:"addSource,omitempty"`
OperatorUserID string `protobuf:"bytes,5,opt,name=operatorUserID" json:"operatorUserID,omitempty"`
Ex string `protobuf:"bytes,6,opt,name=ex" json:"ex,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *BlackInfo) Reset() { *m = BlackInfo{} }
func (m *BlackInfo) String() string { return proto.CompactTextString(m) }
func (*BlackInfo) ProtoMessage() {}
func (*BlackInfo) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{6}
2022-01-24 01:40:49 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *BlackInfo) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_BlackInfo.Unmarshal(m, b)
2022-03-08 18:48:36 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *BlackInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_BlackInfo.Marshal(b, m, deterministic)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *BlackInfo) XXX_Merge(src proto.Message) {
xxx_messageInfo_BlackInfo.Merge(dst, src)
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *BlackInfo) XXX_Size() int {
return xxx_messageInfo_BlackInfo.Size(m)
2022-09-27 16:59:56 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *BlackInfo) XXX_DiscardUnknown() {
xxx_messageInfo_BlackInfo.DiscardUnknown(m)
}
var xxx_messageInfo_BlackInfo proto.InternalMessageInfo
2022-08-17 10:42:17 +08:00
2022-09-28 16:35:20 +08:00
func (m *BlackInfo) GetOwnerUserID() string {
if m != nil {
return m.OwnerUserID
2021-12-22 11:20:10 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *BlackInfo) GetCreateTime() uint32 {
if m != nil {
return m.CreateTime
}
return 0
}
2022-09-28 16:35:20 +08:00
func (m *BlackInfo) GetBlackUserInfo() *PublicUserInfo {
if m != nil {
return m.BlackUserInfo
}
2021-12-26 18:47:11 +08:00
return nil
}
2022-09-28 16:35:20 +08:00
func (m *BlackInfo) GetAddSource() int32 {
if m != nil {
return m.AddSource
}
return 0
}
2022-09-28 16:35:20 +08:00
func (m *BlackInfo) GetOperatorUserID() string {
if m != nil {
return m.OperatorUserID
}
2021-12-26 18:47:11 +08:00
return ""
}
2022-09-28 16:35:20 +08:00
func (m *BlackInfo) GetEx() string {
if m != nil {
return m.Ex
}
2021-12-26 18:47:11 +08:00
return ""
}
2021-12-26 18:47:11 +08:00
type GroupRequest struct {
2022-09-28 16:35:20 +08:00
UserInfo *PublicUserInfo `protobuf:"bytes,1,opt,name=userInfo" json:"userInfo,omitempty"`
GroupInfo *GroupInfo `protobuf:"bytes,2,opt,name=groupInfo" json:"groupInfo,omitempty"`
HandleResult int32 `protobuf:"varint,3,opt,name=handleResult" json:"handleResult,omitempty"`
ReqMsg string `protobuf:"bytes,4,opt,name=reqMsg" json:"reqMsg,omitempty"`
HandleMsg string `protobuf:"bytes,5,opt,name=handleMsg" json:"handleMsg,omitempty"`
ReqTime uint32 `protobuf:"varint,6,opt,name=reqTime" json:"reqTime,omitempty"`
HandleUserID string `protobuf:"bytes,7,opt,name=handleUserID" json:"handleUserID,omitempty"`
HandleTime uint32 `protobuf:"varint,8,opt,name=handleTime" json:"handleTime,omitempty"`
Ex string `protobuf:"bytes,9,opt,name=ex" json:"ex,omitempty"`
JoinSource int32 `protobuf:"varint,10,opt,name=joinSource" json:"joinSource,omitempty"`
InviterUserID string `protobuf:"bytes,11,opt,name=inviterUserID" json:"inviterUserID,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *GroupRequest) Reset() { *m = GroupRequest{} }
func (m *GroupRequest) String() string { return proto.CompactTextString(m) }
func (*GroupRequest) ProtoMessage() {}
func (*GroupRequest) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{7}
2022-01-24 01:40:49 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *GroupRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GroupRequest.Unmarshal(m, b)
2022-03-08 18:48:36 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *GroupRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GroupRequest.Marshal(b, m, deterministic)
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *GroupRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_GroupRequest.Merge(dst, src)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *GroupRequest) XXX_Size() int {
return xxx_messageInfo_GroupRequest.Size(m)
}
func (m *GroupRequest) XXX_DiscardUnknown() {
xxx_messageInfo_GroupRequest.DiscardUnknown(m)
2022-09-27 16:59:56 +08:00
}
2021-12-26 18:47:11 +08:00
2022-09-28 16:35:20 +08:00
var xxx_messageInfo_GroupRequest proto.InternalMessageInfo
func (m *GroupRequest) GetUserInfo() *PublicUserInfo {
if m != nil {
return m.UserInfo
}
2022-01-15 15:25:12 +08:00
return nil
}
2022-09-28 16:35:20 +08:00
func (m *GroupRequest) GetGroupInfo() *GroupInfo {
if m != nil {
return m.GroupInfo
}
2022-01-15 15:25:12 +08:00
return nil
}
2022-09-28 16:35:20 +08:00
func (m *GroupRequest) GetHandleResult() int32 {
if m != nil {
return m.HandleResult
2021-12-26 18:47:11 +08:00
}
2022-01-19 14:12:29 +08:00
return 0
2021-12-26 18:47:11 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *GroupRequest) GetReqMsg() string {
if m != nil {
return m.ReqMsg
2021-12-26 18:47:11 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *GroupRequest) GetHandleMsg() string {
if m != nil {
return m.HandleMsg
2021-12-26 18:47:11 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *GroupRequest) GetReqTime() uint32 {
if m != nil {
return m.ReqTime
}
2021-12-22 11:20:10 +08:00
return 0
}
2022-09-28 16:35:20 +08:00
func (m *GroupRequest) GetHandleUserID() string {
if m != nil {
return m.HandleUserID
}
2021-12-26 18:47:11 +08:00
return ""
}
2022-09-28 16:35:20 +08:00
func (m *GroupRequest) GetHandleTime() uint32 {
if m != nil {
return m.HandleTime
}
2021-12-26 18:47:11 +08:00
return 0
}
2022-09-28 16:35:20 +08:00
func (m *GroupRequest) GetEx() string {
if m != nil {
return m.Ex
2021-12-26 18:47:11 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *GroupRequest) GetJoinSource() int32 {
if m != nil {
return m.JoinSource
}
return 0
}
2022-09-28 16:35:20 +08:00
func (m *GroupRequest) GetInviterUserID() string {
if m != nil {
return m.InviterUserID
}
return ""
}
2021-12-26 18:47:11 +08:00
type FriendRequest struct {
2022-09-28 16:35:20 +08:00
FromUserID string `protobuf:"bytes,1,opt,name=fromUserID" json:"fromUserID,omitempty"`
FromNickname string `protobuf:"bytes,2,opt,name=fromNickname" json:"fromNickname,omitempty"`
FromFaceURL string `protobuf:"bytes,3,opt,name=fromFaceURL" json:"fromFaceURL,omitempty"`
FromGender int32 `protobuf:"varint,4,opt,name=fromGender" json:"fromGender,omitempty"`
ToUserID string `protobuf:"bytes,5,opt,name=toUserID" json:"toUserID,omitempty"`
ToNickname string `protobuf:"bytes,6,opt,name=toNickname" json:"toNickname,omitempty"`
ToFaceURL string `protobuf:"bytes,7,opt,name=toFaceURL" json:"toFaceURL,omitempty"`
ToGender int32 `protobuf:"varint,8,opt,name=toGender" json:"toGender,omitempty"`
HandleResult int32 `protobuf:"varint,9,opt,name=handleResult" json:"handleResult,omitempty"`
ReqMsg string `protobuf:"bytes,10,opt,name=reqMsg" json:"reqMsg,omitempty"`
CreateTime uint32 `protobuf:"varint,11,opt,name=createTime" json:"createTime,omitempty"`
HandlerUserID string `protobuf:"bytes,12,opt,name=handlerUserID" json:"handlerUserID,omitempty"`
HandleMsg string `protobuf:"bytes,13,opt,name=handleMsg" json:"handleMsg,omitempty"`
HandleTime uint32 `protobuf:"varint,14,opt,name=handleTime" json:"handleTime,omitempty"`
Ex string `protobuf:"bytes,15,opt,name=ex" json:"ex,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *FriendRequest) Reset() { *m = FriendRequest{} }
func (m *FriendRequest) String() string { return proto.CompactTextString(m) }
func (*FriendRequest) ProtoMessage() {}
2022-09-27 16:59:56 +08:00
func (*FriendRequest) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{8}
2022-09-27 16:59:56 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *FriendRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_FriendRequest.Unmarshal(m, b)
}
func (m *FriendRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_FriendRequest.Marshal(b, m, deterministic)
}
func (dst *FriendRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_FriendRequest.Merge(dst, src)
}
func (m *FriendRequest) XXX_Size() int {
return xxx_messageInfo_FriendRequest.Size(m)
}
func (m *FriendRequest) XXX_DiscardUnknown() {
xxx_messageInfo_FriendRequest.DiscardUnknown(m)
}
var xxx_messageInfo_FriendRequest proto.InternalMessageInfo
2022-08-17 10:42:17 +08:00
2022-09-28 16:35:20 +08:00
func (m *FriendRequest) GetFromUserID() string {
if m != nil {
return m.FromUserID
2021-12-10 11:07:44 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *FriendRequest) GetFromNickname() string {
if m != nil {
return m.FromNickname
2022-01-14 18:29:09 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *FriendRequest) GetFromFaceURL() string {
if m != nil {
return m.FromFaceURL
2022-01-14 18:29:09 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *FriendRequest) GetFromGender() int32 {
if m != nil {
return m.FromGender
2022-01-14 18:29:09 +08:00
}
2022-01-14 18:33:06 +08:00
return 0
2022-01-14 18:29:09 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *FriendRequest) GetToUserID() string {
if m != nil {
return m.ToUserID
2021-12-10 11:07:44 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *FriendRequest) GetToNickname() string {
if m != nil {
return m.ToNickname
2022-01-14 18:29:09 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *FriendRequest) GetToFaceURL() string {
if m != nil {
return m.ToFaceURL
2022-01-14 18:29:09 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *FriendRequest) GetToGender() int32 {
if m != nil {
return m.ToGender
2022-01-14 18:29:09 +08:00
}
2022-01-14 18:33:06 +08:00
return 0
2022-01-14 18:29:09 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *FriendRequest) GetHandleResult() int32 {
if m != nil {
return m.HandleResult
2021-12-10 11:07:44 +08:00
}
2021-12-26 18:47:11 +08:00
return 0
2021-12-10 11:07:44 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *FriendRequest) GetReqMsg() string {
if m != nil {
return m.ReqMsg
2021-12-21 21:40:50 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *FriendRequest) GetCreateTime() uint32 {
if m != nil {
return m.CreateTime
2021-12-21 21:40:50 +08:00
}
2021-12-26 18:47:11 +08:00
return 0
2021-12-10 17:30:11 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *FriendRequest) GetHandlerUserID() string {
if m != nil {
return m.HandlerUserID
2021-12-26 18:47:11 +08:00
}
return ""
2021-12-10 17:30:11 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *FriendRequest) GetHandleMsg() string {
if m != nil {
return m.HandleMsg
2021-12-10 17:30:11 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *FriendRequest) GetHandleTime() uint32 {
if m != nil {
return m.HandleTime
2021-12-10 17:30:11 +08:00
}
2021-12-26 18:47:11 +08:00
return 0
2021-12-10 17:30:11 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *FriendRequest) GetEx() string {
if m != nil {
return m.Ex
2021-12-10 17:30:11 +08:00
}
return ""
}
2022-04-12 22:02:43 +08:00
type Department struct {
2022-09-28 16:35:20 +08:00
DepartmentID string `protobuf:"bytes,1,opt,name=departmentID" json:"departmentID,omitempty"`
FaceURL string `protobuf:"bytes,2,opt,name=faceURL" json:"faceURL,omitempty"`
Name string `protobuf:"bytes,3,opt,name=name" json:"name,omitempty"`
ParentID string `protobuf:"bytes,4,opt,name=parentID" json:"parentID,omitempty"`
Order int32 `protobuf:"varint,5,opt,name=order" json:"order,omitempty"`
DepartmentType int32 `protobuf:"varint,6,opt,name=departmentType" json:"departmentType,omitempty"`
CreateTime uint32 `protobuf:"varint,7,opt,name=createTime" json:"createTime,omitempty"`
SubDepartmentNum uint32 `protobuf:"varint,8,opt,name=subDepartmentNum" json:"subDepartmentNum,omitempty"`
MemberNum uint32 `protobuf:"varint,9,opt,name=memberNum" json:"memberNum,omitempty"`
Ex string `protobuf:"bytes,10,opt,name=ex" json:"ex,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Department) Reset() { *m = Department{} }
func (m *Department) String() string { return proto.CompactTextString(m) }
func (*Department) ProtoMessage() {}
func (*Department) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{9}
2022-04-12 22:02:43 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *Department) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Department.Unmarshal(m, b)
2022-04-12 22:02:43 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *Department) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Department.Marshal(b, m, deterministic)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *Department) XXX_Merge(src proto.Message) {
xxx_messageInfo_Department.Merge(dst, src)
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *Department) XXX_Size() int {
return xxx_messageInfo_Department.Size(m)
2022-09-27 16:59:56 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *Department) XXX_DiscardUnknown() {
xxx_messageInfo_Department.DiscardUnknown(m)
}
var xxx_messageInfo_Department proto.InternalMessageInfo
2022-08-17 10:42:17 +08:00
2022-09-28 16:35:20 +08:00
func (m *Department) GetDepartmentID() string {
if m != nil {
return m.DepartmentID
2022-04-12 22:02:43 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *Department) GetFaceURL() string {
if m != nil {
return m.FaceURL
2022-04-12 22:02:43 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *Department) GetName() string {
if m != nil {
return m.Name
2022-04-12 22:02:43 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *Department) GetParentID() string {
if m != nil {
return m.ParentID
2022-04-12 22:02:43 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *Department) GetOrder() int32 {
if m != nil {
return m.Order
2022-04-12 22:02:43 +08:00
}
return 0
}
2022-09-28 16:35:20 +08:00
func (m *Department) GetDepartmentType() int32 {
if m != nil {
return m.DepartmentType
2022-04-12 22:02:43 +08:00
}
return 0
}
2022-09-28 16:35:20 +08:00
func (m *Department) GetCreateTime() uint32 {
if m != nil {
return m.CreateTime
2022-04-12 22:02:43 +08:00
}
return 0
}
2022-09-28 16:35:20 +08:00
func (m *Department) GetSubDepartmentNum() uint32 {
if m != nil {
return m.SubDepartmentNum
2022-04-12 22:02:43 +08:00
}
return 0
}
2022-09-28 16:35:20 +08:00
func (m *Department) GetMemberNum() uint32 {
if m != nil {
return m.MemberNum
2022-04-12 22:02:43 +08:00
}
return 0
}
2022-09-28 16:35:20 +08:00
func (m *Department) GetEx() string {
if m != nil {
return m.Ex
2022-04-12 22:02:43 +08:00
}
return ""
}
type OrganizationUser struct {
2022-09-28 16:35:20 +08:00
UserID string `protobuf:"bytes,1,opt,name=userID" json:"userID,omitempty"`
Nickname string `protobuf:"bytes,2,opt,name=nickname" json:"nickname,omitempty"`
EnglishName string `protobuf:"bytes,3,opt,name=englishName" json:"englishName,omitempty"`
FaceURL string `protobuf:"bytes,4,opt,name=faceURL" json:"faceURL,omitempty"`
Gender int32 `protobuf:"varint,5,opt,name=gender" json:"gender,omitempty"`
Mobile string `protobuf:"bytes,6,opt,name=mobile" json:"mobile,omitempty"`
Telephone string `protobuf:"bytes,7,opt,name=telephone" json:"telephone,omitempty"`
Birth uint32 `protobuf:"varint,8,opt,name=birth" json:"birth,omitempty"`
Email string `protobuf:"bytes,9,opt,name=email" json:"email,omitempty"`
CreateTime uint32 `protobuf:"varint,10,opt,name=createTime" json:"createTime,omitempty"`
Ex string `protobuf:"bytes,11,opt,name=ex" json:"ex,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *OrganizationUser) Reset() { *m = OrganizationUser{} }
func (m *OrganizationUser) String() string { return proto.CompactTextString(m) }
func (*OrganizationUser) ProtoMessage() {}
func (*OrganizationUser) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{10}
2022-04-12 22:02:43 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *OrganizationUser) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_OrganizationUser.Unmarshal(m, b)
2022-04-12 22:02:43 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *OrganizationUser) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_OrganizationUser.Marshal(b, m, deterministic)
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *OrganizationUser) XXX_Merge(src proto.Message) {
xxx_messageInfo_OrganizationUser.Merge(dst, src)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *OrganizationUser) XXX_Size() int {
return xxx_messageInfo_OrganizationUser.Size(m)
}
func (m *OrganizationUser) XXX_DiscardUnknown() {
xxx_messageInfo_OrganizationUser.DiscardUnknown(m)
2022-09-27 16:59:56 +08:00
}
2022-08-07 22:37:27 +08:00
2022-09-28 16:35:20 +08:00
var xxx_messageInfo_OrganizationUser proto.InternalMessageInfo
func (m *OrganizationUser) GetUserID() string {
if m != nil {
return m.UserID
2022-08-07 22:37:27 +08:00
}
2022-04-12 22:02:43 +08:00
return ""
}
2022-09-28 16:35:20 +08:00
func (m *OrganizationUser) GetNickname() string {
if m != nil {
return m.Nickname
2022-04-12 22:02:43 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *OrganizationUser) GetEnglishName() string {
if m != nil {
return m.EnglishName
2022-04-12 22:02:43 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *OrganizationUser) GetFaceURL() string {
if m != nil {
return m.FaceURL
2022-08-07 22:37:27 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *OrganizationUser) GetGender() int32 {
if m != nil {
return m.Gender
2022-04-12 22:02:43 +08:00
}
return 0
}
2022-09-28 16:35:20 +08:00
func (m *OrganizationUser) GetMobile() string {
if m != nil {
return m.Mobile
2022-04-12 22:02:43 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *OrganizationUser) GetTelephone() string {
if m != nil {
return m.Telephone
2022-04-12 22:02:43 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *OrganizationUser) GetBirth() uint32 {
if m != nil {
return m.Birth
2022-04-12 22:02:43 +08:00
}
return 0
}
2022-09-28 16:35:20 +08:00
func (m *OrganizationUser) GetEmail() string {
if m != nil {
return m.Email
2022-04-12 22:02:43 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *OrganizationUser) GetCreateTime() uint32 {
if m != nil {
return m.CreateTime
2022-04-12 22:02:43 +08:00
}
return 0
}
2022-09-28 16:35:20 +08:00
func (m *OrganizationUser) GetEx() string {
if m != nil {
return m.Ex
2022-04-12 22:02:43 +08:00
}
return ""
}
type DepartmentMember struct {
2022-09-28 16:35:20 +08:00
UserID string `protobuf:"bytes,1,opt,name=userID" json:"userID,omitempty"`
DepartmentID string `protobuf:"bytes,2,opt,name=departmentID" json:"departmentID,omitempty"`
Order int32 `protobuf:"varint,3,opt,name=order" json:"order,omitempty"`
Position string `protobuf:"bytes,4,opt,name=position" json:"position,omitempty"`
Leader int32 `protobuf:"varint,5,opt,name=leader" json:"leader,omitempty"`
Status int32 `protobuf:"varint,6,opt,name=status" json:"status,omitempty"`
Ex string `protobuf:"bytes,7,opt,name=ex" json:"ex,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *DepartmentMember) Reset() { *m = DepartmentMember{} }
func (m *DepartmentMember) String() string { return proto.CompactTextString(m) }
func (*DepartmentMember) ProtoMessage() {}
func (*DepartmentMember) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{11}
2022-04-12 22:02:43 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *DepartmentMember) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_DepartmentMember.Unmarshal(m, b)
2022-04-12 22:02:43 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *DepartmentMember) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_DepartmentMember.Marshal(b, m, deterministic)
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *DepartmentMember) XXX_Merge(src proto.Message) {
xxx_messageInfo_DepartmentMember.Merge(dst, src)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *DepartmentMember) XXX_Size() int {
return xxx_messageInfo_DepartmentMember.Size(m)
}
func (m *DepartmentMember) XXX_DiscardUnknown() {
xxx_messageInfo_DepartmentMember.DiscardUnknown(m)
2022-09-27 16:59:56 +08:00
}
2022-04-12 22:02:43 +08:00
2022-09-28 16:35:20 +08:00
var xxx_messageInfo_DepartmentMember proto.InternalMessageInfo
func (m *DepartmentMember) GetUserID() string {
if m != nil {
return m.UserID
2022-04-12 22:02:43 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *DepartmentMember) GetDepartmentID() string {
if m != nil {
return m.DepartmentID
2022-04-12 22:02:43 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *DepartmentMember) GetOrder() int32 {
if m != nil {
return m.Order
2022-04-12 22:02:43 +08:00
}
return 0
}
2022-09-28 16:35:20 +08:00
func (m *DepartmentMember) GetPosition() string {
if m != nil {
return m.Position
2022-04-12 22:02:43 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *DepartmentMember) GetLeader() int32 {
if m != nil {
return m.Leader
2022-04-12 22:02:43 +08:00
}
return 0
}
2022-09-28 16:35:20 +08:00
func (m *DepartmentMember) GetStatus() int32 {
if m != nil {
return m.Status
2022-04-12 22:02:43 +08:00
}
return 0
}
2022-09-28 16:35:20 +08:00
func (m *DepartmentMember) GetEx() string {
if m != nil {
return m.Ex
2022-04-12 22:02:43 +08:00
}
return ""
}
2022-04-18 17:25:54 +08:00
type UserDepartmentMember struct {
2022-09-28 16:35:20 +08:00
OrganizationUser *OrganizationUser `protobuf:"bytes,1,opt,name=organizationUser" json:"organizationUser,omitempty"`
DepartmentMember *DepartmentMember `protobuf:"bytes,2,opt,name=departmentMember" json:"departmentMember,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-04-18 17:25:54 +08:00
}
2022-09-27 16:59:56 +08:00
2022-09-28 16:35:20 +08:00
func (m *UserDepartmentMember) Reset() { *m = UserDepartmentMember{} }
func (m *UserDepartmentMember) String() string { return proto.CompactTextString(m) }
func (*UserDepartmentMember) ProtoMessage() {}
func (*UserDepartmentMember) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{12}
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *UserDepartmentMember) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_UserDepartmentMember.Unmarshal(m, b)
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *UserDepartmentMember) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_UserDepartmentMember.Marshal(b, m, deterministic)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *UserDepartmentMember) XXX_Merge(src proto.Message) {
xxx_messageInfo_UserDepartmentMember.Merge(dst, src)
}
func (m *UserDepartmentMember) XXX_Size() int {
return xxx_messageInfo_UserDepartmentMember.Size(m)
}
func (m *UserDepartmentMember) XXX_DiscardUnknown() {
xxx_messageInfo_UserDepartmentMember.DiscardUnknown(m)
2022-09-27 16:59:56 +08:00
}
2022-04-18 17:25:54 +08:00
2022-09-28 16:35:20 +08:00
var xxx_messageInfo_UserDepartmentMember proto.InternalMessageInfo
func (m *UserDepartmentMember) GetOrganizationUser() *OrganizationUser {
if m != nil {
return m.OrganizationUser
2022-04-18 17:25:54 +08:00
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *UserDepartmentMember) GetDepartmentMember() *DepartmentMember {
if m != nil {
return m.DepartmentMember
2022-04-18 17:25:54 +08:00
}
return nil
}
2022-04-12 22:02:43 +08:00
type UserInDepartment struct {
2022-09-28 16:35:20 +08:00
OrganizationUser *OrganizationUser `protobuf:"bytes,1,opt,name=organizationUser" json:"organizationUser,omitempty"`
DepartmentMemberList []*DepartmentMember `protobuf:"bytes,2,rep,name=departmentMemberList" json:"departmentMemberList,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-04-12 22:02:43 +08:00
}
2022-09-27 16:59:56 +08:00
2022-09-28 16:35:20 +08:00
func (m *UserInDepartment) Reset() { *m = UserInDepartment{} }
func (m *UserInDepartment) String() string { return proto.CompactTextString(m) }
func (*UserInDepartment) ProtoMessage() {}
func (*UserInDepartment) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{13}
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *UserInDepartment) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_UserInDepartment.Unmarshal(m, b)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *UserInDepartment) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_UserInDepartment.Marshal(b, m, deterministic)
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *UserInDepartment) XXX_Merge(src proto.Message) {
xxx_messageInfo_UserInDepartment.Merge(dst, src)
}
func (m *UserInDepartment) XXX_Size() int {
return xxx_messageInfo_UserInDepartment.Size(m)
2022-09-27 16:59:56 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *UserInDepartment) XXX_DiscardUnknown() {
xxx_messageInfo_UserInDepartment.DiscardUnknown(m)
}
var xxx_messageInfo_UserInDepartment proto.InternalMessageInfo
2022-08-17 10:42:17 +08:00
2022-09-28 16:35:20 +08:00
func (m *UserInDepartment) GetOrganizationUser() *OrganizationUser {
if m != nil {
return m.OrganizationUser
2022-04-12 22:02:43 +08:00
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *UserInDepartment) GetDepartmentMemberList() []*DepartmentMember {
if m != nil {
return m.DepartmentMemberList
2022-04-12 22:02:43 +08:00
}
return nil
}
2022-09-28 16:35:20 +08:00
// /////////////////////////////////base end/////////////////////////////////////
2022-05-27 20:29:39 +08:00
type PullMessageBySeqListReq struct {
2022-09-28 16:35:20 +08:00
UserID string `protobuf:"bytes,1,opt,name=userID" json:"userID,omitempty"`
OperationID string `protobuf:"bytes,2,opt,name=operationID" json:"operationID,omitempty"`
SeqList []uint32 `protobuf:"varint,3,rep,packed,name=seqList" json:"seqList,omitempty"`
GroupSeqList map[string]*SeqList `protobuf:"bytes,4,rep,name=groupSeqList" json:"groupSeqList,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *PullMessageBySeqListReq) Reset() { *m = PullMessageBySeqListReq{} }
func (m *PullMessageBySeqListReq) String() string { return proto.CompactTextString(m) }
func (*PullMessageBySeqListReq) ProtoMessage() {}
func (*PullMessageBySeqListReq) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{14}
2022-05-27 20:29:39 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *PullMessageBySeqListReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_PullMessageBySeqListReq.Unmarshal(m, b)
2022-05-27 20:29:39 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *PullMessageBySeqListReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_PullMessageBySeqListReq.Marshal(b, m, deterministic)
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *PullMessageBySeqListReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_PullMessageBySeqListReq.Merge(dst, src)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *PullMessageBySeqListReq) XXX_Size() int {
return xxx_messageInfo_PullMessageBySeqListReq.Size(m)
}
func (m *PullMessageBySeqListReq) XXX_DiscardUnknown() {
xxx_messageInfo_PullMessageBySeqListReq.DiscardUnknown(m)
2022-09-27 16:59:56 +08:00
}
2022-05-27 20:29:39 +08:00
2022-09-28 16:35:20 +08:00
var xxx_messageInfo_PullMessageBySeqListReq proto.InternalMessageInfo
func (m *PullMessageBySeqListReq) GetUserID() string {
if m != nil {
return m.UserID
2022-05-27 20:29:39 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *PullMessageBySeqListReq) GetOperationID() string {
if m != nil {
return m.OperationID
2022-05-27 20:29:39 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *PullMessageBySeqListReq) GetSeqList() []uint32 {
if m != nil {
return m.SeqList
2022-05-27 20:29:39 +08:00
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *PullMessageBySeqListReq) GetGroupSeqList() map[string]*SeqList {
if m != nil {
return m.GroupSeqList
2022-05-27 20:29:39 +08:00
}
return nil
}
type SeqList struct {
2022-09-28 16:35:20 +08:00
SeqList []uint32 `protobuf:"varint,1,rep,packed,name=seqList" json:"seqList,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-05-27 20:29:39 +08:00
}
2022-09-27 16:59:56 +08:00
2022-09-28 16:35:20 +08:00
func (m *SeqList) Reset() { *m = SeqList{} }
func (m *SeqList) String() string { return proto.CompactTextString(m) }
func (*SeqList) ProtoMessage() {}
func (*SeqList) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{15}
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *SeqList) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SeqList.Unmarshal(m, b)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *SeqList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SeqList.Marshal(b, m, deterministic)
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *SeqList) XXX_Merge(src proto.Message) {
xxx_messageInfo_SeqList.Merge(dst, src)
}
func (m *SeqList) XXX_Size() int {
return xxx_messageInfo_SeqList.Size(m)
2022-09-27 16:59:56 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *SeqList) XXX_DiscardUnknown() {
xxx_messageInfo_SeqList.DiscardUnknown(m)
}
var xxx_messageInfo_SeqList proto.InternalMessageInfo
2022-08-17 10:42:17 +08:00
2022-09-28 16:35:20 +08:00
func (m *SeqList) GetSeqList() []uint32 {
if m != nil {
return m.SeqList
2022-05-27 20:29:39 +08:00
}
return nil
}
type MsgDataList struct {
2022-09-28 16:35:20 +08:00
MsgDataList []*MsgData `protobuf:"bytes,1,rep,name=msgDataList" json:"msgDataList,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-05-27 20:29:39 +08:00
}
2022-09-27 16:59:56 +08:00
2022-09-28 16:35:20 +08:00
func (m *MsgDataList) Reset() { *m = MsgDataList{} }
func (m *MsgDataList) String() string { return proto.CompactTextString(m) }
func (*MsgDataList) ProtoMessage() {}
func (*MsgDataList) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{16}
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *MsgDataList) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_MsgDataList.Unmarshal(m, b)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *MsgDataList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_MsgDataList.Marshal(b, m, deterministic)
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *MsgDataList) XXX_Merge(src proto.Message) {
xxx_messageInfo_MsgDataList.Merge(dst, src)
}
func (m *MsgDataList) XXX_Size() int {
return xxx_messageInfo_MsgDataList.Size(m)
2022-09-27 16:59:56 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *MsgDataList) XXX_DiscardUnknown() {
xxx_messageInfo_MsgDataList.DiscardUnknown(m)
}
var xxx_messageInfo_MsgDataList proto.InternalMessageInfo
2022-08-17 10:42:17 +08:00
2022-09-28 16:35:20 +08:00
func (m *MsgDataList) GetMsgDataList() []*MsgData {
if m != nil {
return m.MsgDataList
2022-05-27 20:29:39 +08:00
}
return nil
}
type PullMessageBySeqListResp struct {
2022-09-28 16:35:20 +08:00
ErrCode int32 `protobuf:"varint,1,opt,name=errCode" json:"errCode,omitempty"`
ErrMsg string `protobuf:"bytes,2,opt,name=errMsg" json:"errMsg,omitempty"`
List []*MsgData `protobuf:"bytes,3,rep,name=list" json:"list,omitempty"`
GroupMsgDataList map[string]*MsgDataList `protobuf:"bytes,4,rep,name=groupMsgDataList" json:"groupMsgDataList,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *PullMessageBySeqListResp) Reset() { *m = PullMessageBySeqListResp{} }
func (m *PullMessageBySeqListResp) String() string { return proto.CompactTextString(m) }
func (*PullMessageBySeqListResp) ProtoMessage() {}
func (*PullMessageBySeqListResp) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{17}
2022-01-24 01:40:49 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *PullMessageBySeqListResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_PullMessageBySeqListResp.Unmarshal(m, b)
2022-03-08 18:48:36 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *PullMessageBySeqListResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_PullMessageBySeqListResp.Marshal(b, m, deterministic)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *PullMessageBySeqListResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_PullMessageBySeqListResp.Merge(dst, src)
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *PullMessageBySeqListResp) XXX_Size() int {
return xxx_messageInfo_PullMessageBySeqListResp.Size(m)
2022-09-27 16:59:56 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *PullMessageBySeqListResp) XXX_DiscardUnknown() {
xxx_messageInfo_PullMessageBySeqListResp.DiscardUnknown(m)
}
var xxx_messageInfo_PullMessageBySeqListResp proto.InternalMessageInfo
2022-08-17 10:42:17 +08:00
2022-09-28 16:35:20 +08:00
func (m *PullMessageBySeqListResp) GetErrCode() int32 {
if m != nil {
return m.ErrCode
2021-12-10 17:30:11 +08:00
}
2021-12-26 18:47:11 +08:00
return 0
2021-12-10 17:30:11 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *PullMessageBySeqListResp) GetErrMsg() string {
if m != nil {
return m.ErrMsg
2021-12-10 17:30:11 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *PullMessageBySeqListResp) GetList() []*MsgData {
if m != nil {
return m.List
2021-12-23 17:48:06 +08:00
}
2021-12-26 18:47:11 +08:00
return nil
2021-12-23 17:48:06 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *PullMessageBySeqListResp) GetGroupMsgDataList() map[string]*MsgDataList {
if m != nil {
return m.GroupMsgDataList
2021-12-26 18:47:11 +08:00
}
return nil
}
type GetMaxAndMinSeqReq struct {
2022-09-28 16:35:20 +08:00
GroupIDList []string `protobuf:"bytes,1,rep,name=groupIDList" json:"groupIDList,omitempty"`
UserID string `protobuf:"bytes,2,opt,name=userID" json:"userID,omitempty"`
OperationID string `protobuf:"bytes,3,opt,name=operationID" json:"operationID,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2021-12-26 18:47:11 +08:00
}
2022-09-27 16:59:56 +08:00
2022-09-28 16:35:20 +08:00
func (m *GetMaxAndMinSeqReq) Reset() { *m = GetMaxAndMinSeqReq{} }
func (m *GetMaxAndMinSeqReq) String() string { return proto.CompactTextString(m) }
func (*GetMaxAndMinSeqReq) ProtoMessage() {}
func (*GetMaxAndMinSeqReq) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{18}
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *GetMaxAndMinSeqReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetMaxAndMinSeqReq.Unmarshal(m, b)
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *GetMaxAndMinSeqReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetMaxAndMinSeqReq.Marshal(b, m, deterministic)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *GetMaxAndMinSeqReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetMaxAndMinSeqReq.Merge(dst, src)
}
func (m *GetMaxAndMinSeqReq) XXX_Size() int {
return xxx_messageInfo_GetMaxAndMinSeqReq.Size(m)
}
func (m *GetMaxAndMinSeqReq) XXX_DiscardUnknown() {
xxx_messageInfo_GetMaxAndMinSeqReq.DiscardUnknown(m)
2022-09-27 16:59:56 +08:00
}
2022-01-24 01:40:49 +08:00
2022-09-28 16:35:20 +08:00
var xxx_messageInfo_GetMaxAndMinSeqReq proto.InternalMessageInfo
func (m *GetMaxAndMinSeqReq) GetGroupIDList() []string {
if m != nil {
return m.GroupIDList
2022-05-27 20:29:39 +08:00
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *GetMaxAndMinSeqReq) GetUserID() string {
if m != nil {
return m.UserID
2022-05-27 20:29:39 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *GetMaxAndMinSeqReq) GetOperationID() string {
if m != nil {
return m.OperationID
2022-05-28 17:22:19 +08:00
}
return ""
}
2022-05-27 20:29:39 +08:00
type MaxAndMinSeq struct {
2022-09-28 16:35:20 +08:00
MaxSeq uint32 `protobuf:"varint,1,opt,name=maxSeq" json:"maxSeq,omitempty"`
MinSeq uint32 `protobuf:"varint,2,opt,name=minSeq" json:"minSeq,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-05-27 20:29:39 +08:00
}
2022-09-27 16:59:56 +08:00
2022-09-28 16:35:20 +08:00
func (m *MaxAndMinSeq) Reset() { *m = MaxAndMinSeq{} }
func (m *MaxAndMinSeq) String() string { return proto.CompactTextString(m) }
func (*MaxAndMinSeq) ProtoMessage() {}
func (*MaxAndMinSeq) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{19}
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *MaxAndMinSeq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_MaxAndMinSeq.Unmarshal(m, b)
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *MaxAndMinSeq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_MaxAndMinSeq.Marshal(b, m, deterministic)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *MaxAndMinSeq) XXX_Merge(src proto.Message) {
xxx_messageInfo_MaxAndMinSeq.Merge(dst, src)
}
func (m *MaxAndMinSeq) XXX_Size() int {
return xxx_messageInfo_MaxAndMinSeq.Size(m)
}
func (m *MaxAndMinSeq) XXX_DiscardUnknown() {
xxx_messageInfo_MaxAndMinSeq.DiscardUnknown(m)
2022-09-27 16:59:56 +08:00
}
2022-05-27 20:29:39 +08:00
2022-09-28 16:35:20 +08:00
var xxx_messageInfo_MaxAndMinSeq proto.InternalMessageInfo
func (m *MaxAndMinSeq) GetMaxSeq() uint32 {
if m != nil {
return m.MaxSeq
2022-05-27 20:29:39 +08:00
}
return 0
}
2022-09-28 16:35:20 +08:00
func (m *MaxAndMinSeq) GetMinSeq() uint32 {
if m != nil {
return m.MinSeq
2022-05-27 20:29:39 +08:00
}
return 0
}
type GetMaxAndMinSeqResp struct {
2022-09-28 16:35:20 +08:00
MaxSeq uint32 `protobuf:"varint,1,opt,name=maxSeq" json:"maxSeq,omitempty"`
MinSeq uint32 `protobuf:"varint,2,opt,name=minSeq" json:"minSeq,omitempty"`
ErrCode int32 `protobuf:"varint,3,opt,name=errCode" json:"errCode,omitempty"`
ErrMsg string `protobuf:"bytes,4,opt,name=errMsg" json:"errMsg,omitempty"`
GroupMaxAndMinSeq map[string]*MaxAndMinSeq `protobuf:"bytes,5,rep,name=groupMaxAndMinSeq" json:"groupMaxAndMinSeq,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *GetMaxAndMinSeqResp) Reset() { *m = GetMaxAndMinSeqResp{} }
func (m *GetMaxAndMinSeqResp) String() string { return proto.CompactTextString(m) }
func (*GetMaxAndMinSeqResp) ProtoMessage() {}
func (*GetMaxAndMinSeqResp) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{20}
2022-03-08 18:48:36 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *GetMaxAndMinSeqResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetMaxAndMinSeqResp.Unmarshal(m, b)
2022-01-24 01:40:49 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *GetMaxAndMinSeqResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetMaxAndMinSeqResp.Marshal(b, m, deterministic)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *GetMaxAndMinSeqResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetMaxAndMinSeqResp.Merge(dst, src)
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *GetMaxAndMinSeqResp) XXX_Size() int {
return xxx_messageInfo_GetMaxAndMinSeqResp.Size(m)
2022-09-27 16:59:56 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *GetMaxAndMinSeqResp) XXX_DiscardUnknown() {
xxx_messageInfo_GetMaxAndMinSeqResp.DiscardUnknown(m)
}
var xxx_messageInfo_GetMaxAndMinSeqResp proto.InternalMessageInfo
2022-08-17 10:42:17 +08:00
2022-09-28 16:35:20 +08:00
func (m *GetMaxAndMinSeqResp) GetMaxSeq() uint32 {
if m != nil {
return m.MaxSeq
2021-12-26 18:47:11 +08:00
}
return 0
}
2022-09-28 16:35:20 +08:00
func (m *GetMaxAndMinSeqResp) GetMinSeq() uint32 {
if m != nil {
return m.MinSeq
2021-12-26 18:47:11 +08:00
}
return 0
}
2022-09-28 16:35:20 +08:00
func (m *GetMaxAndMinSeqResp) GetErrCode() int32 {
if m != nil {
return m.ErrCode
2022-05-28 17:22:19 +08:00
}
return 0
}
2022-09-28 16:35:20 +08:00
func (m *GetMaxAndMinSeqResp) GetErrMsg() string {
if m != nil {
return m.ErrMsg
2022-05-28 17:22:19 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *GetMaxAndMinSeqResp) GetGroupMaxAndMinSeq() map[string]*MaxAndMinSeq {
if m != nil {
return m.GroupMaxAndMinSeq
2022-05-27 20:29:39 +08:00
}
return nil
}
2021-12-26 18:47:11 +08:00
type UserSendMsgResp struct {
2022-09-28 16:35:20 +08:00
ServerMsgID string `protobuf:"bytes,1,opt,name=serverMsgID" json:"serverMsgID,omitempty"`
ClientMsgID string `protobuf:"bytes,2,opt,name=clientMsgID" json:"clientMsgID,omitempty"`
SendTime int64 `protobuf:"varint,3,opt,name=sendTime" json:"sendTime,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-01-24 01:40:49 +08:00
}
2022-09-27 16:59:56 +08:00
2022-09-28 16:35:20 +08:00
func (m *UserSendMsgResp) Reset() { *m = UserSendMsgResp{} }
func (m *UserSendMsgResp) String() string { return proto.CompactTextString(m) }
func (*UserSendMsgResp) ProtoMessage() {}
func (*UserSendMsgResp) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{21}
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *UserSendMsgResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_UserSendMsgResp.Unmarshal(m, b)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *UserSendMsgResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_UserSendMsgResp.Marshal(b, m, deterministic)
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *UserSendMsgResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_UserSendMsgResp.Merge(dst, src)
}
func (m *UserSendMsgResp) XXX_Size() int {
return xxx_messageInfo_UserSendMsgResp.Size(m)
2022-09-27 16:59:56 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *UserSendMsgResp) XXX_DiscardUnknown() {
xxx_messageInfo_UserSendMsgResp.DiscardUnknown(m)
}
var xxx_messageInfo_UserSendMsgResp proto.InternalMessageInfo
2022-08-17 10:42:17 +08:00
2022-09-28 16:35:20 +08:00
func (m *UserSendMsgResp) GetServerMsgID() string {
if m != nil {
return m.ServerMsgID
2021-12-26 18:47:11 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *UserSendMsgResp) GetClientMsgID() string {
if m != nil {
return m.ClientMsgID
2021-12-26 18:47:11 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *UserSendMsgResp) GetSendTime() int64 {
if m != nil {
return m.SendTime
2021-12-26 18:47:11 +08:00
}
return 0
}
type MsgData struct {
2022-09-28 16:35:20 +08:00
SendID string `protobuf:"bytes,1,opt,name=sendID" json:"sendID,omitempty"`
RecvID string `protobuf:"bytes,2,opt,name=recvID" json:"recvID,omitempty"`
GroupID string `protobuf:"bytes,3,opt,name=groupID" json:"groupID,omitempty"`
ClientMsgID string `protobuf:"bytes,4,opt,name=clientMsgID" json:"clientMsgID,omitempty"`
ServerMsgID string `protobuf:"bytes,5,opt,name=serverMsgID" json:"serverMsgID,omitempty"`
SenderPlatformID int32 `protobuf:"varint,6,opt,name=senderPlatformID" json:"senderPlatformID,omitempty"`
SenderNickname string `protobuf:"bytes,7,opt,name=senderNickname" json:"senderNickname,omitempty"`
SenderFaceURL string `protobuf:"bytes,8,opt,name=senderFaceURL" json:"senderFaceURL,omitempty"`
SessionType int32 `protobuf:"varint,9,opt,name=sessionType" json:"sessionType,omitempty"`
MsgFrom int32 `protobuf:"varint,10,opt,name=msgFrom" json:"msgFrom,omitempty"`
ContentType int32 `protobuf:"varint,11,opt,name=contentType" json:"contentType,omitempty"`
Content []byte `protobuf:"bytes,12,opt,name=content,proto3" json:"content,omitempty"`
Seq uint32 `protobuf:"varint,14,opt,name=seq" json:"seq,omitempty"`
SendTime int64 `protobuf:"varint,15,opt,name=sendTime" json:"sendTime,omitempty"`
CreateTime int64 `protobuf:"varint,16,opt,name=createTime" json:"createTime,omitempty"`
Status int32 `protobuf:"varint,17,opt,name=status" json:"status,omitempty"`
Options map[string]bool `protobuf:"bytes,18,rep,name=options" json:"options,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"varint,2,opt,name=value"`
OfflinePushInfo *OfflinePushInfo `protobuf:"bytes,19,opt,name=offlinePushInfo" json:"offlinePushInfo,omitempty"`
AtUserIDList []string `protobuf:"bytes,20,rep,name=atUserIDList" json:"atUserIDList,omitempty"`
MsgDataList []byte `protobuf:"bytes,21,opt,name=msgDataList,proto3" json:"msgDataList,omitempty"`
AttachedInfo string `protobuf:"bytes,22,opt,name=attachedInfo" json:"attachedInfo,omitempty"`
Ex string `protobuf:"bytes,23,opt,name=ex" json:"ex,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *MsgData) Reset() { *m = MsgData{} }
func (m *MsgData) String() string { return proto.CompactTextString(m) }
func (*MsgData) ProtoMessage() {}
2022-09-27 16:59:56 +08:00
func (*MsgData) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{22}
2022-09-28 16:35:20 +08:00
}
func (m *MsgData) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_MsgData.Unmarshal(m, b)
}
func (m *MsgData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_MsgData.Marshal(b, m, deterministic)
}
func (dst *MsgData) XXX_Merge(src proto.Message) {
xxx_messageInfo_MsgData.Merge(dst, src)
}
func (m *MsgData) XXX_Size() int {
return xxx_messageInfo_MsgData.Size(m)
}
func (m *MsgData) XXX_DiscardUnknown() {
xxx_messageInfo_MsgData.DiscardUnknown(m)
2022-09-27 16:59:56 +08:00
}
2022-03-08 18:48:36 +08:00
2022-09-28 16:35:20 +08:00
var xxx_messageInfo_MsgData proto.InternalMessageInfo
func (m *MsgData) GetSendID() string {
if m != nil {
return m.SendID
2021-12-10 17:30:11 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *MsgData) GetRecvID() string {
if m != nil {
return m.RecvID
2021-12-10 17:30:11 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *MsgData) GetGroupID() string {
if m != nil {
return m.GroupID
2021-12-10 17:30:11 +08:00
}
2021-12-26 18:47:11 +08:00
return ""
2021-12-10 17:30:11 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *MsgData) GetClientMsgID() string {
if m != nil {
return m.ClientMsgID
2021-12-10 17:30:11 +08:00
}
2021-12-26 18:47:11 +08:00
return ""
2021-12-10 17:30:11 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *MsgData) GetServerMsgID() string {
if m != nil {
return m.ServerMsgID
2021-12-21 21:40:50 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *MsgData) GetSenderPlatformID() int32 {
if m != nil {
return m.SenderPlatformID
2021-12-21 21:40:50 +08:00
}
2021-12-26 18:47:11 +08:00
return 0
2021-12-21 21:40:50 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *MsgData) GetSenderNickname() string {
if m != nil {
return m.SenderNickname
2021-12-21 21:40:50 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *MsgData) GetSenderFaceURL() string {
if m != nil {
return m.SenderFaceURL
2021-12-23 18:29:39 +08:00
}
2021-12-26 18:47:11 +08:00
return ""
2021-12-23 18:29:39 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *MsgData) GetSessionType() int32 {
if m != nil {
return m.SessionType
2021-12-26 18:47:11 +08:00
}
return 0
2021-12-10 17:30:11 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *MsgData) GetMsgFrom() int32 {
if m != nil {
return m.MsgFrom
2021-12-26 18:47:11 +08:00
}
return 0
2021-12-10 17:30:11 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *MsgData) GetContentType() int32 {
if m != nil {
return m.ContentType
2021-12-10 17:30:11 +08:00
}
2021-12-26 18:47:11 +08:00
return 0
2021-12-10 17:30:11 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *MsgData) GetContent() []byte {
if m != nil {
return m.Content
2021-12-10 17:30:11 +08:00
}
2021-12-26 18:47:11 +08:00
return nil
2021-12-10 17:30:11 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *MsgData) GetSeq() uint32 {
if m != nil {
return m.Seq
2021-12-10 17:30:11 +08:00
}
return 0
}
2022-09-28 16:35:20 +08:00
func (m *MsgData) GetSendTime() int64 {
if m != nil {
return m.SendTime
2021-12-10 17:30:11 +08:00
}
2021-12-26 18:47:11 +08:00
return 0
2021-12-10 17:30:11 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *MsgData) GetCreateTime() int64 {
if m != nil {
return m.CreateTime
2021-12-10 17:30:11 +08:00
}
2021-12-26 18:47:11 +08:00
return 0
2021-12-10 17:30:11 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *MsgData) GetStatus() int32 {
if m != nil {
return m.Status
2022-01-19 14:12:29 +08:00
}
return 0
}
2022-09-28 16:35:20 +08:00
func (m *MsgData) GetOptions() map[string]bool {
if m != nil {
return m.Options
2021-12-10 17:30:11 +08:00
}
2021-12-26 18:47:11 +08:00
return nil
2021-12-10 17:30:11 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *MsgData) GetOfflinePushInfo() *OfflinePushInfo {
if m != nil {
return m.OfflinePushInfo
2021-12-23 17:48:06 +08:00
}
2021-12-26 18:47:11 +08:00
return nil
2021-12-23 17:48:06 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *MsgData) GetAtUserIDList() []string {
if m != nil {
return m.AtUserIDList
2022-04-24 15:55:19 +08:00
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *MsgData) GetMsgDataList() []byte {
if m != nil {
return m.MsgDataList
2022-06-08 10:32:21 +08:00
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *MsgData) GetAttachedInfo() string {
if m != nil {
return m.AttachedInfo
2022-08-02 18:11:40 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *MsgData) GetEx() string {
if m != nil {
return m.Ex
2022-08-02 18:11:40 +08:00
}
return ""
}
2021-12-26 18:47:11 +08:00
type OfflinePushInfo struct {
2022-09-28 16:35:20 +08:00
Title string `protobuf:"bytes,1,opt,name=title" json:"title,omitempty"`
Desc string `protobuf:"bytes,2,opt,name=desc" json:"desc,omitempty"`
Ex string `protobuf:"bytes,3,opt,name=ex" json:"ex,omitempty"`
IOSPushSound string `protobuf:"bytes,4,opt,name=iOSPushSound" json:"iOSPushSound,omitempty"`
IOSBadgeCount bool `protobuf:"varint,5,opt,name=iOSBadgeCount" json:"iOSBadgeCount,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *OfflinePushInfo) Reset() { *m = OfflinePushInfo{} }
func (m *OfflinePushInfo) String() string { return proto.CompactTextString(m) }
func (*OfflinePushInfo) ProtoMessage() {}
func (*OfflinePushInfo) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{23}
2022-03-08 18:48:36 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *OfflinePushInfo) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_OfflinePushInfo.Unmarshal(m, b)
2022-01-24 01:40:49 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *OfflinePushInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_OfflinePushInfo.Marshal(b, m, deterministic)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *OfflinePushInfo) XXX_Merge(src proto.Message) {
xxx_messageInfo_OfflinePushInfo.Merge(dst, src)
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *OfflinePushInfo) XXX_Size() int {
return xxx_messageInfo_OfflinePushInfo.Size(m)
2022-09-27 16:59:56 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *OfflinePushInfo) XXX_DiscardUnknown() {
xxx_messageInfo_OfflinePushInfo.DiscardUnknown(m)
}
var xxx_messageInfo_OfflinePushInfo proto.InternalMessageInfo
2022-08-17 10:42:17 +08:00
2022-09-28 16:35:20 +08:00
func (m *OfflinePushInfo) GetTitle() string {
if m != nil {
return m.Title
2021-12-21 21:40:50 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *OfflinePushInfo) GetDesc() string {
if m != nil {
return m.Desc
2021-12-21 21:40:50 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *OfflinePushInfo) GetEx() string {
if m != nil {
return m.Ex
2021-12-21 21:40:50 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *OfflinePushInfo) GetIOSPushSound() string {
if m != nil {
return m.IOSPushSound
2021-12-21 21:40:50 +08:00
}
2021-12-26 18:47:11 +08:00
return ""
}
2022-09-28 16:35:20 +08:00
func (m *OfflinePushInfo) GetIOSBadgeCount() bool {
if m != nil {
return m.IOSBadgeCount
2021-12-26 18:47:11 +08:00
}
return false
2021-12-21 21:40:50 +08:00
}
type TipsComm struct {
2022-09-28 16:35:20 +08:00
Detail []byte `protobuf:"bytes,1,opt,name=detail,proto3" json:"detail,omitempty"`
DefaultTips string `protobuf:"bytes,2,opt,name=defaultTips" json:"defaultTips,omitempty"`
JsonDetail string `protobuf:"bytes,3,opt,name=jsonDetail" json:"jsonDetail,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-03-08 18:48:36 +08:00
}
2022-09-27 16:59:56 +08:00
2022-09-28 16:35:20 +08:00
func (m *TipsComm) Reset() { *m = TipsComm{} }
func (m *TipsComm) String() string { return proto.CompactTextString(m) }
func (*TipsComm) ProtoMessage() {}
func (*TipsComm) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{24}
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *TipsComm) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_TipsComm.Unmarshal(m, b)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *TipsComm) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_TipsComm.Marshal(b, m, deterministic)
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *TipsComm) XXX_Merge(src proto.Message) {
xxx_messageInfo_TipsComm.Merge(dst, src)
}
func (m *TipsComm) XXX_Size() int {
return xxx_messageInfo_TipsComm.Size(m)
2022-09-27 16:59:56 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *TipsComm) XXX_DiscardUnknown() {
xxx_messageInfo_TipsComm.DiscardUnknown(m)
}
var xxx_messageInfo_TipsComm proto.InternalMessageInfo
2022-08-17 10:42:17 +08:00
2022-09-28 16:35:20 +08:00
func (m *TipsComm) GetDetail() []byte {
if m != nil {
return m.Detail
2022-08-07 22:37:27 +08:00
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *TipsComm) GetDefaultTips() string {
if m != nil {
return m.DefaultTips
2021-12-10 17:30:11 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *TipsComm) GetJsonDetail() string {
if m != nil {
return m.JsonDetail
2022-02-10 18:32:02 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
// OnGroupCreated()
2022-01-16 16:31:28 +08:00
type GroupCreatedTips struct {
2022-09-28 16:35:20 +08:00
Group *GroupInfo `protobuf:"bytes,1,opt,name=group" json:"group,omitempty"`
OpUser *GroupMemberFullInfo `protobuf:"bytes,2,opt,name=opUser" json:"opUser,omitempty"`
MemberList []*GroupMemberFullInfo `protobuf:"bytes,3,rep,name=memberList" json:"memberList,omitempty"`
OperationTime int64 `protobuf:"varint,4,opt,name=operationTime" json:"operationTime,omitempty"`
GroupOwnerUser *GroupMemberFullInfo `protobuf:"bytes,5,opt,name=groupOwnerUser" json:"groupOwnerUser,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *GroupCreatedTips) Reset() { *m = GroupCreatedTips{} }
func (m *GroupCreatedTips) String() string { return proto.CompactTextString(m) }
func (*GroupCreatedTips) ProtoMessage() {}
func (*GroupCreatedTips) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{25}
2022-03-08 18:48:36 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *GroupCreatedTips) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GroupCreatedTips.Unmarshal(m, b)
2022-01-24 01:40:49 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *GroupCreatedTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GroupCreatedTips.Marshal(b, m, deterministic)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *GroupCreatedTips) XXX_Merge(src proto.Message) {
xxx_messageInfo_GroupCreatedTips.Merge(dst, src)
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *GroupCreatedTips) XXX_Size() int {
return xxx_messageInfo_GroupCreatedTips.Size(m)
2022-09-27 16:59:56 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *GroupCreatedTips) XXX_DiscardUnknown() {
xxx_messageInfo_GroupCreatedTips.DiscardUnknown(m)
}
var xxx_messageInfo_GroupCreatedTips proto.InternalMessageInfo
2022-08-17 10:42:17 +08:00
2022-09-28 16:35:20 +08:00
func (m *GroupCreatedTips) GetGroup() *GroupInfo {
if m != nil {
return m.Group
2021-12-10 17:30:11 +08:00
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *GroupCreatedTips) GetOpUser() *GroupMemberFullInfo {
if m != nil {
return m.OpUser
2021-12-10 17:30:11 +08:00
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *GroupCreatedTips) GetMemberList() []*GroupMemberFullInfo {
if m != nil {
return m.MemberList
2022-01-16 16:31:28 +08:00
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *GroupCreatedTips) GetOperationTime() int64 {
if m != nil {
return m.OperationTime
2021-12-21 21:40:50 +08:00
}
return 0
}
2022-09-28 16:35:20 +08:00
func (m *GroupCreatedTips) GetGroupOwnerUser() *GroupMemberFullInfo {
if m != nil {
return m.GroupOwnerUser
2022-01-16 16:31:28 +08:00
}
return nil
}
2022-09-28 16:35:20 +08:00
// OnGroupInfoSet()
2022-01-16 16:31:28 +08:00
type GroupInfoSetTips struct {
2022-09-28 16:35:20 +08:00
OpUser *GroupMemberFullInfo `protobuf:"bytes,1,opt,name=opUser" json:"opUser,omitempty"`
MuteTime int64 `protobuf:"varint,2,opt,name=muteTime" json:"muteTime,omitempty"`
Group *GroupInfo `protobuf:"bytes,3,opt,name=group" json:"group,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-01-24 01:40:49 +08:00
}
2022-09-27 16:59:56 +08:00
2022-09-28 16:35:20 +08:00
func (m *GroupInfoSetTips) Reset() { *m = GroupInfoSetTips{} }
func (m *GroupInfoSetTips) String() string { return proto.CompactTextString(m) }
func (*GroupInfoSetTips) ProtoMessage() {}
func (*GroupInfoSetTips) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{26}
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *GroupInfoSetTips) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GroupInfoSetTips.Unmarshal(m, b)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *GroupInfoSetTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GroupInfoSetTips.Marshal(b, m, deterministic)
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *GroupInfoSetTips) XXX_Merge(src proto.Message) {
xxx_messageInfo_GroupInfoSetTips.Merge(dst, src)
}
func (m *GroupInfoSetTips) XXX_Size() int {
return xxx_messageInfo_GroupInfoSetTips.Size(m)
2022-09-27 16:59:56 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *GroupInfoSetTips) XXX_DiscardUnknown() {
xxx_messageInfo_GroupInfoSetTips.DiscardUnknown(m)
}
var xxx_messageInfo_GroupInfoSetTips proto.InternalMessageInfo
2022-08-17 10:42:17 +08:00
2022-09-28 16:35:20 +08:00
func (m *GroupInfoSetTips) GetOpUser() *GroupMemberFullInfo {
if m != nil {
return m.OpUser
2021-12-21 21:40:50 +08:00
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *GroupInfoSetTips) GetMuteTime() int64 {
if m != nil {
return m.MuteTime
2021-12-21 21:40:50 +08:00
}
2022-01-16 16:31:28 +08:00
return 0
2021-12-21 21:40:50 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *GroupInfoSetTips) GetGroup() *GroupInfo {
if m != nil {
return m.Group
2021-12-21 21:40:50 +08:00
}
2022-01-16 16:31:28 +08:00
return nil
2021-12-21 21:40:50 +08:00
}
2022-09-28 16:35:20 +08:00
// OnJoinGroupApplication()
2022-01-16 16:31:28 +08:00
type JoinGroupApplicationTips struct {
2022-09-28 16:35:20 +08:00
Group *GroupInfo `protobuf:"bytes,1,opt,name=group" json:"group,omitempty"`
Applicant *PublicUserInfo `protobuf:"bytes,2,opt,name=applicant" json:"applicant,omitempty"`
ReqMsg string `protobuf:"bytes,3,opt,name=reqMsg" json:"reqMsg,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-03-08 18:48:36 +08:00
}
2022-09-27 16:59:56 +08:00
2022-09-28 16:35:20 +08:00
func (m *JoinGroupApplicationTips) Reset() { *m = JoinGroupApplicationTips{} }
func (m *JoinGroupApplicationTips) String() string { return proto.CompactTextString(m) }
func (*JoinGroupApplicationTips) ProtoMessage() {}
func (*JoinGroupApplicationTips) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{27}
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *JoinGroupApplicationTips) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_JoinGroupApplicationTips.Unmarshal(m, b)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *JoinGroupApplicationTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_JoinGroupApplicationTips.Marshal(b, m, deterministic)
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *JoinGroupApplicationTips) XXX_Merge(src proto.Message) {
xxx_messageInfo_JoinGroupApplicationTips.Merge(dst, src)
}
func (m *JoinGroupApplicationTips) XXX_Size() int {
return xxx_messageInfo_JoinGroupApplicationTips.Size(m)
2022-09-27 16:59:56 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *JoinGroupApplicationTips) XXX_DiscardUnknown() {
xxx_messageInfo_JoinGroupApplicationTips.DiscardUnknown(m)
}
var xxx_messageInfo_JoinGroupApplicationTips proto.InternalMessageInfo
2022-08-17 10:42:17 +08:00
2022-09-28 16:35:20 +08:00
func (m *JoinGroupApplicationTips) GetGroup() *GroupInfo {
if m != nil {
return m.Group
2021-12-21 21:40:50 +08:00
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *JoinGroupApplicationTips) GetApplicant() *PublicUserInfo {
if m != nil {
return m.Applicant
2021-12-21 21:40:50 +08:00
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *JoinGroupApplicationTips) GetReqMsg() string {
if m != nil {
return m.ReqMsg
2021-12-21 21:40:50 +08:00
}
2022-01-16 16:31:28 +08:00
return ""
2021-12-21 21:40:50 +08:00
}
2022-09-28 16:35:20 +08:00
// OnQuitGroup()
// Actively leave the group
2022-01-16 16:31:28 +08:00
type MemberQuitTips struct {
2022-09-28 16:35:20 +08:00
Group *GroupInfo `protobuf:"bytes,1,opt,name=group" json:"group,omitempty"`
QuitUser *GroupMemberFullInfo `protobuf:"bytes,2,opt,name=quitUser" json:"quitUser,omitempty"`
OperationTime int64 `protobuf:"varint,3,opt,name=operationTime" json:"operationTime,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-01-24 01:40:49 +08:00
}
2022-09-27 16:59:56 +08:00
2022-09-28 16:35:20 +08:00
func (m *MemberQuitTips) Reset() { *m = MemberQuitTips{} }
func (m *MemberQuitTips) String() string { return proto.CompactTextString(m) }
func (*MemberQuitTips) ProtoMessage() {}
func (*MemberQuitTips) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{28}
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *MemberQuitTips) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_MemberQuitTips.Unmarshal(m, b)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *MemberQuitTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_MemberQuitTips.Marshal(b, m, deterministic)
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *MemberQuitTips) XXX_Merge(src proto.Message) {
xxx_messageInfo_MemberQuitTips.Merge(dst, src)
}
func (m *MemberQuitTips) XXX_Size() int {
return xxx_messageInfo_MemberQuitTips.Size(m)
2022-09-27 16:59:56 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *MemberQuitTips) XXX_DiscardUnknown() {
xxx_messageInfo_MemberQuitTips.DiscardUnknown(m)
}
var xxx_messageInfo_MemberQuitTips proto.InternalMessageInfo
2022-08-17 10:42:17 +08:00
2022-09-28 16:35:20 +08:00
func (m *MemberQuitTips) GetGroup() *GroupInfo {
if m != nil {
return m.Group
2021-12-21 21:40:50 +08:00
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *MemberQuitTips) GetQuitUser() *GroupMemberFullInfo {
if m != nil {
return m.QuitUser
2021-12-21 21:40:50 +08:00
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *MemberQuitTips) GetOperationTime() int64 {
if m != nil {
return m.OperationTime
2021-12-21 21:40:50 +08:00
}
return 0
}
2022-09-28 16:35:20 +08:00
// OnApplicationGroupAccepted()
2022-01-16 16:31:28 +08:00
type GroupApplicationAcceptedTips struct {
2022-09-28 16:35:20 +08:00
Group *GroupInfo `protobuf:"bytes,1,opt,name=group" json:"group,omitempty"`
OpUser *GroupMemberFullInfo `protobuf:"bytes,2,opt,name=opUser" json:"opUser,omitempty"`
HandleMsg string `protobuf:"bytes,4,opt,name=handleMsg" json:"handleMsg,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-03-08 18:48:36 +08:00
}
2022-09-27 16:59:56 +08:00
2022-09-28 16:35:20 +08:00
func (m *GroupApplicationAcceptedTips) Reset() { *m = GroupApplicationAcceptedTips{} }
func (m *GroupApplicationAcceptedTips) String() string { return proto.CompactTextString(m) }
func (*GroupApplicationAcceptedTips) ProtoMessage() {}
func (*GroupApplicationAcceptedTips) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{29}
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *GroupApplicationAcceptedTips) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GroupApplicationAcceptedTips.Unmarshal(m, b)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *GroupApplicationAcceptedTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GroupApplicationAcceptedTips.Marshal(b, m, deterministic)
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *GroupApplicationAcceptedTips) XXX_Merge(src proto.Message) {
xxx_messageInfo_GroupApplicationAcceptedTips.Merge(dst, src)
}
func (m *GroupApplicationAcceptedTips) XXX_Size() int {
return xxx_messageInfo_GroupApplicationAcceptedTips.Size(m)
2022-09-27 16:59:56 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *GroupApplicationAcceptedTips) XXX_DiscardUnknown() {
xxx_messageInfo_GroupApplicationAcceptedTips.DiscardUnknown(m)
}
var xxx_messageInfo_GroupApplicationAcceptedTips proto.InternalMessageInfo
2022-08-17 10:42:17 +08:00
2022-09-28 16:35:20 +08:00
func (m *GroupApplicationAcceptedTips) GetGroup() *GroupInfo {
if m != nil {
return m.Group
2021-12-21 21:40:50 +08:00
}
2022-01-16 16:31:28 +08:00
return nil
2021-12-21 21:40:50 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *GroupApplicationAcceptedTips) GetOpUser() *GroupMemberFullInfo {
if m != nil {
return m.OpUser
2021-12-21 21:40:50 +08:00
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *GroupApplicationAcceptedTips) GetHandleMsg() string {
if m != nil {
return m.HandleMsg
2021-12-21 21:40:50 +08:00
}
2022-01-16 16:31:28 +08:00
return ""
}
2022-09-28 16:35:20 +08:00
// OnApplicationGroupRejected()
2022-01-16 16:31:28 +08:00
type GroupApplicationRejectedTips struct {
2022-09-28 16:35:20 +08:00
Group *GroupInfo `protobuf:"bytes,1,opt,name=group" json:"group,omitempty"`
OpUser *GroupMemberFullInfo `protobuf:"bytes,2,opt,name=opUser" json:"opUser,omitempty"`
HandleMsg string `protobuf:"bytes,4,opt,name=handleMsg" json:"handleMsg,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-01-24 01:40:49 +08:00
}
2022-09-27 16:59:56 +08:00
2022-09-28 16:35:20 +08:00
func (m *GroupApplicationRejectedTips) Reset() { *m = GroupApplicationRejectedTips{} }
func (m *GroupApplicationRejectedTips) String() string { return proto.CompactTextString(m) }
func (*GroupApplicationRejectedTips) ProtoMessage() {}
func (*GroupApplicationRejectedTips) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{30}
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *GroupApplicationRejectedTips) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GroupApplicationRejectedTips.Unmarshal(m, b)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *GroupApplicationRejectedTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GroupApplicationRejectedTips.Marshal(b, m, deterministic)
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *GroupApplicationRejectedTips) XXX_Merge(src proto.Message) {
xxx_messageInfo_GroupApplicationRejectedTips.Merge(dst, src)
}
func (m *GroupApplicationRejectedTips) XXX_Size() int {
return xxx_messageInfo_GroupApplicationRejectedTips.Size(m)
2022-09-27 16:59:56 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *GroupApplicationRejectedTips) XXX_DiscardUnknown() {
xxx_messageInfo_GroupApplicationRejectedTips.DiscardUnknown(m)
}
var xxx_messageInfo_GroupApplicationRejectedTips proto.InternalMessageInfo
2022-08-17 10:42:17 +08:00
2022-09-28 16:35:20 +08:00
func (m *GroupApplicationRejectedTips) GetGroup() *GroupInfo {
if m != nil {
return m.Group
2021-12-21 21:40:50 +08:00
}
2022-01-16 16:31:28 +08:00
return nil
2021-12-21 21:40:50 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *GroupApplicationRejectedTips) GetOpUser() *GroupMemberFullInfo {
if m != nil {
return m.OpUser
2021-12-21 21:40:50 +08:00
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *GroupApplicationRejectedTips) GetHandleMsg() string {
if m != nil {
return m.HandleMsg
2022-01-16 16:31:28 +08:00
}
return ""
2021-12-21 21:40:50 +08:00
}
2022-09-28 16:35:20 +08:00
// OnTransferGroupOwner()
2022-01-16 16:31:28 +08:00
type GroupOwnerTransferredTips struct {
2022-09-28 16:35:20 +08:00
Group *GroupInfo `protobuf:"bytes,1,opt,name=group" json:"group,omitempty"`
OpUser *GroupMemberFullInfo `protobuf:"bytes,2,opt,name=opUser" json:"opUser,omitempty"`
NewGroupOwner *GroupMemberFullInfo `protobuf:"bytes,3,opt,name=newGroupOwner" json:"newGroupOwner,omitempty"`
OperationTime int64 `protobuf:"varint,4,opt,name=operationTime" json:"operationTime,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *GroupOwnerTransferredTips) Reset() { *m = GroupOwnerTransferredTips{} }
func (m *GroupOwnerTransferredTips) String() string { return proto.CompactTextString(m) }
func (*GroupOwnerTransferredTips) ProtoMessage() {}
func (*GroupOwnerTransferredTips) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{31}
2022-03-08 18:48:36 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *GroupOwnerTransferredTips) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GroupOwnerTransferredTips.Unmarshal(m, b)
2022-01-24 01:40:49 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *GroupOwnerTransferredTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GroupOwnerTransferredTips.Marshal(b, m, deterministic)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *GroupOwnerTransferredTips) XXX_Merge(src proto.Message) {
xxx_messageInfo_GroupOwnerTransferredTips.Merge(dst, src)
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *GroupOwnerTransferredTips) XXX_Size() int {
return xxx_messageInfo_GroupOwnerTransferredTips.Size(m)
2022-09-27 16:59:56 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *GroupOwnerTransferredTips) XXX_DiscardUnknown() {
xxx_messageInfo_GroupOwnerTransferredTips.DiscardUnknown(m)
}
var xxx_messageInfo_GroupOwnerTransferredTips proto.InternalMessageInfo
2022-08-17 10:42:17 +08:00
2022-09-28 16:35:20 +08:00
func (m *GroupOwnerTransferredTips) GetGroup() *GroupInfo {
if m != nil {
return m.Group
2021-12-21 21:40:50 +08:00
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *GroupOwnerTransferredTips) GetOpUser() *GroupMemberFullInfo {
if m != nil {
return m.OpUser
2021-12-21 21:40:50 +08:00
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *GroupOwnerTransferredTips) GetNewGroupOwner() *GroupMemberFullInfo {
if m != nil {
return m.NewGroupOwner
2021-12-21 21:40:50 +08:00
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *GroupOwnerTransferredTips) GetOperationTime() int64 {
if m != nil {
return m.OperationTime
2021-12-21 21:40:50 +08:00
}
return 0
}
2022-09-28 16:35:20 +08:00
// OnMemberKicked()
2022-01-16 16:31:28 +08:00
type MemberKickedTips struct {
2022-09-28 16:35:20 +08:00
Group *GroupInfo `protobuf:"bytes,1,opt,name=group" json:"group,omitempty"`
OpUser *GroupMemberFullInfo `protobuf:"bytes,2,opt,name=opUser" json:"opUser,omitempty"`
KickedUserList []*GroupMemberFullInfo `protobuf:"bytes,3,rep,name=kickedUserList" json:"kickedUserList,omitempty"`
OperationTime int64 `protobuf:"varint,4,opt,name=operationTime" json:"operationTime,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *MemberKickedTips) Reset() { *m = MemberKickedTips{} }
func (m *MemberKickedTips) String() string { return proto.CompactTextString(m) }
func (*MemberKickedTips) ProtoMessage() {}
func (*MemberKickedTips) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{32}
2022-01-24 01:40:49 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *MemberKickedTips) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_MemberKickedTips.Unmarshal(m, b)
2022-03-08 18:48:36 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *MemberKickedTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_MemberKickedTips.Marshal(b, m, deterministic)
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *MemberKickedTips) XXX_Merge(src proto.Message) {
xxx_messageInfo_MemberKickedTips.Merge(dst, src)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *MemberKickedTips) XXX_Size() int {
return xxx_messageInfo_MemberKickedTips.Size(m)
}
func (m *MemberKickedTips) XXX_DiscardUnknown() {
xxx_messageInfo_MemberKickedTips.DiscardUnknown(m)
2022-09-27 16:59:56 +08:00
}
2021-12-21 21:40:50 +08:00
2022-09-28 16:35:20 +08:00
var xxx_messageInfo_MemberKickedTips proto.InternalMessageInfo
func (m *MemberKickedTips) GetGroup() *GroupInfo {
if m != nil {
return m.Group
2021-12-21 21:40:50 +08:00
}
2022-01-16 16:31:28 +08:00
return nil
2021-12-21 21:40:50 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *MemberKickedTips) GetOpUser() *GroupMemberFullInfo {
if m != nil {
return m.OpUser
2021-12-21 21:40:50 +08:00
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *MemberKickedTips) GetKickedUserList() []*GroupMemberFullInfo {
if m != nil {
return m.KickedUserList
2021-12-21 21:40:50 +08:00
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *MemberKickedTips) GetOperationTime() int64 {
if m != nil {
return m.OperationTime
2022-01-16 16:31:28 +08:00
}
return 0
2021-12-21 21:40:50 +08:00
}
2022-09-28 16:35:20 +08:00
// OnMemberInvited()
2022-01-16 16:31:28 +08:00
type MemberInvitedTips struct {
2022-09-28 16:35:20 +08:00
Group *GroupInfo `protobuf:"bytes,1,opt,name=group" json:"group,omitempty"`
OpUser *GroupMemberFullInfo `protobuf:"bytes,2,opt,name=opUser" json:"opUser,omitempty"`
InvitedUserList []*GroupMemberFullInfo `protobuf:"bytes,3,rep,name=invitedUserList" json:"invitedUserList,omitempty"`
OperationTime int64 `protobuf:"varint,4,opt,name=operationTime" json:"operationTime,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *MemberInvitedTips) Reset() { *m = MemberInvitedTips{} }
func (m *MemberInvitedTips) String() string { return proto.CompactTextString(m) }
func (*MemberInvitedTips) ProtoMessage() {}
func (*MemberInvitedTips) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{33}
2022-01-24 01:40:49 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *MemberInvitedTips) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_MemberInvitedTips.Unmarshal(m, b)
2022-03-08 18:48:36 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *MemberInvitedTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_MemberInvitedTips.Marshal(b, m, deterministic)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *MemberInvitedTips) XXX_Merge(src proto.Message) {
xxx_messageInfo_MemberInvitedTips.Merge(dst, src)
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *MemberInvitedTips) XXX_Size() int {
return xxx_messageInfo_MemberInvitedTips.Size(m)
2022-09-27 16:59:56 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *MemberInvitedTips) XXX_DiscardUnknown() {
xxx_messageInfo_MemberInvitedTips.DiscardUnknown(m)
}
var xxx_messageInfo_MemberInvitedTips proto.InternalMessageInfo
2022-08-17 10:42:17 +08:00
2022-09-28 16:35:20 +08:00
func (m *MemberInvitedTips) GetGroup() *GroupInfo {
if m != nil {
return m.Group
2021-12-21 21:40:50 +08:00
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *MemberInvitedTips) GetOpUser() *GroupMemberFullInfo {
if m != nil {
return m.OpUser
2022-01-16 16:31:28 +08:00
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *MemberInvitedTips) GetInvitedUserList() []*GroupMemberFullInfo {
if m != nil {
return m.InvitedUserList
2021-12-21 21:40:50 +08:00
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *MemberInvitedTips) GetOperationTime() int64 {
if m != nil {
return m.OperationTime
2021-12-21 21:40:50 +08:00
}
2022-01-16 16:31:28 +08:00
return 0
2021-12-21 21:40:50 +08:00
}
2022-09-28 16:35:20 +08:00
// Actively join the group
2022-01-16 16:31:28 +08:00
type MemberEnterTips struct {
2022-09-28 16:35:20 +08:00
Group *GroupInfo `protobuf:"bytes,1,opt,name=group" json:"group,omitempty"`
EntrantUser *GroupMemberFullInfo `protobuf:"bytes,2,opt,name=entrantUser" json:"entrantUser,omitempty"`
OperationTime int64 `protobuf:"varint,3,opt,name=operationTime" json:"operationTime,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-01-24 01:40:49 +08:00
}
2022-09-27 16:59:56 +08:00
2022-09-28 16:35:20 +08:00
func (m *MemberEnterTips) Reset() { *m = MemberEnterTips{} }
func (m *MemberEnterTips) String() string { return proto.CompactTextString(m) }
func (*MemberEnterTips) ProtoMessage() {}
func (*MemberEnterTips) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{34}
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *MemberEnterTips) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_MemberEnterTips.Unmarshal(m, b)
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *MemberEnterTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_MemberEnterTips.Marshal(b, m, deterministic)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *MemberEnterTips) XXX_Merge(src proto.Message) {
xxx_messageInfo_MemberEnterTips.Merge(dst, src)
}
func (m *MemberEnterTips) XXX_Size() int {
return xxx_messageInfo_MemberEnterTips.Size(m)
}
func (m *MemberEnterTips) XXX_DiscardUnknown() {
xxx_messageInfo_MemberEnterTips.DiscardUnknown(m)
2022-09-27 16:59:56 +08:00
}
2022-03-08 18:48:36 +08:00
2022-09-28 16:35:20 +08:00
var xxx_messageInfo_MemberEnterTips proto.InternalMessageInfo
func (m *MemberEnterTips) GetGroup() *GroupInfo {
if m != nil {
return m.Group
2021-12-21 21:40:50 +08:00
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *MemberEnterTips) GetEntrantUser() *GroupMemberFullInfo {
if m != nil {
return m.EntrantUser
2021-12-21 21:40:50 +08:00
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *MemberEnterTips) GetOperationTime() int64 {
if m != nil {
return m.OperationTime
2021-12-21 21:40:50 +08:00
}
return 0
}
2022-03-24 15:33:30 +08:00
type GroupDismissedTips struct {
2022-09-28 16:35:20 +08:00
Group *GroupInfo `protobuf:"bytes,1,opt,name=group" json:"group,omitempty"`
OpUser *GroupMemberFullInfo `protobuf:"bytes,2,opt,name=opUser" json:"opUser,omitempty"`
OperationTime int64 `protobuf:"varint,3,opt,name=operationTime" json:"operationTime,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-03-24 15:33:30 +08:00
}
2022-09-27 16:59:56 +08:00
2022-09-28 16:35:20 +08:00
func (m *GroupDismissedTips) Reset() { *m = GroupDismissedTips{} }
func (m *GroupDismissedTips) String() string { return proto.CompactTextString(m) }
func (*GroupDismissedTips) ProtoMessage() {}
func (*GroupDismissedTips) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{35}
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *GroupDismissedTips) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GroupDismissedTips.Unmarshal(m, b)
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *GroupDismissedTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GroupDismissedTips.Marshal(b, m, deterministic)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *GroupDismissedTips) XXX_Merge(src proto.Message) {
xxx_messageInfo_GroupDismissedTips.Merge(dst, src)
}
func (m *GroupDismissedTips) XXX_Size() int {
return xxx_messageInfo_GroupDismissedTips.Size(m)
}
func (m *GroupDismissedTips) XXX_DiscardUnknown() {
xxx_messageInfo_GroupDismissedTips.DiscardUnknown(m)
2022-09-27 16:59:56 +08:00
}
2022-03-24 15:33:30 +08:00
2022-09-28 16:35:20 +08:00
var xxx_messageInfo_GroupDismissedTips proto.InternalMessageInfo
func (m *GroupDismissedTips) GetGroup() *GroupInfo {
if m != nil {
return m.Group
2022-03-24 15:33:30 +08:00
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *GroupDismissedTips) GetOpUser() *GroupMemberFullInfo {
if m != nil {
return m.OpUser
2022-03-24 15:33:30 +08:00
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *GroupDismissedTips) GetOperationTime() int64 {
if m != nil {
return m.OperationTime
2022-03-24 15:33:30 +08:00
}
return 0
}
2022-03-29 13:30:54 +08:00
type GroupMemberMutedTips struct {
2022-09-28 16:35:20 +08:00
Group *GroupInfo `protobuf:"bytes,1,opt,name=group" json:"group,omitempty"`
OpUser *GroupMemberFullInfo `protobuf:"bytes,2,opt,name=opUser" json:"opUser,omitempty"`
OperationTime int64 `protobuf:"varint,3,opt,name=operationTime" json:"operationTime,omitempty"`
MutedUser *GroupMemberFullInfo `protobuf:"bytes,4,opt,name=mutedUser" json:"mutedUser,omitempty"`
MutedSeconds uint32 `protobuf:"varint,5,opt,name=mutedSeconds" json:"mutedSeconds,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *GroupMemberMutedTips) Reset() { *m = GroupMemberMutedTips{} }
func (m *GroupMemberMutedTips) String() string { return proto.CompactTextString(m) }
func (*GroupMemberMutedTips) ProtoMessage() {}
func (*GroupMemberMutedTips) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{36}
2022-03-29 11:55:48 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *GroupMemberMutedTips) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GroupMemberMutedTips.Unmarshal(m, b)
2022-03-29 11:55:48 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *GroupMemberMutedTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GroupMemberMutedTips.Marshal(b, m, deterministic)
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *GroupMemberMutedTips) XXX_Merge(src proto.Message) {
xxx_messageInfo_GroupMemberMutedTips.Merge(dst, src)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *GroupMemberMutedTips) XXX_Size() int {
return xxx_messageInfo_GroupMemberMutedTips.Size(m)
}
func (m *GroupMemberMutedTips) XXX_DiscardUnknown() {
xxx_messageInfo_GroupMemberMutedTips.DiscardUnknown(m)
2022-09-27 16:59:56 +08:00
}
2022-03-29 11:55:48 +08:00
2022-09-28 16:35:20 +08:00
var xxx_messageInfo_GroupMemberMutedTips proto.InternalMessageInfo
func (m *GroupMemberMutedTips) GetGroup() *GroupInfo {
if m != nil {
return m.Group
2022-03-29 11:55:48 +08:00
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *GroupMemberMutedTips) GetOpUser() *GroupMemberFullInfo {
if m != nil {
return m.OpUser
2022-03-29 11:55:48 +08:00
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *GroupMemberMutedTips) GetOperationTime() int64 {
if m != nil {
return m.OperationTime
2022-03-29 11:55:48 +08:00
}
return 0
}
2022-09-28 16:35:20 +08:00
func (m *GroupMemberMutedTips) GetMutedUser() *GroupMemberFullInfo {
if m != nil {
return m.MutedUser
2022-03-29 11:55:48 +08:00
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *GroupMemberMutedTips) GetMutedSeconds() uint32 {
if m != nil {
return m.MutedSeconds
2022-03-29 13:30:54 +08:00
}
return 0
}
type GroupMemberCancelMutedTips struct {
2022-09-28 16:35:20 +08:00
Group *GroupInfo `protobuf:"bytes,1,opt,name=group" json:"group,omitempty"`
OpUser *GroupMemberFullInfo `protobuf:"bytes,2,opt,name=opUser" json:"opUser,omitempty"`
OperationTime int64 `protobuf:"varint,3,opt,name=operationTime" json:"operationTime,omitempty"`
MutedUser *GroupMemberFullInfo `protobuf:"bytes,4,opt,name=mutedUser" json:"mutedUser,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *GroupMemberCancelMutedTips) Reset() { *m = GroupMemberCancelMutedTips{} }
func (m *GroupMemberCancelMutedTips) String() string { return proto.CompactTextString(m) }
func (*GroupMemberCancelMutedTips) ProtoMessage() {}
func (*GroupMemberCancelMutedTips) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{37}
2022-03-29 13:30:54 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *GroupMemberCancelMutedTips) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GroupMemberCancelMutedTips.Unmarshal(m, b)
2022-03-29 13:30:54 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *GroupMemberCancelMutedTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GroupMemberCancelMutedTips.Marshal(b, m, deterministic)
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *GroupMemberCancelMutedTips) XXX_Merge(src proto.Message) {
xxx_messageInfo_GroupMemberCancelMutedTips.Merge(dst, src)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *GroupMemberCancelMutedTips) XXX_Size() int {
return xxx_messageInfo_GroupMemberCancelMutedTips.Size(m)
}
func (m *GroupMemberCancelMutedTips) XXX_DiscardUnknown() {
xxx_messageInfo_GroupMemberCancelMutedTips.DiscardUnknown(m)
2022-09-27 16:59:56 +08:00
}
2022-03-29 13:30:54 +08:00
2022-09-28 16:35:20 +08:00
var xxx_messageInfo_GroupMemberCancelMutedTips proto.InternalMessageInfo
func (m *GroupMemberCancelMutedTips) GetGroup() *GroupInfo {
if m != nil {
return m.Group
2022-03-29 13:30:54 +08:00
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *GroupMemberCancelMutedTips) GetOpUser() *GroupMemberFullInfo {
if m != nil {
return m.OpUser
2022-03-29 13:30:54 +08:00
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *GroupMemberCancelMutedTips) GetOperationTime() int64 {
if m != nil {
return m.OperationTime
2022-03-29 13:30:54 +08:00
}
return 0
}
2022-09-28 16:35:20 +08:00
func (m *GroupMemberCancelMutedTips) GetMutedUser() *GroupMemberFullInfo {
if m != nil {
return m.MutedUser
2022-03-29 13:30:54 +08:00
}
return nil
}
type GroupMutedTips struct {
2022-09-28 16:35:20 +08:00
Group *GroupInfo `protobuf:"bytes,1,opt,name=group" json:"group,omitempty"`
OpUser *GroupMemberFullInfo `protobuf:"bytes,2,opt,name=opUser" json:"opUser,omitempty"`
OperationTime int64 `protobuf:"varint,3,opt,name=operationTime" json:"operationTime,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-03-29 13:30:54 +08:00
}
2022-09-27 16:59:56 +08:00
2022-09-28 16:35:20 +08:00
func (m *GroupMutedTips) Reset() { *m = GroupMutedTips{} }
func (m *GroupMutedTips) String() string { return proto.CompactTextString(m) }
func (*GroupMutedTips) ProtoMessage() {}
func (*GroupMutedTips) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{38}
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *GroupMutedTips) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GroupMutedTips.Unmarshal(m, b)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *GroupMutedTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GroupMutedTips.Marshal(b, m, deterministic)
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *GroupMutedTips) XXX_Merge(src proto.Message) {
xxx_messageInfo_GroupMutedTips.Merge(dst, src)
}
func (m *GroupMutedTips) XXX_Size() int {
return xxx_messageInfo_GroupMutedTips.Size(m)
2022-09-27 16:59:56 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *GroupMutedTips) XXX_DiscardUnknown() {
xxx_messageInfo_GroupMutedTips.DiscardUnknown(m)
}
var xxx_messageInfo_GroupMutedTips proto.InternalMessageInfo
2022-08-17 10:42:17 +08:00
2022-09-28 16:35:20 +08:00
func (m *GroupMutedTips) GetGroup() *GroupInfo {
if m != nil {
return m.Group
2022-03-29 13:30:54 +08:00
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *GroupMutedTips) GetOpUser() *GroupMemberFullInfo {
if m != nil {
return m.OpUser
2022-03-29 13:30:54 +08:00
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *GroupMutedTips) GetOperationTime() int64 {
if m != nil {
return m.OperationTime
2022-03-29 13:30:54 +08:00
}
return 0
}
type GroupCancelMutedTips struct {
2022-09-28 16:35:20 +08:00
Group *GroupInfo `protobuf:"bytes,1,opt,name=group" json:"group,omitempty"`
OpUser *GroupMemberFullInfo `protobuf:"bytes,2,opt,name=opUser" json:"opUser,omitempty"`
OperationTime int64 `protobuf:"varint,3,opt,name=operationTime" json:"operationTime,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-03-29 13:30:54 +08:00
}
2022-09-27 16:59:56 +08:00
2022-09-28 16:35:20 +08:00
func (m *GroupCancelMutedTips) Reset() { *m = GroupCancelMutedTips{} }
func (m *GroupCancelMutedTips) String() string { return proto.CompactTextString(m) }
func (*GroupCancelMutedTips) ProtoMessage() {}
func (*GroupCancelMutedTips) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{39}
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *GroupCancelMutedTips) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GroupCancelMutedTips.Unmarshal(m, b)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *GroupCancelMutedTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GroupCancelMutedTips.Marshal(b, m, deterministic)
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *GroupCancelMutedTips) XXX_Merge(src proto.Message) {
xxx_messageInfo_GroupCancelMutedTips.Merge(dst, src)
}
func (m *GroupCancelMutedTips) XXX_Size() int {
return xxx_messageInfo_GroupCancelMutedTips.Size(m)
2022-09-27 16:59:56 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *GroupCancelMutedTips) XXX_DiscardUnknown() {
xxx_messageInfo_GroupCancelMutedTips.DiscardUnknown(m)
}
var xxx_messageInfo_GroupCancelMutedTips proto.InternalMessageInfo
2022-08-17 10:42:17 +08:00
2022-09-28 16:35:20 +08:00
func (m *GroupCancelMutedTips) GetGroup() *GroupInfo {
if m != nil {
return m.Group
2022-03-29 13:30:54 +08:00
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *GroupCancelMutedTips) GetOpUser() *GroupMemberFullInfo {
if m != nil {
return m.OpUser
2022-03-29 13:30:54 +08:00
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *GroupCancelMutedTips) GetOperationTime() int64 {
if m != nil {
return m.OperationTime
2022-03-29 13:30:54 +08:00
}
return 0
}
2022-04-18 11:52:17 +08:00
type GroupMemberInfoSetTips struct {
2022-09-28 16:35:20 +08:00
Group *GroupInfo `protobuf:"bytes,1,opt,name=group" json:"group,omitempty"`
OpUser *GroupMemberFullInfo `protobuf:"bytes,2,opt,name=opUser" json:"opUser,omitempty"`
OperationTime int64 `protobuf:"varint,3,opt,name=operationTime" json:"operationTime,omitempty"`
ChangedUser *GroupMemberFullInfo `protobuf:"bytes,4,opt,name=changedUser" json:"changedUser,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *GroupMemberInfoSetTips) Reset() { *m = GroupMemberInfoSetTips{} }
func (m *GroupMemberInfoSetTips) String() string { return proto.CompactTextString(m) }
func (*GroupMemberInfoSetTips) ProtoMessage() {}
func (*GroupMemberInfoSetTips) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{40}
2022-04-18 11:52:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *GroupMemberInfoSetTips) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GroupMemberInfoSetTips.Unmarshal(m, b)
2022-04-18 11:52:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *GroupMemberInfoSetTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GroupMemberInfoSetTips.Marshal(b, m, deterministic)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *GroupMemberInfoSetTips) XXX_Merge(src proto.Message) {
xxx_messageInfo_GroupMemberInfoSetTips.Merge(dst, src)
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *GroupMemberInfoSetTips) XXX_Size() int {
return xxx_messageInfo_GroupMemberInfoSetTips.Size(m)
2022-09-27 16:59:56 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *GroupMemberInfoSetTips) XXX_DiscardUnknown() {
xxx_messageInfo_GroupMemberInfoSetTips.DiscardUnknown(m)
}
var xxx_messageInfo_GroupMemberInfoSetTips proto.InternalMessageInfo
2022-08-17 10:42:17 +08:00
2022-09-28 16:35:20 +08:00
func (m *GroupMemberInfoSetTips) GetGroup() *GroupInfo {
if m != nil {
return m.Group
2022-04-18 11:52:17 +08:00
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *GroupMemberInfoSetTips) GetOpUser() *GroupMemberFullInfo {
if m != nil {
return m.OpUser
2022-04-18 11:52:17 +08:00
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *GroupMemberInfoSetTips) GetOperationTime() int64 {
if m != nil {
return m.OperationTime
2022-04-18 11:52:17 +08:00
}
return 0
}
2022-09-28 16:35:20 +08:00
func (m *GroupMemberInfoSetTips) GetChangedUser() *GroupMemberFullInfo {
if m != nil {
return m.ChangedUser
2022-04-18 11:52:17 +08:00
}
return nil
}
2022-04-19 16:40:57 +08:00
type OrganizationChangedTips struct {
2022-09-28 16:35:20 +08:00
OpUser *UserInfo `protobuf:"bytes,2,opt,name=opUser" json:"opUser,omitempty"`
OperationTime int64 `protobuf:"varint,3,opt,name=operationTime" json:"operationTime,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-04-19 16:40:57 +08:00
}
2022-09-27 16:59:56 +08:00
2022-09-28 16:35:20 +08:00
func (m *OrganizationChangedTips) Reset() { *m = OrganizationChangedTips{} }
func (m *OrganizationChangedTips) String() string { return proto.CompactTextString(m) }
func (*OrganizationChangedTips) ProtoMessage() {}
func (*OrganizationChangedTips) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{41}
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *OrganizationChangedTips) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_OrganizationChangedTips.Unmarshal(m, b)
}
func (m *OrganizationChangedTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_OrganizationChangedTips.Marshal(b, m, deterministic)
}
func (dst *OrganizationChangedTips) XXX_Merge(src proto.Message) {
xxx_messageInfo_OrganizationChangedTips.Merge(dst, src)
}
func (m *OrganizationChangedTips) XXX_Size() int {
return xxx_messageInfo_OrganizationChangedTips.Size(m)
}
func (m *OrganizationChangedTips) XXX_DiscardUnknown() {
xxx_messageInfo_OrganizationChangedTips.DiscardUnknown(m)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
var xxx_messageInfo_OrganizationChangedTips proto.InternalMessageInfo
2022-04-19 16:40:57 +08:00
2022-09-28 16:35:20 +08:00
func (m *OrganizationChangedTips) GetOpUser() *UserInfo {
if m != nil {
return m.OpUser
2022-04-19 16:40:57 +08:00
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *OrganizationChangedTips) GetOperationTime() int64 {
if m != nil {
return m.OperationTime
2022-04-19 16:40:57 +08:00
}
return 0
}
2021-12-21 21:40:50 +08:00
type FriendApplication struct {
2022-09-28 16:35:20 +08:00
AddTime int64 `protobuf:"varint,1,opt,name=addTime" json:"addTime,omitempty"`
AddSource string `protobuf:"bytes,2,opt,name=addSource" json:"addSource,omitempty"`
AddWording string `protobuf:"bytes,3,opt,name=addWording" json:"addWording,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-01-24 01:40:49 +08:00
}
2022-09-27 16:59:56 +08:00
2022-09-28 16:35:20 +08:00
func (m *FriendApplication) Reset() { *m = FriendApplication{} }
func (m *FriendApplication) String() string { return proto.CompactTextString(m) }
func (*FriendApplication) ProtoMessage() {}
func (*FriendApplication) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{42}
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *FriendApplication) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_FriendApplication.Unmarshal(m, b)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *FriendApplication) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_FriendApplication.Marshal(b, m, deterministic)
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *FriendApplication) XXX_Merge(src proto.Message) {
xxx_messageInfo_FriendApplication.Merge(dst, src)
}
func (m *FriendApplication) XXX_Size() int {
return xxx_messageInfo_FriendApplication.Size(m)
2022-09-27 16:59:56 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *FriendApplication) XXX_DiscardUnknown() {
xxx_messageInfo_FriendApplication.DiscardUnknown(m)
}
var xxx_messageInfo_FriendApplication proto.InternalMessageInfo
2022-08-17 10:42:17 +08:00
2022-09-28 16:35:20 +08:00
func (m *FriendApplication) GetAddTime() int64 {
if m != nil {
return m.AddTime
2021-12-21 21:40:50 +08:00
}
return 0
}
2022-09-28 16:35:20 +08:00
func (m *FriendApplication) GetAddSource() string {
if m != nil {
return m.AddSource
2021-12-21 21:40:50 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *FriendApplication) GetAddWording() string {
if m != nil {
return m.AddWording
2021-12-21 21:40:50 +08:00
}
return ""
}
2021-12-24 15:02:47 +08:00
type FromToUserID struct {
2022-09-28 16:35:20 +08:00
FromUserID string `protobuf:"bytes,1,opt,name=fromUserID" json:"fromUserID,omitempty"`
ToUserID string `protobuf:"bytes,2,opt,name=toUserID" json:"toUserID,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-03-08 18:48:36 +08:00
}
2022-09-27 16:59:56 +08:00
2022-09-28 16:35:20 +08:00
func (m *FromToUserID) Reset() { *m = FromToUserID{} }
func (m *FromToUserID) String() string { return proto.CompactTextString(m) }
func (*FromToUserID) ProtoMessage() {}
func (*FromToUserID) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{43}
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *FromToUserID) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_FromToUserID.Unmarshal(m, b)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *FromToUserID) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_FromToUserID.Marshal(b, m, deterministic)
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *FromToUserID) XXX_Merge(src proto.Message) {
xxx_messageInfo_FromToUserID.Merge(dst, src)
}
func (m *FromToUserID) XXX_Size() int {
return xxx_messageInfo_FromToUserID.Size(m)
2022-09-27 16:59:56 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *FromToUserID) XXX_DiscardUnknown() {
xxx_messageInfo_FromToUserID.DiscardUnknown(m)
}
var xxx_messageInfo_FromToUserID proto.InternalMessageInfo
2022-08-17 10:42:17 +08:00
2022-09-28 16:35:20 +08:00
func (m *FromToUserID) GetFromUserID() string {
if m != nil {
return m.FromUserID
2021-12-24 15:02:47 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *FromToUserID) GetToUserID() string {
if m != nil {
return m.ToUserID
2021-12-24 15:02:47 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
// FromUserID apply to add ToUserID
2022-01-16 18:58:07 +08:00
type FriendApplicationTips struct {
2022-09-28 16:35:20 +08:00
FromToUserID *FromToUserID `protobuf:"bytes,1,opt,name=fromToUserID" json:"fromToUserID,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-03-08 18:48:36 +08:00
}
2022-09-27 16:59:56 +08:00
2022-09-28 16:35:20 +08:00
func (m *FriendApplicationTips) Reset() { *m = FriendApplicationTips{} }
func (m *FriendApplicationTips) String() string { return proto.CompactTextString(m) }
func (*FriendApplicationTips) ProtoMessage() {}
func (*FriendApplicationTips) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{44}
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *FriendApplicationTips) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_FriendApplicationTips.Unmarshal(m, b)
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *FriendApplicationTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_FriendApplicationTips.Marshal(b, m, deterministic)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *FriendApplicationTips) XXX_Merge(src proto.Message) {
xxx_messageInfo_FriendApplicationTips.Merge(dst, src)
}
func (m *FriendApplicationTips) XXX_Size() int {
return xxx_messageInfo_FriendApplicationTips.Size(m)
}
func (m *FriendApplicationTips) XXX_DiscardUnknown() {
xxx_messageInfo_FriendApplicationTips.DiscardUnknown(m)
2022-09-27 16:59:56 +08:00
}
2021-12-21 21:40:50 +08:00
2022-09-28 16:35:20 +08:00
var xxx_messageInfo_FriendApplicationTips proto.InternalMessageInfo
func (m *FriendApplicationTips) GetFromToUserID() *FromToUserID {
if m != nil {
return m.FromToUserID
2021-12-21 21:40:50 +08:00
}
return nil
}
2022-09-28 16:35:20 +08:00
// FromUserID accept or reject ToUserID
2022-01-16 16:31:28 +08:00
type FriendApplicationApprovedTips struct {
2022-09-28 16:35:20 +08:00
FromToUserID *FromToUserID `protobuf:"bytes,1,opt,name=fromToUserID" json:"fromToUserID,omitempty"`
HandleMsg string `protobuf:"bytes,2,opt,name=handleMsg" json:"handleMsg,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-03-08 18:48:36 +08:00
}
2022-09-27 16:59:56 +08:00
2022-09-28 16:35:20 +08:00
func (m *FriendApplicationApprovedTips) Reset() { *m = FriendApplicationApprovedTips{} }
func (m *FriendApplicationApprovedTips) String() string { return proto.CompactTextString(m) }
func (*FriendApplicationApprovedTips) ProtoMessage() {}
func (*FriendApplicationApprovedTips) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{45}
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *FriendApplicationApprovedTips) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_FriendApplicationApprovedTips.Unmarshal(m, b)
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *FriendApplicationApprovedTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_FriendApplicationApprovedTips.Marshal(b, m, deterministic)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *FriendApplicationApprovedTips) XXX_Merge(src proto.Message) {
xxx_messageInfo_FriendApplicationApprovedTips.Merge(dst, src)
}
func (m *FriendApplicationApprovedTips) XXX_Size() int {
return xxx_messageInfo_FriendApplicationApprovedTips.Size(m)
}
func (m *FriendApplicationApprovedTips) XXX_DiscardUnknown() {
xxx_messageInfo_FriendApplicationApprovedTips.DiscardUnknown(m)
2022-09-27 16:59:56 +08:00
}
2021-12-21 21:40:50 +08:00
2022-09-28 16:35:20 +08:00
var xxx_messageInfo_FriendApplicationApprovedTips proto.InternalMessageInfo
func (m *FriendApplicationApprovedTips) GetFromToUserID() *FromToUserID {
if m != nil {
return m.FromToUserID
2021-12-21 21:40:50 +08:00
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *FriendApplicationApprovedTips) GetHandleMsg() string {
if m != nil {
return m.HandleMsg
2022-01-15 15:25:12 +08:00
}
2022-01-16 16:31:28 +08:00
return ""
}
2022-09-28 16:35:20 +08:00
// FromUserID accept or reject ToUserID
2022-01-16 16:31:28 +08:00
type FriendApplicationRejectedTips struct {
2022-09-28 16:35:20 +08:00
FromToUserID *FromToUserID `protobuf:"bytes,1,opt,name=fromToUserID" json:"fromToUserID,omitempty"`
HandleMsg string `protobuf:"bytes,2,opt,name=handleMsg" json:"handleMsg,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-03-08 18:48:36 +08:00
}
2022-09-27 16:59:56 +08:00
2022-09-28 16:35:20 +08:00
func (m *FriendApplicationRejectedTips) Reset() { *m = FriendApplicationRejectedTips{} }
func (m *FriendApplicationRejectedTips) String() string { return proto.CompactTextString(m) }
func (*FriendApplicationRejectedTips) ProtoMessage() {}
func (*FriendApplicationRejectedTips) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{46}
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *FriendApplicationRejectedTips) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_FriendApplicationRejectedTips.Unmarshal(m, b)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *FriendApplicationRejectedTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_FriendApplicationRejectedTips.Marshal(b, m, deterministic)
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *FriendApplicationRejectedTips) XXX_Merge(src proto.Message) {
xxx_messageInfo_FriendApplicationRejectedTips.Merge(dst, src)
}
func (m *FriendApplicationRejectedTips) XXX_Size() int {
return xxx_messageInfo_FriendApplicationRejectedTips.Size(m)
2022-09-27 16:59:56 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *FriendApplicationRejectedTips) XXX_DiscardUnknown() {
xxx_messageInfo_FriendApplicationRejectedTips.DiscardUnknown(m)
}
var xxx_messageInfo_FriendApplicationRejectedTips proto.InternalMessageInfo
2022-08-17 10:42:17 +08:00
2022-09-28 16:35:20 +08:00
func (m *FriendApplicationRejectedTips) GetFromToUserID() *FromToUserID {
if m != nil {
return m.FromToUserID
2022-01-16 16:31:28 +08:00
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *FriendApplicationRejectedTips) GetHandleMsg() string {
if m != nil {
return m.HandleMsg
2022-01-16 16:31:28 +08:00
}
return ""
2022-01-15 15:25:12 +08:00
}
2021-12-24 15:02:47 +08:00
// FromUserID Added a friend ToUserID
2021-12-22 11:20:10 +08:00
type FriendAddedTips struct {
2022-09-28 16:35:20 +08:00
Friend *FriendInfo `protobuf:"bytes,1,opt,name=friend" json:"friend,omitempty"`
OperationTime int64 `protobuf:"varint,2,opt,name=operationTime" json:"operationTime,omitempty"`
OpUser *PublicUserInfo `protobuf:"bytes,3,opt,name=opUser" json:"opUser,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-03-08 18:48:36 +08:00
}
2022-09-27 16:59:56 +08:00
2022-09-28 16:35:20 +08:00
func (m *FriendAddedTips) Reset() { *m = FriendAddedTips{} }
func (m *FriendAddedTips) String() string { return proto.CompactTextString(m) }
func (*FriendAddedTips) ProtoMessage() {}
func (*FriendAddedTips) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{47}
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *FriendAddedTips) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_FriendAddedTips.Unmarshal(m, b)
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *FriendAddedTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_FriendAddedTips.Marshal(b, m, deterministic)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *FriendAddedTips) XXX_Merge(src proto.Message) {
xxx_messageInfo_FriendAddedTips.Merge(dst, src)
}
func (m *FriendAddedTips) XXX_Size() int {
return xxx_messageInfo_FriendAddedTips.Size(m)
}
func (m *FriendAddedTips) XXX_DiscardUnknown() {
xxx_messageInfo_FriendAddedTips.DiscardUnknown(m)
2022-09-27 16:59:56 +08:00
}
2021-12-21 21:40:50 +08:00
2022-09-28 16:35:20 +08:00
var xxx_messageInfo_FriendAddedTips proto.InternalMessageInfo
func (m *FriendAddedTips) GetFriend() *FriendInfo {
if m != nil {
return m.Friend
2021-12-21 21:40:50 +08:00
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *FriendAddedTips) GetOperationTime() int64 {
if m != nil {
return m.OperationTime
2021-12-21 21:40:50 +08:00
}
2021-12-22 11:20:10 +08:00
return 0
2021-12-21 21:40:50 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *FriendAddedTips) GetOpUser() *PublicUserInfo {
if m != nil {
return m.OpUser
2021-12-24 15:02:47 +08:00
}
return nil
}
// FromUserID deleted a friend ToUserID
2021-12-22 11:20:10 +08:00
type FriendDeletedTips struct {
2022-09-28 16:35:20 +08:00
FromToUserID *FromToUserID `protobuf:"bytes,1,opt,name=fromToUserID" json:"fromToUserID,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-01-24 01:40:49 +08:00
}
2022-09-27 16:59:56 +08:00
2022-09-28 16:35:20 +08:00
func (m *FriendDeletedTips) Reset() { *m = FriendDeletedTips{} }
func (m *FriendDeletedTips) String() string { return proto.CompactTextString(m) }
func (*FriendDeletedTips) ProtoMessage() {}
func (*FriendDeletedTips) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{48}
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *FriendDeletedTips) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_FriendDeletedTips.Unmarshal(m, b)
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *FriendDeletedTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_FriendDeletedTips.Marshal(b, m, deterministic)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *FriendDeletedTips) XXX_Merge(src proto.Message) {
xxx_messageInfo_FriendDeletedTips.Merge(dst, src)
}
func (m *FriendDeletedTips) XXX_Size() int {
return xxx_messageInfo_FriendDeletedTips.Size(m)
}
func (m *FriendDeletedTips) XXX_DiscardUnknown() {
xxx_messageInfo_FriendDeletedTips.DiscardUnknown(m)
2022-09-27 16:59:56 +08:00
}
2022-03-08 18:48:36 +08:00
2022-09-28 16:35:20 +08:00
var xxx_messageInfo_FriendDeletedTips proto.InternalMessageInfo
func (m *FriendDeletedTips) GetFromToUserID() *FromToUserID {
if m != nil {
return m.FromToUserID
2021-12-22 11:20:10 +08:00
}
return nil
}
type BlackAddedTips struct {
2022-09-28 16:35:20 +08:00
FromToUserID *FromToUserID `protobuf:"bytes,1,opt,name=fromToUserID" json:"fromToUserID,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-03-08 18:48:36 +08:00
}
2022-09-27 16:59:56 +08:00
2022-09-28 16:35:20 +08:00
func (m *BlackAddedTips) Reset() { *m = BlackAddedTips{} }
func (m *BlackAddedTips) String() string { return proto.CompactTextString(m) }
func (*BlackAddedTips) ProtoMessage() {}
func (*BlackAddedTips) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{49}
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *BlackAddedTips) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_BlackAddedTips.Unmarshal(m, b)
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *BlackAddedTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_BlackAddedTips.Marshal(b, m, deterministic)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *BlackAddedTips) XXX_Merge(src proto.Message) {
xxx_messageInfo_BlackAddedTips.Merge(dst, src)
}
func (m *BlackAddedTips) XXX_Size() int {
return xxx_messageInfo_BlackAddedTips.Size(m)
}
func (m *BlackAddedTips) XXX_DiscardUnknown() {
xxx_messageInfo_BlackAddedTips.DiscardUnknown(m)
2022-09-27 16:59:56 +08:00
}
2021-12-21 21:40:50 +08:00
2022-09-28 16:35:20 +08:00
var xxx_messageInfo_BlackAddedTips proto.InternalMessageInfo
func (m *BlackAddedTips) GetFromToUserID() *FromToUserID {
if m != nil {
return m.FromToUserID
2021-12-21 21:40:50 +08:00
}
return nil
}
2021-12-22 11:20:10 +08:00
type BlackDeletedTips struct {
2022-09-28 16:35:20 +08:00
FromToUserID *FromToUserID `protobuf:"bytes,1,opt,name=fromToUserID" json:"fromToUserID,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-03-08 18:48:36 +08:00
}
2022-09-27 16:59:56 +08:00
2022-09-28 16:35:20 +08:00
func (m *BlackDeletedTips) Reset() { *m = BlackDeletedTips{} }
func (m *BlackDeletedTips) String() string { return proto.CompactTextString(m) }
func (*BlackDeletedTips) ProtoMessage() {}
func (*BlackDeletedTips) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{50}
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *BlackDeletedTips) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_BlackDeletedTips.Unmarshal(m, b)
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *BlackDeletedTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_BlackDeletedTips.Marshal(b, m, deterministic)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *BlackDeletedTips) XXX_Merge(src proto.Message) {
xxx_messageInfo_BlackDeletedTips.Merge(dst, src)
}
func (m *BlackDeletedTips) XXX_Size() int {
return xxx_messageInfo_BlackDeletedTips.Size(m)
}
func (m *BlackDeletedTips) XXX_DiscardUnknown() {
xxx_messageInfo_BlackDeletedTips.DiscardUnknown(m)
2022-09-27 16:59:56 +08:00
}
2022-01-24 01:40:49 +08:00
2022-09-28 16:35:20 +08:00
var xxx_messageInfo_BlackDeletedTips proto.InternalMessageInfo
func (m *BlackDeletedTips) GetFromToUserID() *FromToUserID {
if m != nil {
return m.FromToUserID
2022-01-24 01:40:49 +08:00
}
return nil
2021-12-21 21:40:50 +08:00
}
2022-01-24 01:40:49 +08:00
type FriendInfoChangedTips struct {
2022-09-28 16:35:20 +08:00
FromToUserID *FromToUserID `protobuf:"bytes,1,opt,name=fromToUserID" json:"fromToUserID,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-03-08 18:48:36 +08:00
}
2022-09-27 16:59:56 +08:00
2022-09-28 16:35:20 +08:00
func (m *FriendInfoChangedTips) Reset() { *m = FriendInfoChangedTips{} }
func (m *FriendInfoChangedTips) String() string { return proto.CompactTextString(m) }
func (*FriendInfoChangedTips) ProtoMessage() {}
func (*FriendInfoChangedTips) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{51}
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *FriendInfoChangedTips) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_FriendInfoChangedTips.Unmarshal(m, b)
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *FriendInfoChangedTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_FriendInfoChangedTips.Marshal(b, m, deterministic)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *FriendInfoChangedTips) XXX_Merge(src proto.Message) {
xxx_messageInfo_FriendInfoChangedTips.Merge(dst, src)
}
func (m *FriendInfoChangedTips) XXX_Size() int {
return xxx_messageInfo_FriendInfoChangedTips.Size(m)
}
func (m *FriendInfoChangedTips) XXX_DiscardUnknown() {
xxx_messageInfo_FriendInfoChangedTips.DiscardUnknown(m)
2022-09-27 16:59:56 +08:00
}
2022-03-08 18:48:36 +08:00
2022-09-28 16:35:20 +08:00
var xxx_messageInfo_FriendInfoChangedTips proto.InternalMessageInfo
func (m *FriendInfoChangedTips) GetFromToUserID() *FromToUserID {
if m != nil {
return m.FromToUserID
2021-12-21 21:40:50 +08:00
}
return nil
}
2022-09-28 16:35:20 +08:00
// ////////////////////user/////////////////////
2022-01-24 01:40:49 +08:00
type UserInfoUpdatedTips struct {
2022-09-28 16:35:20 +08:00
UserID string `protobuf:"bytes,1,opt,name=userID" json:"userID,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-03-08 18:48:36 +08:00
}
2022-09-27 16:59:56 +08:00
2022-09-28 16:35:20 +08:00
func (m *UserInfoUpdatedTips) Reset() { *m = UserInfoUpdatedTips{} }
func (m *UserInfoUpdatedTips) String() string { return proto.CompactTextString(m) }
func (*UserInfoUpdatedTips) ProtoMessage() {}
func (*UserInfoUpdatedTips) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{52}
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *UserInfoUpdatedTips) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_UserInfoUpdatedTips.Unmarshal(m, b)
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *UserInfoUpdatedTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_UserInfoUpdatedTips.Marshal(b, m, deterministic)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *UserInfoUpdatedTips) XXX_Merge(src proto.Message) {
xxx_messageInfo_UserInfoUpdatedTips.Merge(dst, src)
}
func (m *UserInfoUpdatedTips) XXX_Size() int {
return xxx_messageInfo_UserInfoUpdatedTips.Size(m)
}
func (m *UserInfoUpdatedTips) XXX_DiscardUnknown() {
xxx_messageInfo_UserInfoUpdatedTips.DiscardUnknown(m)
2022-09-27 16:59:56 +08:00
}
2022-01-24 01:40:49 +08:00
2022-09-28 16:35:20 +08:00
var xxx_messageInfo_UserInfoUpdatedTips proto.InternalMessageInfo
func (m *UserInfoUpdatedTips) GetUserID() string {
if m != nil {
return m.UserID
2022-01-24 01:40:49 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
// ////////////////////conversation/////////////////////
2022-02-15 14:11:20 +08:00
type ConversationUpdateTips struct {
2022-09-28 16:35:20 +08:00
UserID string `protobuf:"bytes,1,opt,name=UserID" json:"UserID,omitempty"`
ConversationIDList []string `protobuf:"bytes,2,rep,name=conversationIDList" json:"conversationIDList,omitempty"`
UpdateUnreadCountTime int64 `protobuf:"varint,3,opt,name=updateUnreadCountTime" json:"updateUnreadCountTime,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-03-08 18:48:36 +08:00
}
2022-09-27 16:59:56 +08:00
2022-09-28 16:35:20 +08:00
func (m *ConversationUpdateTips) Reset() { *m = ConversationUpdateTips{} }
func (m *ConversationUpdateTips) String() string { return proto.CompactTextString(m) }
func (*ConversationUpdateTips) ProtoMessage() {}
func (*ConversationUpdateTips) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{53}
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *ConversationUpdateTips) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ConversationUpdateTips.Unmarshal(m, b)
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *ConversationUpdateTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ConversationUpdateTips.Marshal(b, m, deterministic)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *ConversationUpdateTips) XXX_Merge(src proto.Message) {
xxx_messageInfo_ConversationUpdateTips.Merge(dst, src)
}
func (m *ConversationUpdateTips) XXX_Size() int {
return xxx_messageInfo_ConversationUpdateTips.Size(m)
}
func (m *ConversationUpdateTips) XXX_DiscardUnknown() {
xxx_messageInfo_ConversationUpdateTips.DiscardUnknown(m)
2022-09-27 16:59:56 +08:00
}
2022-03-08 18:48:36 +08:00
2022-09-28 16:35:20 +08:00
var xxx_messageInfo_ConversationUpdateTips proto.InternalMessageInfo
func (m *ConversationUpdateTips) GetUserID() string {
if m != nil {
return m.UserID
2022-02-15 14:11:20 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *ConversationUpdateTips) GetConversationIDList() []string {
if m != nil {
return m.ConversationIDList
2022-08-05 12:08:34 +08:00
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *ConversationUpdateTips) GetUpdateUnreadCountTime() int64 {
if m != nil {
return m.UpdateUnreadCountTime
2022-09-05 21:21:16 +08:00
}
return 0
}
2022-03-31 14:50:02 +08:00
type ConversationSetPrivateTips struct {
2022-09-28 16:35:20 +08:00
RecvID string `protobuf:"bytes,1,opt,name=recvID" json:"recvID,omitempty"`
SendID string `protobuf:"bytes,2,opt,name=sendID" json:"sendID,omitempty"`
IsPrivate bool `protobuf:"varint,3,opt,name=isPrivate" json:"isPrivate,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-03-31 14:50:02 +08:00
}
2022-09-27 16:59:56 +08:00
2022-09-28 16:35:20 +08:00
func (m *ConversationSetPrivateTips) Reset() { *m = ConversationSetPrivateTips{} }
func (m *ConversationSetPrivateTips) String() string { return proto.CompactTextString(m) }
func (*ConversationSetPrivateTips) ProtoMessage() {}
func (*ConversationSetPrivateTips) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{54}
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *ConversationSetPrivateTips) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ConversationSetPrivateTips.Unmarshal(m, b)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *ConversationSetPrivateTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ConversationSetPrivateTips.Marshal(b, m, deterministic)
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *ConversationSetPrivateTips) XXX_Merge(src proto.Message) {
xxx_messageInfo_ConversationSetPrivateTips.Merge(dst, src)
}
func (m *ConversationSetPrivateTips) XXX_Size() int {
return xxx_messageInfo_ConversationSetPrivateTips.Size(m)
}
func (m *ConversationSetPrivateTips) XXX_DiscardUnknown() {
xxx_messageInfo_ConversationSetPrivateTips.DiscardUnknown(m)
2022-09-27 16:59:56 +08:00
}
2022-08-17 10:42:17 +08:00
2022-09-28 16:35:20 +08:00
var xxx_messageInfo_ConversationSetPrivateTips proto.InternalMessageInfo
func (m *ConversationSetPrivateTips) GetRecvID() string {
if m != nil {
return m.RecvID
2022-03-31 14:50:02 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *ConversationSetPrivateTips) GetSendID() string {
if m != nil {
return m.SendID
2022-03-31 14:50:02 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *ConversationSetPrivateTips) GetIsPrivate() bool {
if m != nil {
return m.IsPrivate
2022-03-31 14:50:02 +08:00
}
return false
}
2022-09-28 16:35:20 +08:00
// //////////////////message///////////////////////
2022-05-25 15:29:38 +08:00
type DeleteMessageTips struct {
2022-09-28 16:35:20 +08:00
OpUserID string `protobuf:"bytes,1,opt,name=opUserID" json:"opUserID,omitempty"`
UserID string `protobuf:"bytes,2,opt,name=userID" json:"userID,omitempty"`
SeqList []uint32 `protobuf:"varint,3,rep,packed,name=seqList" json:"seqList,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-05-25 15:29:38 +08:00
}
2022-09-27 16:59:56 +08:00
2022-09-28 16:35:20 +08:00
func (m *DeleteMessageTips) Reset() { *m = DeleteMessageTips{} }
func (m *DeleteMessageTips) String() string { return proto.CompactTextString(m) }
func (*DeleteMessageTips) ProtoMessage() {}
func (*DeleteMessageTips) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{55}
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *DeleteMessageTips) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_DeleteMessageTips.Unmarshal(m, b)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *DeleteMessageTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_DeleteMessageTips.Marshal(b, m, deterministic)
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *DeleteMessageTips) XXX_Merge(src proto.Message) {
xxx_messageInfo_DeleteMessageTips.Merge(dst, src)
}
func (m *DeleteMessageTips) XXX_Size() int {
return xxx_messageInfo_DeleteMessageTips.Size(m)
}
func (m *DeleteMessageTips) XXX_DiscardUnknown() {
xxx_messageInfo_DeleteMessageTips.DiscardUnknown(m)
2022-09-27 16:59:56 +08:00
}
2022-08-17 10:42:17 +08:00
2022-09-28 16:35:20 +08:00
var xxx_messageInfo_DeleteMessageTips proto.InternalMessageInfo
func (m *DeleteMessageTips) GetOpUserID() string {
if m != nil {
return m.OpUserID
2022-05-25 15:29:38 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *DeleteMessageTips) GetUserID() string {
if m != nil {
return m.UserID
2022-05-25 15:29:38 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *DeleteMessageTips) GetSeqList() []uint32 {
if m != nil {
return m.SeqList
2022-05-25 15:29:38 +08:00
}
return nil
}
2022-09-28 16:35:20 +08:00
// /cms
2022-01-24 01:40:49 +08:00
type RequestPagination struct {
2022-09-28 16:35:20 +08:00
PageNumber int32 `protobuf:"varint,1,opt,name=pageNumber" json:"pageNumber,omitempty"`
ShowNumber int32 `protobuf:"varint,2,opt,name=showNumber" json:"showNumber,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-03-08 18:48:36 +08:00
}
2022-09-27 16:59:56 +08:00
2022-09-28 16:35:20 +08:00
func (m *RequestPagination) Reset() { *m = RequestPagination{} }
func (m *RequestPagination) String() string { return proto.CompactTextString(m) }
func (*RequestPagination) ProtoMessage() {}
func (*RequestPagination) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{56}
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *RequestPagination) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_RequestPagination.Unmarshal(m, b)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *RequestPagination) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_RequestPagination.Marshal(b, m, deterministic)
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *RequestPagination) XXX_Merge(src proto.Message) {
xxx_messageInfo_RequestPagination.Merge(dst, src)
}
func (m *RequestPagination) XXX_Size() int {
return xxx_messageInfo_RequestPagination.Size(m)
}
func (m *RequestPagination) XXX_DiscardUnknown() {
xxx_messageInfo_RequestPagination.DiscardUnknown(m)
2022-09-27 16:59:56 +08:00
}
2022-08-17 10:42:17 +08:00
2022-09-28 16:35:20 +08:00
var xxx_messageInfo_RequestPagination proto.InternalMessageInfo
func (m *RequestPagination) GetPageNumber() int32 {
if m != nil {
return m.PageNumber
2021-12-21 21:40:50 +08:00
}
2022-01-24 01:40:49 +08:00
return 0
2021-12-21 21:40:50 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *RequestPagination) GetShowNumber() int32 {
if m != nil {
return m.ShowNumber
2022-01-24 01:40:49 +08:00
}
return 0
2021-12-21 21:40:50 +08:00
}
2022-01-25 19:18:04 +08:00
type ResponsePagination struct {
2022-09-28 16:35:20 +08:00
CurrentPage int32 `protobuf:"varint,5,opt,name=CurrentPage" json:"CurrentPage,omitempty"`
ShowNumber int32 `protobuf:"varint,6,opt,name=ShowNumber" json:"ShowNumber,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-03-08 18:48:36 +08:00
}
2022-09-27 16:59:56 +08:00
2022-09-28 16:35:20 +08:00
func (m *ResponsePagination) Reset() { *m = ResponsePagination{} }
func (m *ResponsePagination) String() string { return proto.CompactTextString(m) }
func (*ResponsePagination) ProtoMessage() {}
func (*ResponsePagination) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{57}
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *ResponsePagination) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ResponsePagination.Unmarshal(m, b)
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *ResponsePagination) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ResponsePagination.Marshal(b, m, deterministic)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *ResponsePagination) XXX_Merge(src proto.Message) {
xxx_messageInfo_ResponsePagination.Merge(dst, src)
}
func (m *ResponsePagination) XXX_Size() int {
return xxx_messageInfo_ResponsePagination.Size(m)
2022-09-27 16:59:56 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *ResponsePagination) XXX_DiscardUnknown() {
xxx_messageInfo_ResponsePagination.DiscardUnknown(m)
}
var xxx_messageInfo_ResponsePagination proto.InternalMessageInfo
2022-01-25 19:18:04 +08:00
2022-09-28 16:35:20 +08:00
func (m *ResponsePagination) GetCurrentPage() int32 {
if m != nil {
return m.CurrentPage
2022-01-25 19:18:04 +08:00
}
return 0
}
2022-09-28 16:35:20 +08:00
func (m *ResponsePagination) GetShowNumber() int32 {
if m != nil {
return m.ShowNumber
2022-01-25 19:18:04 +08:00
}
return 0
}
2022-09-28 16:35:20 +08:00
// /////////////////signal//////////////
2022-03-14 10:38:35 +08:00
type SignalReq struct {
2022-09-28 16:35:20 +08:00
// Types that are valid to be assigned to Payload:
2022-03-14 10:38:35 +08:00
// *SignalReq_Invite
// *SignalReq_InviteInGroup
// *SignalReq_Cancel
// *SignalReq_Accept
// *SignalReq_HungUp
// *SignalReq_Reject
2022-08-17 10:42:17 +08:00
// *SignalReq_GetRoomByGroupID
2022-10-08 11:37:11 +08:00
// *SignalReq_OnRoomParticipantConnectedReq
// *SignalReq_OnRoomParticipantDisconnectedReq
// *SignalReq_GetTokenByRoomID
2022-09-28 16:35:20 +08:00
Payload isSignalReq_Payload `protobuf_oneof:"payload"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-03-14 10:38:35 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *SignalReq) Reset() { *m = SignalReq{} }
func (m *SignalReq) String() string { return proto.CompactTextString(m) }
func (*SignalReq) ProtoMessage() {}
func (*SignalReq) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{58}
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *SignalReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SignalReq.Unmarshal(m, b)
}
func (m *SignalReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SignalReq.Marshal(b, m, deterministic)
}
func (dst *SignalReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_SignalReq.Merge(dst, src)
}
func (m *SignalReq) XXX_Size() int {
return xxx_messageInfo_SignalReq.Size(m)
}
func (m *SignalReq) XXX_DiscardUnknown() {
xxx_messageInfo_SignalReq.DiscardUnknown(m)
2022-03-14 10:38:35 +08:00
}
2022-09-28 16:35:20 +08:00
var xxx_messageInfo_SignalReq proto.InternalMessageInfo
2022-03-14 10:38:35 +08:00
2022-09-28 16:35:20 +08:00
type isSignalReq_Payload interface {
isSignalReq_Payload()
2022-03-14 10:38:35 +08:00
}
2022-09-28 16:35:20 +08:00
type SignalReq_Invite struct {
Invite *SignalInviteReq `protobuf:"bytes,1,opt,name=invite,oneof"`
}
type SignalReq_InviteInGroup struct {
InviteInGroup *SignalInviteInGroupReq `protobuf:"bytes,2,opt,name=inviteInGroup,oneof"`
}
type SignalReq_Cancel struct {
Cancel *SignalCancelReq `protobuf:"bytes,3,opt,name=cancel,oneof"`
}
type SignalReq_Accept struct {
Accept *SignalAcceptReq `protobuf:"bytes,4,opt,name=accept,oneof"`
}
type SignalReq_HungUp struct {
HungUp *SignalHungUpReq `protobuf:"bytes,5,opt,name=hungUp,oneof"`
}
type SignalReq_Reject struct {
Reject *SignalRejectReq `protobuf:"bytes,6,opt,name=reject,oneof"`
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
type SignalReq_GetRoomByGroupID struct {
2022-10-08 11:37:11 +08:00
GetRoomByGroupID *SignalGetRoomByGroupIDReq `protobuf:"bytes,7,opt,name=getRoomByGroupID,oneof"`
2022-09-28 16:35:20 +08:00
}
2022-10-08 11:37:11 +08:00
type SignalReq_OnRoomParticipantConnectedReq struct {
OnRoomParticipantConnectedReq *SignalOnRoomParticipantConnectedReq `protobuf:"bytes,8,opt,name=onRoomParticipantConnectedReq,oneof"`
2022-09-30 17:32:06 +08:00
}
2022-10-08 11:37:11 +08:00
type SignalReq_OnRoomParticipantDisconnectedReq struct {
OnRoomParticipantDisconnectedReq *SignalOnRoomParticipantDisconnectedReq `protobuf:"bytes,9,opt,name=onRoomParticipantDisconnectedReq,oneof"`
}
type SignalReq_GetTokenByRoomID struct {
GetTokenByRoomID *SignalGetTokenByRoomIDReq `protobuf:"bytes,10,opt,name=getTokenByRoomID,oneof"`
2022-09-28 16:35:20 +08:00
}
2022-10-08 11:37:11 +08:00
func (*SignalReq_Invite) isSignalReq_Payload() {}
func (*SignalReq_InviteInGroup) isSignalReq_Payload() {}
func (*SignalReq_Cancel) isSignalReq_Payload() {}
func (*SignalReq_Accept) isSignalReq_Payload() {}
func (*SignalReq_HungUp) isSignalReq_Payload() {}
func (*SignalReq_Reject) isSignalReq_Payload() {}
func (*SignalReq_GetRoomByGroupID) isSignalReq_Payload() {}
func (*SignalReq_OnRoomParticipantConnectedReq) isSignalReq_Payload() {}
func (*SignalReq_OnRoomParticipantDisconnectedReq) isSignalReq_Payload() {}
func (*SignalReq_GetTokenByRoomID) isSignalReq_Payload() {}
2022-08-17 10:42:17 +08:00
2022-03-14 10:38:35 +08:00
func (m *SignalReq) GetPayload() isSignalReq_Payload {
if m != nil {
return m.Payload
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *SignalReq) GetInvite() *SignalInviteReq {
if x, ok := m.GetPayload().(*SignalReq_Invite); ok {
2022-03-14 10:38:35 +08:00
return x.Invite
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *SignalReq) GetInviteInGroup() *SignalInviteInGroupReq {
if x, ok := m.GetPayload().(*SignalReq_InviteInGroup); ok {
2022-03-14 10:38:35 +08:00
return x.InviteInGroup
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *SignalReq) GetCancel() *SignalCancelReq {
if x, ok := m.GetPayload().(*SignalReq_Cancel); ok {
2022-03-14 10:38:35 +08:00
return x.Cancel
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *SignalReq) GetAccept() *SignalAcceptReq {
if x, ok := m.GetPayload().(*SignalReq_Accept); ok {
2022-03-14 10:38:35 +08:00
return x.Accept
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *SignalReq) GetHungUp() *SignalHungUpReq {
if x, ok := m.GetPayload().(*SignalReq_HungUp); ok {
2022-03-14 10:38:35 +08:00
return x.HungUp
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *SignalReq) GetReject() *SignalRejectReq {
if x, ok := m.GetPayload().(*SignalReq_Reject); ok {
2022-03-14 10:38:35 +08:00
return x.Reject
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *SignalReq) GetGetRoomByGroupID() *SignalGetRoomByGroupIDReq {
if x, ok := m.GetPayload().(*SignalReq_GetRoomByGroupID); ok {
2022-08-17 10:42:17 +08:00
return x.GetRoomByGroupID
}
return nil
2022-03-14 10:38:35 +08:00
}
2022-10-08 11:37:11 +08:00
func (m *SignalReq) GetOnRoomParticipantConnectedReq() *SignalOnRoomParticipantConnectedReq {
if x, ok := m.GetPayload().(*SignalReq_OnRoomParticipantConnectedReq); ok {
return x.OnRoomParticipantConnectedReq
2022-09-30 17:32:06 +08:00
}
return nil
}
2022-10-08 11:37:11 +08:00
func (m *SignalReq) GetOnRoomParticipantDisconnectedReq() *SignalOnRoomParticipantDisconnectedReq {
if x, ok := m.GetPayload().(*SignalReq_OnRoomParticipantDisconnectedReq); ok {
return x.OnRoomParticipantDisconnectedReq
}
return nil
}
func (m *SignalReq) GetGetTokenByRoomID() *SignalGetTokenByRoomIDReq {
if x, ok := m.GetPayload().(*SignalReq_GetTokenByRoomID); ok {
return x.GetTokenByRoomID
2022-09-28 16:35:20 +08:00
}
return nil
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
// XXX_OneofFuncs is for the internal use of the proto package.
func (*SignalReq) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) {
return _SignalReq_OneofMarshaler, _SignalReq_OneofUnmarshaler, _SignalReq_OneofSizer, []interface{}{
(*SignalReq_Invite)(nil),
(*SignalReq_InviteInGroup)(nil),
(*SignalReq_Cancel)(nil),
(*SignalReq_Accept)(nil),
(*SignalReq_HungUp)(nil),
(*SignalReq_Reject)(nil),
(*SignalReq_GetRoomByGroupID)(nil),
2022-10-08 11:37:11 +08:00
(*SignalReq_OnRoomParticipantConnectedReq)(nil),
(*SignalReq_OnRoomParticipantDisconnectedReq)(nil),
(*SignalReq_GetTokenByRoomID)(nil),
2022-09-28 16:35:20 +08:00
}
}
func _SignalReq_OneofMarshaler(msg proto.Message, b *proto.Buffer) error {
m := msg.(*SignalReq)
// payload
switch x := m.Payload.(type) {
case *SignalReq_Invite:
b.EncodeVarint(1<<3 | proto.WireBytes)
if err := b.EncodeMessage(x.Invite); err != nil {
return err
}
case *SignalReq_InviteInGroup:
b.EncodeVarint(2<<3 | proto.WireBytes)
if err := b.EncodeMessage(x.InviteInGroup); err != nil {
return err
}
case *SignalReq_Cancel:
b.EncodeVarint(3<<3 | proto.WireBytes)
if err := b.EncodeMessage(x.Cancel); err != nil {
return err
}
case *SignalReq_Accept:
b.EncodeVarint(4<<3 | proto.WireBytes)
if err := b.EncodeMessage(x.Accept); err != nil {
return err
}
case *SignalReq_HungUp:
b.EncodeVarint(5<<3 | proto.WireBytes)
if err := b.EncodeMessage(x.HungUp); err != nil {
return err
}
case *SignalReq_Reject:
b.EncodeVarint(6<<3 | proto.WireBytes)
if err := b.EncodeMessage(x.Reject); err != nil {
return err
}
case *SignalReq_GetRoomByGroupID:
b.EncodeVarint(7<<3 | proto.WireBytes)
if err := b.EncodeMessage(x.GetRoomByGroupID); err != nil {
return err
}
2022-10-08 11:37:11 +08:00
case *SignalReq_OnRoomParticipantConnectedReq:
2022-09-28 16:35:20 +08:00
b.EncodeVarint(8<<3 | proto.WireBytes)
2022-10-08 11:37:11 +08:00
if err := b.EncodeMessage(x.OnRoomParticipantConnectedReq); err != nil {
2022-09-30 17:32:06 +08:00
return err
}
2022-10-08 11:37:11 +08:00
case *SignalReq_OnRoomParticipantDisconnectedReq:
2022-09-30 17:32:06 +08:00
b.EncodeVarint(9<<3 | proto.WireBytes)
2022-10-08 11:37:11 +08:00
if err := b.EncodeMessage(x.OnRoomParticipantDisconnectedReq); err != nil {
return err
}
case *SignalReq_GetTokenByRoomID:
b.EncodeVarint(10<<3 | proto.WireBytes)
if err := b.EncodeMessage(x.GetTokenByRoomID); err != nil {
2022-09-28 16:35:20 +08:00
return err
}
case nil:
default:
return fmt.Errorf("SignalReq.Payload has unexpected type %T", x)
}
return nil
2022-09-27 16:59:56 +08:00
}
2022-09-28 16:35:20 +08:00
func _SignalReq_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) {
m := msg.(*SignalReq)
switch tag {
case 1: // payload.invite
if wire != proto.WireBytes {
return true, proto.ErrInternalBadWireType
}
msg := new(SignalInviteReq)
err := b.DecodeMessage(msg)
m.Payload = &SignalReq_Invite{msg}
return true, err
case 2: // payload.inviteInGroup
if wire != proto.WireBytes {
return true, proto.ErrInternalBadWireType
}
msg := new(SignalInviteInGroupReq)
err := b.DecodeMessage(msg)
m.Payload = &SignalReq_InviteInGroup{msg}
return true, err
case 3: // payload.cancel
if wire != proto.WireBytes {
return true, proto.ErrInternalBadWireType
}
msg := new(SignalCancelReq)
err := b.DecodeMessage(msg)
m.Payload = &SignalReq_Cancel{msg}
return true, err
case 4: // payload.accept
if wire != proto.WireBytes {
return true, proto.ErrInternalBadWireType
}
msg := new(SignalAcceptReq)
err := b.DecodeMessage(msg)
m.Payload = &SignalReq_Accept{msg}
return true, err
case 5: // payload.hungUp
if wire != proto.WireBytes {
return true, proto.ErrInternalBadWireType
}
msg := new(SignalHungUpReq)
err := b.DecodeMessage(msg)
m.Payload = &SignalReq_HungUp{msg}
return true, err
case 6: // payload.reject
if wire != proto.WireBytes {
return true, proto.ErrInternalBadWireType
}
msg := new(SignalRejectReq)
err := b.DecodeMessage(msg)
m.Payload = &SignalReq_Reject{msg}
return true, err
2022-10-08 11:37:11 +08:00
case 7: // payload.getRoomByGroupID
2022-09-28 16:35:20 +08:00
if wire != proto.WireBytes {
return true, proto.ErrInternalBadWireType
}
msg := new(SignalGetRoomByGroupIDReq)
err := b.DecodeMessage(msg)
m.Payload = &SignalReq_GetRoomByGroupID{msg}
return true, err
2022-10-08 11:37:11 +08:00
case 8: // payload.onRoomParticipantConnectedReq
2022-09-28 16:35:20 +08:00
if wire != proto.WireBytes {
return true, proto.ErrInternalBadWireType
}
2022-09-30 17:32:06 +08:00
msg := new(SignalOnRoomParticipantConnectedReq)
2022-09-28 16:35:20 +08:00
err := b.DecodeMessage(msg)
2022-10-08 11:37:11 +08:00
m.Payload = &SignalReq_OnRoomParticipantConnectedReq{msg}
2022-09-30 17:32:06 +08:00
return true, err
2022-10-08 11:37:11 +08:00
case 9: // payload.onRoomParticipantDisconnectedReq
2022-09-30 17:32:06 +08:00
if wire != proto.WireBytes {
return true, proto.ErrInternalBadWireType
}
msg := new(SignalOnRoomParticipantDisconnectedReq)
err := b.DecodeMessage(msg)
2022-10-08 11:37:11 +08:00
m.Payload = &SignalReq_OnRoomParticipantDisconnectedReq{msg}
return true, err
case 10: // payload.getTokenByRoomID
if wire != proto.WireBytes {
return true, proto.ErrInternalBadWireType
}
msg := new(SignalGetTokenByRoomIDReq)
err := b.DecodeMessage(msg)
m.Payload = &SignalReq_GetTokenByRoomID{msg}
2022-09-28 16:35:20 +08:00
return true, err
default:
return false, nil
}
}
func _SignalReq_OneofSizer(msg proto.Message) (n int) {
m := msg.(*SignalReq)
// payload
switch x := m.Payload.(type) {
case *SignalReq_Invite:
s := proto.Size(x.Invite)
n += 1 // tag and wire
n += proto.SizeVarint(uint64(s))
n += s
case *SignalReq_InviteInGroup:
s := proto.Size(x.InviteInGroup)
n += 1 // tag and wire
n += proto.SizeVarint(uint64(s))
n += s
case *SignalReq_Cancel:
s := proto.Size(x.Cancel)
n += 1 // tag and wire
n += proto.SizeVarint(uint64(s))
n += s
case *SignalReq_Accept:
s := proto.Size(x.Accept)
n += 1 // tag and wire
n += proto.SizeVarint(uint64(s))
n += s
case *SignalReq_HungUp:
s := proto.Size(x.HungUp)
n += 1 // tag and wire
n += proto.SizeVarint(uint64(s))
n += s
case *SignalReq_Reject:
s := proto.Size(x.Reject)
n += 1 // tag and wire
n += proto.SizeVarint(uint64(s))
n += s
case *SignalReq_GetRoomByGroupID:
s := proto.Size(x.GetRoomByGroupID)
n += 1 // tag and wire
n += proto.SizeVarint(uint64(s))
n += s
2022-10-08 11:37:11 +08:00
case *SignalReq_OnRoomParticipantConnectedReq:
s := proto.Size(x.OnRoomParticipantConnectedReq)
n += 1 // tag and wire
n += proto.SizeVarint(uint64(s))
n += s
case *SignalReq_OnRoomParticipantDisconnectedReq:
s := proto.Size(x.OnRoomParticipantDisconnectedReq)
2022-09-30 17:32:06 +08:00
n += 1 // tag and wire
n += proto.SizeVarint(uint64(s))
n += s
2022-10-08 11:37:11 +08:00
case *SignalReq_GetTokenByRoomID:
s := proto.Size(x.GetTokenByRoomID)
2022-09-28 16:35:20 +08:00
n += 1 // tag and wire
n += proto.SizeVarint(uint64(s))
n += s
case nil:
default:
panic(fmt.Sprintf("proto: unexpected type %T in oneof", x))
}
return n
2022-08-07 22:37:27 +08:00
}
2022-03-14 10:38:35 +08:00
type SignalResp struct {
2022-09-28 16:35:20 +08:00
// Types that are valid to be assigned to Payload:
2022-03-14 10:38:35 +08:00
// *SignalResp_Invite
// *SignalResp_InviteInGroup
// *SignalResp_Cancel
// *SignalResp_Accept
// *SignalResp_HungUp
// *SignalResp_Reject
2022-08-17 10:42:17 +08:00
// *SignalResp_GetRoomByGroupID
2022-10-08 11:37:11 +08:00
// *SignalResp_GetTokenByRoomID
2022-09-28 16:35:20 +08:00
Payload isSignalResp_Payload `protobuf_oneof:"payload"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-03-14 10:38:35 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *SignalResp) Reset() { *m = SignalResp{} }
func (m *SignalResp) String() string { return proto.CompactTextString(m) }
func (*SignalResp) ProtoMessage() {}
func (*SignalResp) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{59}
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *SignalResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SignalResp.Unmarshal(m, b)
}
func (m *SignalResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SignalResp.Marshal(b, m, deterministic)
}
func (dst *SignalResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_SignalResp.Merge(dst, src)
}
func (m *SignalResp) XXX_Size() int {
return xxx_messageInfo_SignalResp.Size(m)
}
func (m *SignalResp) XXX_DiscardUnknown() {
xxx_messageInfo_SignalResp.DiscardUnknown(m)
2022-03-14 10:38:35 +08:00
}
2022-09-28 16:35:20 +08:00
var xxx_messageInfo_SignalResp proto.InternalMessageInfo
2022-03-14 10:38:35 +08:00
2022-09-28 16:35:20 +08:00
type isSignalResp_Payload interface {
isSignalResp_Payload()
2022-03-14 10:38:35 +08:00
}
2022-09-28 16:35:20 +08:00
type SignalResp_Invite struct {
Invite *SignalInviteReply `protobuf:"bytes,1,opt,name=invite,oneof"`
}
type SignalResp_InviteInGroup struct {
InviteInGroup *SignalInviteInGroupReply `protobuf:"bytes,2,opt,name=inviteInGroup,oneof"`
}
type SignalResp_Cancel struct {
Cancel *SignalCancelReply `protobuf:"bytes,3,opt,name=cancel,oneof"`
}
type SignalResp_Accept struct {
Accept *SignalAcceptReply `protobuf:"bytes,4,opt,name=accept,oneof"`
}
type SignalResp_HungUp struct {
HungUp *SignalHungUpReply `protobuf:"bytes,5,opt,name=hungUp,oneof"`
}
type SignalResp_Reject struct {
Reject *SignalRejectReply `protobuf:"bytes,6,opt,name=reject,oneof"`
}
type SignalResp_GetRoomByGroupID struct {
2022-10-08 11:37:11 +08:00
GetRoomByGroupID *SignalGetRoomByGroupIDReply `protobuf:"bytes,7,opt,name=getRoomByGroupID,oneof"`
}
type SignalResp_GetTokenByRoomID struct {
GetTokenByRoomID *SignalGetTokenByRoomIDReply `protobuf:"bytes,8,opt,name=getTokenByRoomID,oneof"`
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (*SignalResp_Invite) isSignalResp_Payload() {}
func (*SignalResp_InviteInGroup) isSignalResp_Payload() {}
func (*SignalResp_Cancel) isSignalResp_Payload() {}
func (*SignalResp_Accept) isSignalResp_Payload() {}
func (*SignalResp_HungUp) isSignalResp_Payload() {}
func (*SignalResp_Reject) isSignalResp_Payload() {}
func (*SignalResp_GetRoomByGroupID) isSignalResp_Payload() {}
2022-10-08 11:37:11 +08:00
func (*SignalResp_GetTokenByRoomID) isSignalResp_Payload() {}
2022-09-28 16:35:20 +08:00
2022-03-14 10:38:35 +08:00
func (m *SignalResp) GetPayload() isSignalResp_Payload {
if m != nil {
return m.Payload
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *SignalResp) GetInvite() *SignalInviteReply {
if x, ok := m.GetPayload().(*SignalResp_Invite); ok {
2022-03-14 10:38:35 +08:00
return x.Invite
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *SignalResp) GetInviteInGroup() *SignalInviteInGroupReply {
if x, ok := m.GetPayload().(*SignalResp_InviteInGroup); ok {
2022-03-14 10:38:35 +08:00
return x.InviteInGroup
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *SignalResp) GetCancel() *SignalCancelReply {
if x, ok := m.GetPayload().(*SignalResp_Cancel); ok {
2022-03-14 10:38:35 +08:00
return x.Cancel
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *SignalResp) GetAccept() *SignalAcceptReply {
if x, ok := m.GetPayload().(*SignalResp_Accept); ok {
2022-03-14 10:38:35 +08:00
return x.Accept
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *SignalResp) GetHungUp() *SignalHungUpReply {
if x, ok := m.GetPayload().(*SignalResp_HungUp); ok {
2022-03-14 10:38:35 +08:00
return x.HungUp
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *SignalResp) GetReject() *SignalRejectReply {
if x, ok := m.GetPayload().(*SignalResp_Reject); ok {
2022-03-14 10:38:35 +08:00
return x.Reject
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *SignalResp) GetGetRoomByGroupID() *SignalGetRoomByGroupIDReply {
if x, ok := m.GetPayload().(*SignalResp_GetRoomByGroupID); ok {
2022-08-17 10:42:17 +08:00
return x.GetRoomByGroupID
}
return nil
2022-03-14 10:38:35 +08:00
}
2022-10-08 11:37:11 +08:00
func (m *SignalResp) GetGetTokenByRoomID() *SignalGetTokenByRoomIDReply {
if x, ok := m.GetPayload().(*SignalResp_GetTokenByRoomID); ok {
return x.GetTokenByRoomID
}
return nil
}
2022-09-28 16:35:20 +08:00
// XXX_OneofFuncs is for the internal use of the proto package.
func (*SignalResp) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) {
return _SignalResp_OneofMarshaler, _SignalResp_OneofUnmarshaler, _SignalResp_OneofSizer, []interface{}{
(*SignalResp_Invite)(nil),
(*SignalResp_InviteInGroup)(nil),
(*SignalResp_Cancel)(nil),
(*SignalResp_Accept)(nil),
(*SignalResp_HungUp)(nil),
(*SignalResp_Reject)(nil),
(*SignalResp_GetRoomByGroupID)(nil),
2022-10-08 11:37:11 +08:00
(*SignalResp_GetTokenByRoomID)(nil),
2022-09-28 16:35:20 +08:00
}
2022-09-27 16:59:56 +08:00
}
2022-09-28 16:35:20 +08:00
func _SignalResp_OneofMarshaler(msg proto.Message, b *proto.Buffer) error {
m := msg.(*SignalResp)
// payload
switch x := m.Payload.(type) {
case *SignalResp_Invite:
b.EncodeVarint(1<<3 | proto.WireBytes)
if err := b.EncodeMessage(x.Invite); err != nil {
return err
}
case *SignalResp_InviteInGroup:
b.EncodeVarint(2<<3 | proto.WireBytes)
if err := b.EncodeMessage(x.InviteInGroup); err != nil {
return err
}
case *SignalResp_Cancel:
b.EncodeVarint(3<<3 | proto.WireBytes)
if err := b.EncodeMessage(x.Cancel); err != nil {
return err
}
case *SignalResp_Accept:
b.EncodeVarint(4<<3 | proto.WireBytes)
if err := b.EncodeMessage(x.Accept); err != nil {
return err
}
case *SignalResp_HungUp:
b.EncodeVarint(5<<3 | proto.WireBytes)
if err := b.EncodeMessage(x.HungUp); err != nil {
return err
}
case *SignalResp_Reject:
b.EncodeVarint(6<<3 | proto.WireBytes)
if err := b.EncodeMessage(x.Reject); err != nil {
return err
}
case *SignalResp_GetRoomByGroupID:
b.EncodeVarint(7<<3 | proto.WireBytes)
if err := b.EncodeMessage(x.GetRoomByGroupID); err != nil {
return err
}
2022-10-08 11:37:11 +08:00
case *SignalResp_GetTokenByRoomID:
b.EncodeVarint(8<<3 | proto.WireBytes)
if err := b.EncodeMessage(x.GetTokenByRoomID); err != nil {
return err
}
2022-09-28 16:35:20 +08:00
case nil:
default:
return fmt.Errorf("SignalResp.Payload has unexpected type %T", x)
}
return nil
2022-09-27 16:59:56 +08:00
}
2022-09-28 16:35:20 +08:00
func _SignalResp_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) {
m := msg.(*SignalResp)
switch tag {
case 1: // payload.invite
if wire != proto.WireBytes {
return true, proto.ErrInternalBadWireType
}
msg := new(SignalInviteReply)
err := b.DecodeMessage(msg)
m.Payload = &SignalResp_Invite{msg}
return true, err
case 2: // payload.inviteInGroup
if wire != proto.WireBytes {
return true, proto.ErrInternalBadWireType
}
msg := new(SignalInviteInGroupReply)
err := b.DecodeMessage(msg)
m.Payload = &SignalResp_InviteInGroup{msg}
return true, err
case 3: // payload.cancel
if wire != proto.WireBytes {
return true, proto.ErrInternalBadWireType
}
msg := new(SignalCancelReply)
err := b.DecodeMessage(msg)
m.Payload = &SignalResp_Cancel{msg}
return true, err
case 4: // payload.accept
if wire != proto.WireBytes {
return true, proto.ErrInternalBadWireType
}
msg := new(SignalAcceptReply)
err := b.DecodeMessage(msg)
m.Payload = &SignalResp_Accept{msg}
return true, err
case 5: // payload.hungUp
if wire != proto.WireBytes {
return true, proto.ErrInternalBadWireType
}
msg := new(SignalHungUpReply)
err := b.DecodeMessage(msg)
m.Payload = &SignalResp_HungUp{msg}
return true, err
case 6: // payload.reject
if wire != proto.WireBytes {
return true, proto.ErrInternalBadWireType
}
msg := new(SignalRejectReply)
err := b.DecodeMessage(msg)
m.Payload = &SignalResp_Reject{msg}
return true, err
2022-10-08 11:37:11 +08:00
case 7: // payload.getRoomByGroupID
2022-09-28 16:35:20 +08:00
if wire != proto.WireBytes {
return true, proto.ErrInternalBadWireType
}
msg := new(SignalGetRoomByGroupIDReply)
err := b.DecodeMessage(msg)
m.Payload = &SignalResp_GetRoomByGroupID{msg}
return true, err
2022-10-08 11:37:11 +08:00
case 8: // payload.getTokenByRoomID
if wire != proto.WireBytes {
return true, proto.ErrInternalBadWireType
}
msg := new(SignalGetTokenByRoomIDReply)
err := b.DecodeMessage(msg)
m.Payload = &SignalResp_GetTokenByRoomID{msg}
return true, err
2022-09-28 16:35:20 +08:00
default:
return false, nil
}
}
func _SignalResp_OneofSizer(msg proto.Message) (n int) {
m := msg.(*SignalResp)
// payload
switch x := m.Payload.(type) {
case *SignalResp_Invite:
s := proto.Size(x.Invite)
n += 1 // tag and wire
n += proto.SizeVarint(uint64(s))
n += s
case *SignalResp_InviteInGroup:
s := proto.Size(x.InviteInGroup)
n += 1 // tag and wire
n += proto.SizeVarint(uint64(s))
n += s
case *SignalResp_Cancel:
s := proto.Size(x.Cancel)
n += 1 // tag and wire
n += proto.SizeVarint(uint64(s))
n += s
case *SignalResp_Accept:
s := proto.Size(x.Accept)
n += 1 // tag and wire
n += proto.SizeVarint(uint64(s))
n += s
case *SignalResp_HungUp:
s := proto.Size(x.HungUp)
n += 1 // tag and wire
n += proto.SizeVarint(uint64(s))
n += s
case *SignalResp_Reject:
s := proto.Size(x.Reject)
n += 1 // tag and wire
n += proto.SizeVarint(uint64(s))
n += s
case *SignalResp_GetRoomByGroupID:
s := proto.Size(x.GetRoomByGroupID)
n += 1 // tag and wire
n += proto.SizeVarint(uint64(s))
n += s
2022-10-08 11:37:11 +08:00
case *SignalResp_GetTokenByRoomID:
s := proto.Size(x.GetTokenByRoomID)
n += 1 // tag and wire
n += proto.SizeVarint(uint64(s))
n += s
2022-09-28 16:35:20 +08:00
case nil:
default:
panic(fmt.Sprintf("proto: unexpected type %T in oneof", x))
}
return n
2022-09-27 16:59:56 +08:00
}
2022-09-28 16:35:20 +08:00
type InvitationInfo struct {
InviterUserID string `protobuf:"bytes,1,opt,name=inviterUserID" json:"inviterUserID,omitempty"`
InviteeUserIDList []string `protobuf:"bytes,2,rep,name=inviteeUserIDList" json:"inviteeUserIDList,omitempty"`
CustomData string `protobuf:"bytes,3,opt,name=customData" json:"customData,omitempty"`
GroupID string `protobuf:"bytes,4,opt,name=groupID" json:"groupID,omitempty"`
RoomID string `protobuf:"bytes,5,opt,name=roomID" json:"roomID,omitempty"`
Timeout int32 `protobuf:"varint,6,opt,name=timeout" json:"timeout,omitempty"`
MediaType string `protobuf:"bytes,7,opt,name=mediaType" json:"mediaType,omitempty"`
PlatformID int32 `protobuf:"varint,8,opt,name=platformID" json:"platformID,omitempty"`
SessionType int32 `protobuf:"varint,9,opt,name=sessionType" json:"sessionType,omitempty"`
InitiateTime int32 `protobuf:"varint,10,opt,name=initiateTime" json:"initiateTime,omitempty"`
BusyLineUserIDList []string `protobuf:"bytes,11,rep,name=busyLineUserIDList" json:"busyLineUserIDList,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *InvitationInfo) Reset() { *m = InvitationInfo{} }
func (m *InvitationInfo) String() string { return proto.CompactTextString(m) }
func (*InvitationInfo) ProtoMessage() {}
func (*InvitationInfo) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{60}
2022-03-14 10:38:35 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *InvitationInfo) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_InvitationInfo.Unmarshal(m, b)
2022-03-14 10:38:35 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *InvitationInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_InvitationInfo.Marshal(b, m, deterministic)
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *InvitationInfo) XXX_Merge(src proto.Message) {
xxx_messageInfo_InvitationInfo.Merge(dst, src)
2022-03-14 10:38:35 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *InvitationInfo) XXX_Size() int {
return xxx_messageInfo_InvitationInfo.Size(m)
2022-03-14 10:38:35 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *InvitationInfo) XXX_DiscardUnknown() {
xxx_messageInfo_InvitationInfo.DiscardUnknown(m)
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
var xxx_messageInfo_InvitationInfo proto.InternalMessageInfo
2022-08-07 22:37:27 +08:00
2022-09-28 16:35:20 +08:00
func (m *InvitationInfo) GetInviterUserID() string {
if m != nil {
return m.InviterUserID
2022-03-14 10:38:35 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *InvitationInfo) GetInviteeUserIDList() []string {
if m != nil {
return m.InviteeUserIDList
2022-03-14 10:38:35 +08:00
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *InvitationInfo) GetCustomData() string {
if m != nil {
return m.CustomData
2022-03-14 10:38:35 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *InvitationInfo) GetGroupID() string {
if m != nil {
return m.GroupID
2022-03-14 10:38:35 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *InvitationInfo) GetRoomID() string {
if m != nil {
return m.RoomID
2022-03-14 10:38:35 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *InvitationInfo) GetTimeout() int32 {
if m != nil {
return m.Timeout
2022-03-14 10:38:35 +08:00
}
return 0
}
2022-09-28 16:35:20 +08:00
func (m *InvitationInfo) GetMediaType() string {
if m != nil {
return m.MediaType
2022-03-14 10:58:41 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *InvitationInfo) GetPlatformID() int32 {
if m != nil {
return m.PlatformID
2022-03-14 15:04:34 +08:00
}
return 0
}
2022-09-28 16:35:20 +08:00
func (m *InvitationInfo) GetSessionType() int32 {
if m != nil {
return m.SessionType
2022-03-14 15:04:34 +08:00
}
return 0
}
2022-09-28 16:35:20 +08:00
func (m *InvitationInfo) GetInitiateTime() int32 {
if m != nil {
return m.InitiateTime
2022-06-14 10:52:23 +08:00
}
return 0
}
2022-09-28 16:35:20 +08:00
func (m *InvitationInfo) GetBusyLineUserIDList() []string {
if m != nil {
return m.BusyLineUserIDList
2022-09-27 17:18:25 +08:00
}
return nil
}
2022-03-16 14:13:30 +08:00
type ParticipantMetaData struct {
2022-09-28 16:35:20 +08:00
GroupInfo *GroupInfo `protobuf:"bytes,1,opt,name=groupInfo" json:"groupInfo,omitempty"`
GroupMemberInfo *GroupMemberFullInfo `protobuf:"bytes,2,opt,name=groupMemberInfo" json:"groupMemberInfo,omitempty"`
UserInfo *PublicUserInfo `protobuf:"bytes,3,opt,name=userInfo" json:"userInfo,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-03-16 14:13:30 +08:00
}
2022-09-27 16:59:56 +08:00
2022-09-28 16:35:20 +08:00
func (m *ParticipantMetaData) Reset() { *m = ParticipantMetaData{} }
func (m *ParticipantMetaData) String() string { return proto.CompactTextString(m) }
func (*ParticipantMetaData) ProtoMessage() {}
func (*ParticipantMetaData) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{61}
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *ParticipantMetaData) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ParticipantMetaData.Unmarshal(m, b)
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *ParticipantMetaData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ParticipantMetaData.Marshal(b, m, deterministic)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *ParticipantMetaData) XXX_Merge(src proto.Message) {
xxx_messageInfo_ParticipantMetaData.Merge(dst, src)
}
func (m *ParticipantMetaData) XXX_Size() int {
return xxx_messageInfo_ParticipantMetaData.Size(m)
2022-09-27 16:59:56 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *ParticipantMetaData) XXX_DiscardUnknown() {
xxx_messageInfo_ParticipantMetaData.DiscardUnknown(m)
}
var xxx_messageInfo_ParticipantMetaData proto.InternalMessageInfo
2022-03-16 14:13:30 +08:00
2022-09-28 16:35:20 +08:00
func (m *ParticipantMetaData) GetGroupInfo() *GroupInfo {
if m != nil {
return m.GroupInfo
2022-03-16 14:13:30 +08:00
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *ParticipantMetaData) GetGroupMemberInfo() *GroupMemberFullInfo {
if m != nil {
return m.GroupMemberInfo
2022-03-16 14:13:30 +08:00
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *ParticipantMetaData) GetUserInfo() *PublicUserInfo {
if m != nil {
return m.UserInfo
2022-03-16 14:13:30 +08:00
}
return nil
}
2022-03-14 10:38:35 +08:00
type SignalInviteReq struct {
2022-09-28 16:35:20 +08:00
OpUserID string `protobuf:"bytes,1,opt,name=opUserID" json:"opUserID,omitempty"`
Invitation *InvitationInfo `protobuf:"bytes,2,opt,name=invitation" json:"invitation,omitempty"`
OfflinePushInfo *OfflinePushInfo `protobuf:"bytes,3,opt,name=offlinePushInfo" json:"offlinePushInfo,omitempty"`
Participant *ParticipantMetaData `protobuf:"bytes,4,opt,name=participant" json:"participant,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SignalInviteReq) Reset() { *m = SignalInviteReq{} }
func (m *SignalInviteReq) String() string { return proto.CompactTextString(m) }
func (*SignalInviteReq) ProtoMessage() {}
func (*SignalInviteReq) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{62}
2022-03-14 10:38:35 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *SignalInviteReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SignalInviteReq.Unmarshal(m, b)
2022-03-14 10:38:35 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *SignalInviteReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SignalInviteReq.Marshal(b, m, deterministic)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *SignalInviteReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_SignalInviteReq.Merge(dst, src)
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *SignalInviteReq) XXX_Size() int {
return xxx_messageInfo_SignalInviteReq.Size(m)
2022-09-27 16:59:56 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *SignalInviteReq) XXX_DiscardUnknown() {
xxx_messageInfo_SignalInviteReq.DiscardUnknown(m)
}
var xxx_messageInfo_SignalInviteReq proto.InternalMessageInfo
2022-08-17 10:42:17 +08:00
2022-09-28 16:35:20 +08:00
func (m *SignalInviteReq) GetOpUserID() string {
if m != nil {
return m.OpUserID
2022-03-15 09:47:17 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *SignalInviteReq) GetInvitation() *InvitationInfo {
if m != nil {
return m.Invitation
2022-03-14 10:38:35 +08:00
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *SignalInviteReq) GetOfflinePushInfo() *OfflinePushInfo {
if m != nil {
return m.OfflinePushInfo
2022-03-14 10:38:35 +08:00
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *SignalInviteReq) GetParticipant() *ParticipantMetaData {
if m != nil {
return m.Participant
2022-03-16 14:13:30 +08:00
}
return nil
}
2022-03-14 10:38:35 +08:00
type SignalInviteReply struct {
2022-09-28 16:35:20 +08:00
Token string `protobuf:"bytes,1,opt,name=token" json:"token,omitempty"`
RoomID string `protobuf:"bytes,2,opt,name=roomID" json:"roomID,omitempty"`
LiveURL string `protobuf:"bytes,3,opt,name=liveURL" json:"liveURL,omitempty"`
BusyLineUserIDList []string `protobuf:"bytes,4,rep,name=busyLineUserIDList" json:"busyLineUserIDList,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SignalInviteReply) Reset() { *m = SignalInviteReply{} }
func (m *SignalInviteReply) String() string { return proto.CompactTextString(m) }
func (*SignalInviteReply) ProtoMessage() {}
func (*SignalInviteReply) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{63}
2022-03-14 10:38:35 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *SignalInviteReply) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SignalInviteReply.Unmarshal(m, b)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *SignalInviteReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SignalInviteReply.Marshal(b, m, deterministic)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *SignalInviteReply) XXX_Merge(src proto.Message) {
xxx_messageInfo_SignalInviteReply.Merge(dst, src)
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *SignalInviteReply) XXX_Size() int {
return xxx_messageInfo_SignalInviteReply.Size(m)
}
func (m *SignalInviteReply) XXX_DiscardUnknown() {
xxx_messageInfo_SignalInviteReply.DiscardUnknown(m)
2022-09-27 16:59:56 +08:00
}
2022-08-17 10:42:17 +08:00
2022-09-28 16:35:20 +08:00
var xxx_messageInfo_SignalInviteReply proto.InternalMessageInfo
func (m *SignalInviteReply) GetToken() string {
if m != nil {
return m.Token
2022-03-14 10:38:35 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *SignalInviteReply) GetRoomID() string {
if m != nil {
return m.RoomID
2022-03-15 10:02:52 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *SignalInviteReply) GetLiveURL() string {
if m != nil {
return m.LiveURL
2022-03-14 10:38:35 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *SignalInviteReply) GetBusyLineUserIDList() []string {
if m != nil {
return m.BusyLineUserIDList
2022-09-27 15:35:36 +08:00
}
return nil
}
2022-03-14 10:38:35 +08:00
type SignalInviteInGroupReq struct {
2022-09-28 16:35:20 +08:00
OpUserID string `protobuf:"bytes,1,opt,name=opUserID" json:"opUserID,omitempty"`
Invitation *InvitationInfo `protobuf:"bytes,2,opt,name=invitation" json:"invitation,omitempty"`
OfflinePushInfo *OfflinePushInfo `protobuf:"bytes,3,opt,name=offlinePushInfo" json:"offlinePushInfo,omitempty"`
Participant *ParticipantMetaData `protobuf:"bytes,4,opt,name=participant" json:"participant,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SignalInviteInGroupReq) Reset() { *m = SignalInviteInGroupReq{} }
func (m *SignalInviteInGroupReq) String() string { return proto.CompactTextString(m) }
func (*SignalInviteInGroupReq) ProtoMessage() {}
func (*SignalInviteInGroupReq) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{64}
2022-03-14 10:38:35 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *SignalInviteInGroupReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SignalInviteInGroupReq.Unmarshal(m, b)
2022-03-14 10:38:35 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *SignalInviteInGroupReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SignalInviteInGroupReq.Marshal(b, m, deterministic)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *SignalInviteInGroupReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_SignalInviteInGroupReq.Merge(dst, src)
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *SignalInviteInGroupReq) XXX_Size() int {
return xxx_messageInfo_SignalInviteInGroupReq.Size(m)
2022-09-27 16:59:56 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *SignalInviteInGroupReq) XXX_DiscardUnknown() {
xxx_messageInfo_SignalInviteInGroupReq.DiscardUnknown(m)
}
var xxx_messageInfo_SignalInviteInGroupReq proto.InternalMessageInfo
2022-08-17 10:42:17 +08:00
2022-09-28 16:35:20 +08:00
func (m *SignalInviteInGroupReq) GetOpUserID() string {
if m != nil {
return m.OpUserID
2022-03-15 09:47:17 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *SignalInviteInGroupReq) GetInvitation() *InvitationInfo {
if m != nil {
return m.Invitation
2022-03-14 10:38:35 +08:00
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *SignalInviteInGroupReq) GetOfflinePushInfo() *OfflinePushInfo {
if m != nil {
return m.OfflinePushInfo
2022-03-14 10:38:35 +08:00
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *SignalInviteInGroupReq) GetParticipant() *ParticipantMetaData {
if m != nil {
return m.Participant
2022-03-16 14:13:30 +08:00
}
return nil
}
2022-03-14 10:38:35 +08:00
type SignalInviteInGroupReply struct {
2022-09-28 16:35:20 +08:00
Token string `protobuf:"bytes,1,opt,name=token" json:"token,omitempty"`
RoomID string `protobuf:"bytes,2,opt,name=roomID" json:"roomID,omitempty"`
LiveURL string `protobuf:"bytes,3,opt,name=liveURL" json:"liveURL,omitempty"`
BusyLineUserIDList []string `protobuf:"bytes,4,rep,name=busyLineUserIDList" json:"busyLineUserIDList,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SignalInviteInGroupReply) Reset() { *m = SignalInviteInGroupReply{} }
func (m *SignalInviteInGroupReply) String() string { return proto.CompactTextString(m) }
func (*SignalInviteInGroupReply) ProtoMessage() {}
func (*SignalInviteInGroupReply) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{65}
2022-03-14 10:38:35 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *SignalInviteInGroupReply) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SignalInviteInGroupReply.Unmarshal(m, b)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *SignalInviteInGroupReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SignalInviteInGroupReply.Marshal(b, m, deterministic)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *SignalInviteInGroupReply) XXX_Merge(src proto.Message) {
xxx_messageInfo_SignalInviteInGroupReply.Merge(dst, src)
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *SignalInviteInGroupReply) XXX_Size() int {
return xxx_messageInfo_SignalInviteInGroupReply.Size(m)
}
func (m *SignalInviteInGroupReply) XXX_DiscardUnknown() {
xxx_messageInfo_SignalInviteInGroupReply.DiscardUnknown(m)
2022-09-27 16:59:56 +08:00
}
2022-08-17 10:42:17 +08:00
2022-09-28 16:35:20 +08:00
var xxx_messageInfo_SignalInviteInGroupReply proto.InternalMessageInfo
func (m *SignalInviteInGroupReply) GetToken() string {
if m != nil {
return m.Token
2022-03-14 10:38:35 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *SignalInviteInGroupReply) GetRoomID() string {
if m != nil {
return m.RoomID
2022-03-14 10:38:35 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *SignalInviteInGroupReply) GetLiveURL() string {
if m != nil {
return m.LiveURL
2022-03-14 10:38:35 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *SignalInviteInGroupReply) GetBusyLineUserIDList() []string {
if m != nil {
return m.BusyLineUserIDList
2022-09-27 15:35:36 +08:00
}
return nil
}
2022-03-14 10:38:35 +08:00
type SignalCancelReq struct {
2022-09-28 16:35:20 +08:00
OpUserID string `protobuf:"bytes,1,opt,name=opUserID" json:"opUserID,omitempty"`
Invitation *InvitationInfo `protobuf:"bytes,2,opt,name=invitation" json:"invitation,omitempty"`
OfflinePushInfo *OfflinePushInfo `protobuf:"bytes,3,opt,name=offlinePushInfo" json:"offlinePushInfo,omitempty"`
Participant *ParticipantMetaData `protobuf:"bytes,4,opt,name=participant" json:"participant,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SignalCancelReq) Reset() { *m = SignalCancelReq{} }
func (m *SignalCancelReq) String() string { return proto.CompactTextString(m) }
func (*SignalCancelReq) ProtoMessage() {}
func (*SignalCancelReq) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{66}
2022-03-14 10:38:35 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *SignalCancelReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SignalCancelReq.Unmarshal(m, b)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *SignalCancelReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SignalCancelReq.Marshal(b, m, deterministic)
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *SignalCancelReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_SignalCancelReq.Merge(dst, src)
2022-03-14 10:38:35 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *SignalCancelReq) XXX_Size() int {
return xxx_messageInfo_SignalCancelReq.Size(m)
2022-09-27 16:59:56 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *SignalCancelReq) XXX_DiscardUnknown() {
xxx_messageInfo_SignalCancelReq.DiscardUnknown(m)
}
var xxx_messageInfo_SignalCancelReq proto.InternalMessageInfo
2022-09-27 16:59:56 +08:00
2022-09-28 16:35:20 +08:00
func (m *SignalCancelReq) GetOpUserID() string {
if m != nil {
return m.OpUserID
2022-09-27 16:59:56 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *SignalCancelReq) GetInvitation() *InvitationInfo {
if m != nil {
return m.Invitation
2022-03-14 10:38:35 +08:00
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *SignalCancelReq) GetOfflinePushInfo() *OfflinePushInfo {
if m != nil {
return m.OfflinePushInfo
2022-03-14 19:44:23 +08:00
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *SignalCancelReq) GetParticipant() *ParticipantMetaData {
if m != nil {
return m.Participant
2022-03-16 14:13:30 +08:00
}
return nil
}
2022-03-14 10:38:35 +08:00
type SignalCancelReply struct {
2022-09-28 16:35:20 +08:00
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-03-14 10:38:35 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *SignalCancelReply) Reset() { *m = SignalCancelReply{} }
func (m *SignalCancelReply) String() string { return proto.CompactTextString(m) }
func (*SignalCancelReply) ProtoMessage() {}
func (*SignalCancelReply) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{67}
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *SignalCancelReply) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SignalCancelReply.Unmarshal(m, b)
2022-03-14 10:38:35 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *SignalCancelReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SignalCancelReply.Marshal(b, m, deterministic)
2022-03-14 10:38:35 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *SignalCancelReply) XXX_Merge(src proto.Message) {
xxx_messageInfo_SignalCancelReply.Merge(dst, src)
}
func (m *SignalCancelReply) XXX_Size() int {
return xxx_messageInfo_SignalCancelReply.Size(m)
}
func (m *SignalCancelReply) XXX_DiscardUnknown() {
xxx_messageInfo_SignalCancelReply.DiscardUnknown(m)
2022-03-14 10:38:35 +08:00
}
2022-09-27 16:59:56 +08:00
2022-09-28 16:35:20 +08:00
var xxx_messageInfo_SignalCancelReply proto.InternalMessageInfo
2022-09-27 16:59:56 +08:00
2022-09-28 16:35:20 +08:00
type SignalAcceptReq struct {
OpUserID string `protobuf:"bytes,1,opt,name=opUserID" json:"opUserID,omitempty"`
Invitation *InvitationInfo `protobuf:"bytes,2,opt,name=invitation" json:"invitation,omitempty"`
OfflinePushInfo *OfflinePushInfo `protobuf:"bytes,3,opt,name=offlinePushInfo" json:"offlinePushInfo,omitempty"`
Participant *ParticipantMetaData `protobuf:"bytes,4,opt,name=participant" json:"participant,omitempty"`
OpUserPlatformID int32 `protobuf:"varint,5,opt,name=opUserPlatformID" json:"opUserPlatformID,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SignalAcceptReq) Reset() { *m = SignalAcceptReq{} }
func (m *SignalAcceptReq) String() string { return proto.CompactTextString(m) }
func (*SignalAcceptReq) ProtoMessage() {}
func (*SignalAcceptReq) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{68}
2022-03-14 10:38:35 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *SignalAcceptReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SignalAcceptReq.Unmarshal(m, b)
2022-03-14 10:38:35 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *SignalAcceptReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SignalAcceptReq.Marshal(b, m, deterministic)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *SignalAcceptReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_SignalAcceptReq.Merge(dst, src)
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *SignalAcceptReq) XXX_Size() int {
return xxx_messageInfo_SignalAcceptReq.Size(m)
}
func (m *SignalAcceptReq) XXX_DiscardUnknown() {
xxx_messageInfo_SignalAcceptReq.DiscardUnknown(m)
2022-09-27 16:59:56 +08:00
}
2022-08-17 10:42:17 +08:00
2022-09-28 16:35:20 +08:00
var xxx_messageInfo_SignalAcceptReq proto.InternalMessageInfo
func (m *SignalAcceptReq) GetOpUserID() string {
if m != nil {
return m.OpUserID
2022-03-14 10:38:35 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *SignalAcceptReq) GetInvitation() *InvitationInfo {
if m != nil {
return m.Invitation
2022-03-14 10:38:35 +08:00
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *SignalAcceptReq) GetOfflinePushInfo() *OfflinePushInfo {
if m != nil {
return m.OfflinePushInfo
2022-03-14 19:44:23 +08:00
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *SignalAcceptReq) GetParticipant() *ParticipantMetaData {
if m != nil {
return m.Participant
2022-03-16 14:13:30 +08:00
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *SignalAcceptReq) GetOpUserPlatformID() int32 {
if m != nil {
return m.OpUserPlatformID
2022-03-16 15:31:15 +08:00
}
2022-03-16 15:45:34 +08:00
return 0
2022-03-16 15:31:15 +08:00
}
2022-03-14 10:38:35 +08:00
type SignalAcceptReply struct {
2022-09-28 16:35:20 +08:00
Token string `protobuf:"bytes,1,opt,name=token" json:"token,omitempty"`
RoomID string `protobuf:"bytes,2,opt,name=roomID" json:"roomID,omitempty"`
LiveURL string `protobuf:"bytes,3,opt,name=liveURL" json:"liveURL,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-03-14 10:38:35 +08:00
}
2022-09-27 16:59:56 +08:00
2022-09-28 16:35:20 +08:00
func (m *SignalAcceptReply) Reset() { *m = SignalAcceptReply{} }
func (m *SignalAcceptReply) String() string { return proto.CompactTextString(m) }
func (*SignalAcceptReply) ProtoMessage() {}
func (*SignalAcceptReply) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{69}
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *SignalAcceptReply) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SignalAcceptReply.Unmarshal(m, b)
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *SignalAcceptReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SignalAcceptReply.Marshal(b, m, deterministic)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *SignalAcceptReply) XXX_Merge(src proto.Message) {
xxx_messageInfo_SignalAcceptReply.Merge(dst, src)
}
func (m *SignalAcceptReply) XXX_Size() int {
return xxx_messageInfo_SignalAcceptReply.Size(m)
2022-09-27 16:59:56 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *SignalAcceptReply) XXX_DiscardUnknown() {
xxx_messageInfo_SignalAcceptReply.DiscardUnknown(m)
}
var xxx_messageInfo_SignalAcceptReply proto.InternalMessageInfo
2022-03-14 10:38:35 +08:00
2022-09-28 16:35:20 +08:00
func (m *SignalAcceptReply) GetToken() string {
if m != nil {
return m.Token
2022-03-14 10:38:35 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *SignalAcceptReply) GetRoomID() string {
if m != nil {
return m.RoomID
2022-03-14 10:38:35 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *SignalAcceptReply) GetLiveURL() string {
if m != nil {
return m.LiveURL
2022-03-14 10:38:35 +08:00
}
return ""
}
type SignalHungUpReq struct {
2022-09-28 16:35:20 +08:00
OpUserID string `protobuf:"bytes,1,opt,name=opUserID" json:"opUserID,omitempty"`
Invitation *InvitationInfo `protobuf:"bytes,2,opt,name=invitation" json:"invitation,omitempty"`
OfflinePushInfo *OfflinePushInfo `protobuf:"bytes,3,opt,name=offlinePushInfo" json:"offlinePushInfo,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-03-14 10:38:35 +08:00
}
2022-09-27 16:59:56 +08:00
2022-09-28 16:35:20 +08:00
func (m *SignalHungUpReq) Reset() { *m = SignalHungUpReq{} }
func (m *SignalHungUpReq) String() string { return proto.CompactTextString(m) }
func (*SignalHungUpReq) ProtoMessage() {}
func (*SignalHungUpReq) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{70}
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *SignalHungUpReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SignalHungUpReq.Unmarshal(m, b)
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *SignalHungUpReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SignalHungUpReq.Marshal(b, m, deterministic)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *SignalHungUpReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_SignalHungUpReq.Merge(dst, src)
}
func (m *SignalHungUpReq) XXX_Size() int {
return xxx_messageInfo_SignalHungUpReq.Size(m)
}
func (m *SignalHungUpReq) XXX_DiscardUnknown() {
xxx_messageInfo_SignalHungUpReq.DiscardUnknown(m)
2022-09-27 16:59:56 +08:00
}
2022-03-14 10:38:35 +08:00
2022-09-28 16:35:20 +08:00
var xxx_messageInfo_SignalHungUpReq proto.InternalMessageInfo
func (m *SignalHungUpReq) GetOpUserID() string {
if m != nil {
return m.OpUserID
2022-03-14 10:38:35 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *SignalHungUpReq) GetInvitation() *InvitationInfo {
if m != nil {
return m.Invitation
2022-03-14 10:38:35 +08:00
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *SignalHungUpReq) GetOfflinePushInfo() *OfflinePushInfo {
if m != nil {
return m.OfflinePushInfo
2022-03-14 19:44:23 +08:00
}
return nil
}
2022-03-14 10:38:35 +08:00
type SignalHungUpReply struct {
2022-09-28 16:35:20 +08:00
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-03-14 10:38:35 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *SignalHungUpReply) Reset() { *m = SignalHungUpReply{} }
func (m *SignalHungUpReply) String() string { return proto.CompactTextString(m) }
func (*SignalHungUpReply) ProtoMessage() {}
func (*SignalHungUpReply) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{71}
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *SignalHungUpReply) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SignalHungUpReply.Unmarshal(m, b)
2022-03-14 10:38:35 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *SignalHungUpReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SignalHungUpReply.Marshal(b, m, deterministic)
2022-03-14 10:38:35 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *SignalHungUpReply) XXX_Merge(src proto.Message) {
xxx_messageInfo_SignalHungUpReply.Merge(dst, src)
}
func (m *SignalHungUpReply) XXX_Size() int {
return xxx_messageInfo_SignalHungUpReply.Size(m)
}
func (m *SignalHungUpReply) XXX_DiscardUnknown() {
xxx_messageInfo_SignalHungUpReply.DiscardUnknown(m)
2022-03-14 10:38:35 +08:00
}
2022-09-27 16:59:56 +08:00
2022-09-28 16:35:20 +08:00
var xxx_messageInfo_SignalHungUpReply proto.InternalMessageInfo
2022-09-27 16:59:56 +08:00
2022-09-28 16:35:20 +08:00
type SignalRejectReq struct {
OpUserID string `protobuf:"bytes,1,opt,name=opUserID" json:"opUserID,omitempty"`
Invitation *InvitationInfo `protobuf:"bytes,2,opt,name=invitation" json:"invitation,omitempty"`
OfflinePushInfo *OfflinePushInfo `protobuf:"bytes,3,opt,name=offlinePushInfo" json:"offlinePushInfo,omitempty"`
Participant *ParticipantMetaData `protobuf:"bytes,4,opt,name=participant" json:"participant,omitempty"`
OpUserPlatformID int32 `protobuf:"varint,5,opt,name=opUserPlatformID" json:"opUserPlatformID,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SignalRejectReq) Reset() { *m = SignalRejectReq{} }
func (m *SignalRejectReq) String() string { return proto.CompactTextString(m) }
func (*SignalRejectReq) ProtoMessage() {}
func (*SignalRejectReq) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{72}
2022-03-14 10:38:35 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *SignalRejectReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SignalRejectReq.Unmarshal(m, b)
2022-03-14 10:38:35 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *SignalRejectReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SignalRejectReq.Marshal(b, m, deterministic)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *SignalRejectReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_SignalRejectReq.Merge(dst, src)
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *SignalRejectReq) XXX_Size() int {
return xxx_messageInfo_SignalRejectReq.Size(m)
2022-09-27 16:59:56 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *SignalRejectReq) XXX_DiscardUnknown() {
xxx_messageInfo_SignalRejectReq.DiscardUnknown(m)
}
var xxx_messageInfo_SignalRejectReq proto.InternalMessageInfo
2022-08-17 10:42:17 +08:00
2022-09-28 16:35:20 +08:00
func (m *SignalRejectReq) GetOpUserID() string {
if m != nil {
return m.OpUserID
2022-03-14 10:38:35 +08:00
}
return ""
}
2022-09-28 16:35:20 +08:00
func (m *SignalRejectReq) GetInvitation() *InvitationInfo {
if m != nil {
return m.Invitation
2022-03-14 10:38:35 +08:00
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *SignalRejectReq) GetOfflinePushInfo() *OfflinePushInfo {
if m != nil {
return m.OfflinePushInfo
2022-03-14 19:44:23 +08:00
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *SignalRejectReq) GetParticipant() *ParticipantMetaData {
if m != nil {
return m.Participant
2022-03-16 15:31:15 +08:00
}
return nil
}
2022-09-28 16:35:20 +08:00
func (m *SignalRejectReq) GetOpUserPlatformID() int32 {
if m != nil {
return m.OpUserPlatformID
2022-03-16 15:31:15 +08:00
}
2022-03-16 15:45:34 +08:00
return 0
2022-03-16 15:31:15 +08:00
}
2022-03-14 10:38:35 +08:00
type SignalRejectReply struct {
2022-09-28 16:35:20 +08:00
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-03-14 10:38:35 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *SignalRejectReply) Reset() { *m = SignalRejectReply{} }
func (m *SignalRejectReply) String() string { return proto.CompactTextString(m) }
func (*SignalRejectReply) ProtoMessage() {}
func (*SignalRejectReply) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{73}
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *SignalRejectReply) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SignalRejectReply.Unmarshal(m, b)
2022-03-14 10:38:35 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *SignalRejectReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SignalRejectReply.Marshal(b, m, deterministic)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *SignalRejectReply) XXX_Merge(src proto.Message) {
xxx_messageInfo_SignalRejectReply.Merge(dst, src)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *SignalRejectReply) XXX_Size() int {
return xxx_messageInfo_SignalRejectReply.Size(m)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *SignalRejectReply) XXX_DiscardUnknown() {
xxx_messageInfo_SignalRejectReply.DiscardUnknown(m)
2022-08-17 10:42:17 +08:00
}
2022-09-27 16:59:56 +08:00
2022-09-28 16:35:20 +08:00
var xxx_messageInfo_SignalRejectReply proto.InternalMessageInfo
2022-09-27 16:59:56 +08:00
2022-09-28 16:35:20 +08:00
type SignalGetRoomByGroupIDReq struct {
OpUserID string `protobuf:"bytes,1,opt,name=opUserID" json:"opUserID,omitempty"`
GroupID string `protobuf:"bytes,2,opt,name=groupID" json:"groupID,omitempty"`
Participant *ParticipantMetaData `protobuf:"bytes,3,opt,name=participant" json:"participant,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-03-15 18:13:58 +08:00
}
2022-08-07 22:37:27 +08:00
2022-09-28 16:35:20 +08:00
func (m *SignalGetRoomByGroupIDReq) Reset() { *m = SignalGetRoomByGroupIDReq{} }
func (m *SignalGetRoomByGroupIDReq) String() string { return proto.CompactTextString(m) }
func (*SignalGetRoomByGroupIDReq) ProtoMessage() {}
2022-09-27 16:59:56 +08:00
func (*SignalGetRoomByGroupIDReq) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{74}
2022-09-28 16:35:20 +08:00
}
func (m *SignalGetRoomByGroupIDReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SignalGetRoomByGroupIDReq.Unmarshal(m, b)
}
func (m *SignalGetRoomByGroupIDReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SignalGetRoomByGroupIDReq.Marshal(b, m, deterministic)
}
func (dst *SignalGetRoomByGroupIDReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_SignalGetRoomByGroupIDReq.Merge(dst, src)
}
func (m *SignalGetRoomByGroupIDReq) XXX_Size() int {
return xxx_messageInfo_SignalGetRoomByGroupIDReq.Size(m)
2022-09-27 16:59:56 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *SignalGetRoomByGroupIDReq) XXX_DiscardUnknown() {
xxx_messageInfo_SignalGetRoomByGroupIDReq.DiscardUnknown(m)
}
var xxx_messageInfo_SignalGetRoomByGroupIDReq proto.InternalMessageInfo
2022-08-07 22:37:27 +08:00
2022-09-28 16:35:20 +08:00
func (m *SignalGetRoomByGroupIDReq) GetOpUserID() string {
if m != nil {
return m.OpUserID
2022-08-17 10:42:17 +08:00
}
return ""
2022-03-15 18:13:58 +08:00
}
2022-08-07 22:37:27 +08:00
2022-09-28 16:35:20 +08:00
func (m *SignalGetRoomByGroupIDReq) GetGroupID() string {
if m != nil {
return m.GroupID
2022-08-07 22:37:27 +08:00
}
2022-08-17 10:42:17 +08:00
return ""
2022-03-15 18:13:58 +08:00
}
2022-08-07 22:37:27 +08:00
2022-09-28 16:35:20 +08:00
func (m *SignalGetRoomByGroupIDReq) GetParticipant() *ParticipantMetaData {
if m != nil {
return m.Participant
2022-09-27 15:35:36 +08:00
}
return nil
}
2022-08-17 10:42:17 +08:00
type SignalGetRoomByGroupIDReply struct {
2022-09-28 16:35:20 +08:00
Invitation *InvitationInfo `protobuf:"bytes,1,opt,name=invitation" json:"invitation,omitempty"`
2022-10-08 15:23:34 +08:00
Participant []*ParticipantMetaData `protobuf:"bytes,2,rep,name=participant" json:"participant,omitempty"`
2022-10-08 11:37:11 +08:00
RoomID string `protobuf:"bytes,3,opt,name=roomID" json:"roomID,omitempty"`
2022-09-28 16:35:20 +08:00
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SignalGetRoomByGroupIDReply) Reset() { *m = SignalGetRoomByGroupIDReply{} }
func (m *SignalGetRoomByGroupIDReply) String() string { return proto.CompactTextString(m) }
func (*SignalGetRoomByGroupIDReply) ProtoMessage() {}
func (*SignalGetRoomByGroupIDReply) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{75}
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *SignalGetRoomByGroupIDReply) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SignalGetRoomByGroupIDReply.Unmarshal(m, b)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *SignalGetRoomByGroupIDReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SignalGetRoomByGroupIDReply.Marshal(b, m, deterministic)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *SignalGetRoomByGroupIDReply) XXX_Merge(src proto.Message) {
xxx_messageInfo_SignalGetRoomByGroupIDReply.Merge(dst, src)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *SignalGetRoomByGroupIDReply) XXX_Size() int {
return xxx_messageInfo_SignalGetRoomByGroupIDReply.Size(m)
}
func (m *SignalGetRoomByGroupIDReply) XXX_DiscardUnknown() {
xxx_messageInfo_SignalGetRoomByGroupIDReply.DiscardUnknown(m)
2022-09-27 16:59:56 +08:00
}
2022-08-17 10:42:17 +08:00
2022-09-28 16:35:20 +08:00
var xxx_messageInfo_SignalGetRoomByGroupIDReply proto.InternalMessageInfo
func (m *SignalGetRoomByGroupIDReply) GetInvitation() *InvitationInfo {
if m != nil {
return m.Invitation
2022-08-07 22:37:27 +08:00
}
2022-08-17 10:42:17 +08:00
return nil
2022-03-15 18:13:58 +08:00
}
2022-10-08 15:23:34 +08:00
func (m *SignalGetRoomByGroupIDReply) GetParticipant() []*ParticipantMetaData {
2022-09-28 16:35:20 +08:00
if m != nil {
2022-10-08 15:23:34 +08:00
return m.Participant
2022-08-17 10:42:17 +08:00
}
return nil
2022-08-07 22:37:27 +08:00
}
2022-03-15 18:13:58 +08:00
2022-09-28 16:35:20 +08:00
func (m *SignalGetRoomByGroupIDReply) GetRoomID() string {
if m != nil {
return m.RoomID
2022-03-15 18:13:58 +08:00
}
return ""
}
2022-09-30 17:32:06 +08:00
type SignalOnRoomParticipantConnectedReq struct {
Invitation *InvitationInfo `protobuf:"bytes,1,opt,name=invitation" json:"invitation,omitempty"`
Participant []*ParticipantMetaData `protobuf:"bytes,2,rep,name=participant" json:"participant,omitempty"`
GroupID string `protobuf:"bytes,3,opt,name=groupID" json:"groupID,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SignalOnRoomParticipantConnectedReq) Reset() { *m = SignalOnRoomParticipantConnectedReq{} }
func (m *SignalOnRoomParticipantConnectedReq) String() string { return proto.CompactTextString(m) }
func (*SignalOnRoomParticipantConnectedReq) ProtoMessage() {}
func (*SignalOnRoomParticipantConnectedReq) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{76}
2022-09-30 17:32:06 +08:00
}
func (m *SignalOnRoomParticipantConnectedReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SignalOnRoomParticipantConnectedReq.Unmarshal(m, b)
}
func (m *SignalOnRoomParticipantConnectedReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SignalOnRoomParticipantConnectedReq.Marshal(b, m, deterministic)
}
func (dst *SignalOnRoomParticipantConnectedReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_SignalOnRoomParticipantConnectedReq.Merge(dst, src)
}
func (m *SignalOnRoomParticipantConnectedReq) XXX_Size() int {
return xxx_messageInfo_SignalOnRoomParticipantConnectedReq.Size(m)
}
func (m *SignalOnRoomParticipantConnectedReq) XXX_DiscardUnknown() {
xxx_messageInfo_SignalOnRoomParticipantConnectedReq.DiscardUnknown(m)
}
var xxx_messageInfo_SignalOnRoomParticipantConnectedReq proto.InternalMessageInfo
func (m *SignalOnRoomParticipantConnectedReq) GetInvitation() *InvitationInfo {
if m != nil {
return m.Invitation
}
return nil
}
func (m *SignalOnRoomParticipantConnectedReq) GetParticipant() []*ParticipantMetaData {
if m != nil {
return m.Participant
}
return nil
}
func (m *SignalOnRoomParticipantConnectedReq) GetGroupID() string {
if m != nil {
return m.GroupID
}
return ""
}
type SignalOnRoomParticipantDisconnectedReq struct {
2022-09-28 16:35:20 +08:00
Invitation *InvitationInfo `protobuf:"bytes,1,opt,name=invitation" json:"invitation,omitempty"`
2022-09-29 17:53:02 +08:00
Participant []*ParticipantMetaData `protobuf:"bytes,2,rep,name=participant" json:"participant,omitempty"`
2022-09-28 16:35:20 +08:00
GroupID string `protobuf:"bytes,3,opt,name=groupID" json:"groupID,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
2022-09-27 16:59:56 +08:00
2022-09-30 17:32:06 +08:00
func (m *SignalOnRoomParticipantDisconnectedReq) Reset() {
*m = SignalOnRoomParticipantDisconnectedReq{}
}
func (m *SignalOnRoomParticipantDisconnectedReq) String() string { return proto.CompactTextString(m) }
func (*SignalOnRoomParticipantDisconnectedReq) ProtoMessage() {}
func (*SignalOnRoomParticipantDisconnectedReq) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{77}
2022-09-28 16:35:20 +08:00
}
2022-09-30 17:32:06 +08:00
func (m *SignalOnRoomParticipantDisconnectedReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SignalOnRoomParticipantDisconnectedReq.Unmarshal(m, b)
2022-09-28 16:35:20 +08:00
}
2022-09-30 17:32:06 +08:00
func (m *SignalOnRoomParticipantDisconnectedReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SignalOnRoomParticipantDisconnectedReq.Marshal(b, m, deterministic)
2022-09-28 16:35:20 +08:00
}
2022-09-30 17:32:06 +08:00
func (dst *SignalOnRoomParticipantDisconnectedReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_SignalOnRoomParticipantDisconnectedReq.Merge(dst, src)
2022-09-28 16:35:20 +08:00
}
2022-09-30 17:32:06 +08:00
func (m *SignalOnRoomParticipantDisconnectedReq) XXX_Size() int {
return xxx_messageInfo_SignalOnRoomParticipantDisconnectedReq.Size(m)
2022-09-28 16:35:20 +08:00
}
2022-09-30 17:32:06 +08:00
func (m *SignalOnRoomParticipantDisconnectedReq) XXX_DiscardUnknown() {
xxx_messageInfo_SignalOnRoomParticipantDisconnectedReq.DiscardUnknown(m)
2022-08-17 10:42:17 +08:00
}
2022-09-27 16:59:56 +08:00
2022-09-30 17:32:06 +08:00
var xxx_messageInfo_SignalOnRoomParticipantDisconnectedReq proto.InternalMessageInfo
2022-09-28 16:35:20 +08:00
2022-09-30 17:32:06 +08:00
func (m *SignalOnRoomParticipantDisconnectedReq) GetInvitation() *InvitationInfo {
2022-09-28 16:35:20 +08:00
if m != nil {
return m.Invitation
2022-09-27 16:59:56 +08:00
}
2022-09-28 16:35:20 +08:00
return nil
2022-08-17 10:42:17 +08:00
}
2022-09-27 16:59:56 +08:00
2022-09-30 17:32:06 +08:00
func (m *SignalOnRoomParticipantDisconnectedReq) GetParticipant() []*ParticipantMetaData {
2022-09-28 16:35:20 +08:00
if m != nil {
2022-09-29 17:53:02 +08:00
return m.Participant
2022-09-28 16:35:20 +08:00
}
return nil
2022-08-17 10:42:17 +08:00
}
2022-09-27 16:59:56 +08:00
2022-09-30 17:32:06 +08:00
func (m *SignalOnRoomParticipantDisconnectedReq) GetGroupID() string {
2022-09-28 16:35:20 +08:00
if m != nil {
return m.GroupID
2022-09-27 16:59:56 +08:00
}
2022-09-28 16:35:20 +08:00
return ""
2022-03-15 18:13:58 +08:00
}
2022-10-08 11:37:11 +08:00
type SignalGetTokenByRoomIDReq struct {
RoomID string `protobuf:"bytes,1,opt,name=roomID" json:"roomID,omitempty"`
OpUserID string `protobuf:"bytes,2,opt,name=opUserID" json:"opUserID,omitempty"`
Participant *ParticipantMetaData `protobuf:"bytes,3,opt,name=participant" json:"participant,omitempty"`
OperationID string `protobuf:"bytes,4,opt,name=operationID" json:"operationID,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SignalGetTokenByRoomIDReq) Reset() { *m = SignalGetTokenByRoomIDReq{} }
func (m *SignalGetTokenByRoomIDReq) String() string { return proto.CompactTextString(m) }
func (*SignalGetTokenByRoomIDReq) ProtoMessage() {}
func (*SignalGetTokenByRoomIDReq) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{78}
2022-10-08 11:37:11 +08:00
}
func (m *SignalGetTokenByRoomIDReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SignalGetTokenByRoomIDReq.Unmarshal(m, b)
}
func (m *SignalGetTokenByRoomIDReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SignalGetTokenByRoomIDReq.Marshal(b, m, deterministic)
}
func (dst *SignalGetTokenByRoomIDReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_SignalGetTokenByRoomIDReq.Merge(dst, src)
}
func (m *SignalGetTokenByRoomIDReq) XXX_Size() int {
return xxx_messageInfo_SignalGetTokenByRoomIDReq.Size(m)
}
func (m *SignalGetTokenByRoomIDReq) XXX_DiscardUnknown() {
xxx_messageInfo_SignalGetTokenByRoomIDReq.DiscardUnknown(m)
}
var xxx_messageInfo_SignalGetTokenByRoomIDReq proto.InternalMessageInfo
func (m *SignalGetTokenByRoomIDReq) GetRoomID() string {
if m != nil {
return m.RoomID
}
return ""
}
func (m *SignalGetTokenByRoomIDReq) GetOpUserID() string {
if m != nil {
return m.OpUserID
}
return ""
}
func (m *SignalGetTokenByRoomIDReq) GetParticipant() *ParticipantMetaData {
if m != nil {
return m.Participant
}
return nil
}
func (m *SignalGetTokenByRoomIDReq) GetOperationID() string {
if m != nil {
return m.OperationID
}
return ""
}
type SignalGetTokenByRoomIDReply struct {
Token string `protobuf:"bytes,1,opt,name=token" json:"token,omitempty"`
LiveURL string `protobuf:"bytes,2,opt,name=liveURL" json:"liveURL,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SignalGetTokenByRoomIDReply) Reset() { *m = SignalGetTokenByRoomIDReply{} }
func (m *SignalGetTokenByRoomIDReply) String() string { return proto.CompactTextString(m) }
func (*SignalGetTokenByRoomIDReply) ProtoMessage() {}
func (*SignalGetTokenByRoomIDReply) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{79}
2022-10-08 11:37:11 +08:00
}
func (m *SignalGetTokenByRoomIDReply) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SignalGetTokenByRoomIDReply.Unmarshal(m, b)
}
func (m *SignalGetTokenByRoomIDReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SignalGetTokenByRoomIDReply.Marshal(b, m, deterministic)
}
func (dst *SignalGetTokenByRoomIDReply) XXX_Merge(src proto.Message) {
xxx_messageInfo_SignalGetTokenByRoomIDReply.Merge(dst, src)
}
func (m *SignalGetTokenByRoomIDReply) XXX_Size() int {
return xxx_messageInfo_SignalGetTokenByRoomIDReply.Size(m)
}
func (m *SignalGetTokenByRoomIDReply) XXX_DiscardUnknown() {
xxx_messageInfo_SignalGetTokenByRoomIDReply.DiscardUnknown(m)
}
var xxx_messageInfo_SignalGetTokenByRoomIDReply proto.InternalMessageInfo
func (m *SignalGetTokenByRoomIDReply) GetToken() string {
if m != nil {
return m.Token
}
return ""
}
func (m *SignalGetTokenByRoomIDReply) GetLiveURL() string {
if m != nil {
return m.LiveURL
}
return ""
}
2022-09-28 16:35:20 +08:00
type DelMsgListReq struct {
OpUserID string `protobuf:"bytes,1,opt,name=opUserID" json:"opUserID,omitempty"`
UserID string `protobuf:"bytes,2,opt,name=userID" json:"userID,omitempty"`
SeqList []uint32 `protobuf:"varint,3,rep,packed,name=seqList" json:"seqList,omitempty"`
OperationID string `protobuf:"bytes,4,opt,name=operationID" json:"operationID,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *DelMsgListReq) Reset() { *m = DelMsgListReq{} }
func (m *DelMsgListReq) String() string { return proto.CompactTextString(m) }
func (*DelMsgListReq) ProtoMessage() {}
2022-09-27 16:59:56 +08:00
func (*DelMsgListReq) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{80}
2022-09-28 16:35:20 +08:00
}
func (m *DelMsgListReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_DelMsgListReq.Unmarshal(m, b)
2022-09-27 16:59:56 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *DelMsgListReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_DelMsgListReq.Marshal(b, m, deterministic)
}
func (dst *DelMsgListReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_DelMsgListReq.Merge(dst, src)
}
func (m *DelMsgListReq) XXX_Size() int {
return xxx_messageInfo_DelMsgListReq.Size(m)
}
func (m *DelMsgListReq) XXX_DiscardUnknown() {
xxx_messageInfo_DelMsgListReq.DiscardUnknown(m)
}
var xxx_messageInfo_DelMsgListReq proto.InternalMessageInfo
2022-03-15 18:13:58 +08:00
2022-09-28 16:35:20 +08:00
func (m *DelMsgListReq) GetOpUserID() string {
if m != nil {
return m.OpUserID
2022-08-17 10:42:17 +08:00
}
return ""
2022-03-15 18:13:58 +08:00
}
2022-08-07 22:37:27 +08:00
2022-09-28 16:35:20 +08:00
func (m *DelMsgListReq) GetUserID() string {
if m != nil {
return m.UserID
2022-08-07 22:37:27 +08:00
}
2022-08-17 10:42:17 +08:00
return ""
2022-03-15 18:13:58 +08:00
}
2022-08-07 22:37:27 +08:00
2022-09-28 16:35:20 +08:00
func (m *DelMsgListReq) GetSeqList() []uint32 {
if m != nil {
return m.SeqList
2022-08-17 10:42:17 +08:00
}
return nil
2022-03-15 18:13:58 +08:00
}
2022-08-07 22:37:27 +08:00
2022-09-28 16:35:20 +08:00
func (m *DelMsgListReq) GetOperationID() string {
if m != nil {
return m.OperationID
2022-08-07 22:37:27 +08:00
}
2022-08-17 10:42:17 +08:00
return ""
2022-03-15 18:13:58 +08:00
}
2022-08-17 10:42:17 +08:00
type DelMsgListResp struct {
2022-09-28 16:35:20 +08:00
ErrCode int32 `protobuf:"varint,1,opt,name=errCode" json:"errCode,omitempty"`
ErrMsg string `protobuf:"bytes,2,opt,name=errMsg" json:"errMsg,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-08-17 10:42:17 +08:00
}
2022-09-27 16:59:56 +08:00
2022-09-28 16:35:20 +08:00
func (m *DelMsgListResp) Reset() { *m = DelMsgListResp{} }
func (m *DelMsgListResp) String() string { return proto.CompactTextString(m) }
func (*DelMsgListResp) ProtoMessage() {}
func (*DelMsgListResp) Descriptor() ([]byte, []int) {
2022-10-08 15:23:34 +08:00
return fileDescriptor_ws_e432db7a8e0b4bb9, []int{81}
2022-08-07 22:37:27 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *DelMsgListResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_DelMsgListResp.Unmarshal(m, b)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *DelMsgListResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_DelMsgListResp.Marshal(b, m, deterministic)
2022-08-17 10:42:17 +08:00
}
2022-09-28 16:35:20 +08:00
func (dst *DelMsgListResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_DelMsgListResp.Merge(dst, src)
}
func (m *DelMsgListResp) XXX_Size() int {
return xxx_messageInfo_DelMsgListResp.Size(m)
2022-09-27 16:59:56 +08:00
}
2022-09-28 16:35:20 +08:00
func (m *DelMsgListResp) XXX_DiscardUnknown() {
xxx_messageInfo_DelMsgListResp.DiscardUnknown(m)
}
var xxx_messageInfo_DelMsgListResp proto.InternalMessageInfo
2022-03-15 18:13:58 +08:00
2022-09-28 16:35:20 +08:00
func (m *DelMsgListResp) GetErrCode() int32 {
if m != nil {
return m.ErrCode
2022-03-15 18:13:58 +08:00
}
return 0
}
2022-09-28 16:35:20 +08:00
func (m *DelMsgListResp) GetErrMsg() string {
if m != nil {
return m.ErrMsg
}
return ""
}
func init() {
proto.RegisterType((*GroupInfo)(nil), "server_api_params.GroupInfo")
proto.RegisterType((*GroupInfoForSet)(nil), "server_api_params.GroupInfoForSet")
proto.RegisterType((*GroupMemberFullInfo)(nil), "server_api_params.GroupMemberFullInfo")
proto.RegisterType((*PublicUserInfo)(nil), "server_api_params.PublicUserInfo")
proto.RegisterType((*UserInfo)(nil), "server_api_params.UserInfo")
proto.RegisterType((*FriendInfo)(nil), "server_api_params.FriendInfo")
proto.RegisterType((*BlackInfo)(nil), "server_api_params.BlackInfo")
proto.RegisterType((*GroupRequest)(nil), "server_api_params.GroupRequest")
proto.RegisterType((*FriendRequest)(nil), "server_api_params.FriendRequest")
proto.RegisterType((*Department)(nil), "server_api_params.Department")
proto.RegisterType((*OrganizationUser)(nil), "server_api_params.OrganizationUser")
proto.RegisterType((*DepartmentMember)(nil), "server_api_params.DepartmentMember")
proto.RegisterType((*UserDepartmentMember)(nil), "server_api_params.UserDepartmentMember")
proto.RegisterType((*UserInDepartment)(nil), "server_api_params.UserInDepartment")
proto.RegisterType((*PullMessageBySeqListReq)(nil), "server_api_params.PullMessageBySeqListReq")
proto.RegisterMapType((map[string]*SeqList)(nil), "server_api_params.PullMessageBySeqListReq.GroupSeqListEntry")
proto.RegisterType((*SeqList)(nil), "server_api_params.seqList")
proto.RegisterType((*MsgDataList)(nil), "server_api_params.MsgDataList")
proto.RegisterType((*PullMessageBySeqListResp)(nil), "server_api_params.PullMessageBySeqListResp")
proto.RegisterMapType((map[string]*MsgDataList)(nil), "server_api_params.PullMessageBySeqListResp.GroupMsgDataListEntry")
proto.RegisterType((*GetMaxAndMinSeqReq)(nil), "server_api_params.GetMaxAndMinSeqReq")
proto.RegisterType((*MaxAndMinSeq)(nil), "server_api_params.MaxAndMinSeq")
proto.RegisterType((*GetMaxAndMinSeqResp)(nil), "server_api_params.GetMaxAndMinSeqResp")
proto.RegisterMapType((map[string]*MaxAndMinSeq)(nil), "server_api_params.GetMaxAndMinSeqResp.GroupMaxAndMinSeqEntry")
proto.RegisterType((*UserSendMsgResp)(nil), "server_api_params.UserSendMsgResp")
proto.RegisterType((*MsgData)(nil), "server_api_params.MsgData")
proto.RegisterMapType((map[string]bool)(nil), "server_api_params.MsgData.OptionsEntry")
proto.RegisterType((*OfflinePushInfo)(nil), "server_api_params.OfflinePushInfo")
proto.RegisterType((*TipsComm)(nil), "server_api_params.TipsComm")
proto.RegisterType((*GroupCreatedTips)(nil), "server_api_params.GroupCreatedTips")
proto.RegisterType((*GroupInfoSetTips)(nil), "server_api_params.GroupInfoSetTips")
proto.RegisterType((*JoinGroupApplicationTips)(nil), "server_api_params.JoinGroupApplicationTips")
proto.RegisterType((*MemberQuitTips)(nil), "server_api_params.MemberQuitTips")
proto.RegisterType((*GroupApplicationAcceptedTips)(nil), "server_api_params.GroupApplicationAcceptedTips")
proto.RegisterType((*GroupApplicationRejectedTips)(nil), "server_api_params.GroupApplicationRejectedTips")
proto.RegisterType((*GroupOwnerTransferredTips)(nil), "server_api_params.GroupOwnerTransferredTips")
proto.RegisterType((*MemberKickedTips)(nil), "server_api_params.MemberKickedTips")
proto.RegisterType((*MemberInvitedTips)(nil), "server_api_params.MemberInvitedTips")
proto.RegisterType((*MemberEnterTips)(nil), "server_api_params.MemberEnterTips")
proto.RegisterType((*GroupDismissedTips)(nil), "server_api_params.GroupDismissedTips")
proto.RegisterType((*GroupMemberMutedTips)(nil), "server_api_params.GroupMemberMutedTips")
proto.RegisterType((*GroupMemberCancelMutedTips)(nil), "server_api_params.GroupMemberCancelMutedTips")
proto.RegisterType((*GroupMutedTips)(nil), "server_api_params.GroupMutedTips")
proto.RegisterType((*GroupCancelMutedTips)(nil), "server_api_params.GroupCancelMutedTips")
proto.RegisterType((*GroupMemberInfoSetTips)(nil), "server_api_params.GroupMemberInfoSetTips")
proto.RegisterType((*OrganizationChangedTips)(nil), "server_api_params.OrganizationChangedTips")
proto.RegisterType((*FriendApplication)(nil), "server_api_params.FriendApplication")
proto.RegisterType((*FromToUserID)(nil), "server_api_params.FromToUserID")
proto.RegisterType((*FriendApplicationTips)(nil), "server_api_params.FriendApplicationTips")
proto.RegisterType((*FriendApplicationApprovedTips)(nil), "server_api_params.FriendApplicationApprovedTips")
proto.RegisterType((*FriendApplicationRejectedTips)(nil), "server_api_params.FriendApplicationRejectedTips")
proto.RegisterType((*FriendAddedTips)(nil), "server_api_params.FriendAddedTips")
proto.RegisterType((*FriendDeletedTips)(nil), "server_api_params.FriendDeletedTips")
proto.RegisterType((*BlackAddedTips)(nil), "server_api_params.BlackAddedTips")
proto.RegisterType((*BlackDeletedTips)(nil), "server_api_params.BlackDeletedTips")
proto.RegisterType((*FriendInfoChangedTips)(nil), "server_api_params.FriendInfoChangedTips")
proto.RegisterType((*UserInfoUpdatedTips)(nil), "server_api_params.UserInfoUpdatedTips")
proto.RegisterType((*ConversationUpdateTips)(nil), "server_api_params.ConversationUpdateTips")
proto.RegisterType((*ConversationSetPrivateTips)(nil), "server_api_params.ConversationSetPrivateTips")
proto.RegisterType((*DeleteMessageTips)(nil), "server_api_params.DeleteMessageTips")
proto.RegisterType((*RequestPagination)(nil), "server_api_params.RequestPagination")
proto.RegisterType((*ResponsePagination)(nil), "server_api_params.ResponsePagination")
proto.RegisterType((*SignalReq)(nil), "server_api_params.SignalReq")
proto.RegisterType((*SignalResp)(nil), "server_api_params.SignalResp")
proto.RegisterType((*InvitationInfo)(nil), "server_api_params.InvitationInfo")
proto.RegisterType((*ParticipantMetaData)(nil), "server_api_params.ParticipantMetaData")
proto.RegisterType((*SignalInviteReq)(nil), "server_api_params.SignalInviteReq")
proto.RegisterType((*SignalInviteReply)(nil), "server_api_params.SignalInviteReply")
proto.RegisterType((*SignalInviteInGroupReq)(nil), "server_api_params.SignalInviteInGroupReq")
proto.RegisterType((*SignalInviteInGroupReply)(nil), "server_api_params.SignalInviteInGroupReply")
proto.RegisterType((*SignalCancelReq)(nil), "server_api_params.SignalCancelReq")
proto.RegisterType((*SignalCancelReply)(nil), "server_api_params.SignalCancelReply")
proto.RegisterType((*SignalAcceptReq)(nil), "server_api_params.SignalAcceptReq")
proto.RegisterType((*SignalAcceptReply)(nil), "server_api_params.SignalAcceptReply")
proto.RegisterType((*SignalHungUpReq)(nil), "server_api_params.SignalHungUpReq")
proto.RegisterType((*SignalHungUpReply)(nil), "server_api_params.SignalHungUpReply")
proto.RegisterType((*SignalRejectReq)(nil), "server_api_params.SignalRejectReq")
proto.RegisterType((*SignalRejectReply)(nil), "server_api_params.SignalRejectReply")
proto.RegisterType((*SignalGetRoomByGroupIDReq)(nil), "server_api_params.SignalGetRoomByGroupIDReq")
proto.RegisterType((*SignalGetRoomByGroupIDReply)(nil), "server_api_params.SignalGetRoomByGroupIDReply")
2022-09-30 17:32:06 +08:00
proto.RegisterType((*SignalOnRoomParticipantConnectedReq)(nil), "server_api_params.SignalOnRoomParticipantConnectedReq")
proto.RegisterType((*SignalOnRoomParticipantDisconnectedReq)(nil), "server_api_params.SignalOnRoomParticipantDisconnectedReq")
2022-10-08 11:37:11 +08:00
proto.RegisterType((*SignalGetTokenByRoomIDReq)(nil), "server_api_params.SignalGetTokenByRoomIDReq")
proto.RegisterType((*SignalGetTokenByRoomIDReply)(nil), "server_api_params.SignalGetTokenByRoomIDReply")
2022-09-28 16:35:20 +08:00
proto.RegisterType((*DelMsgListReq)(nil), "server_api_params.DelMsgListReq")
proto.RegisterType((*DelMsgListResp)(nil), "server_api_params.DelMsgListResp")
}
2022-10-08 15:23:34 +08:00
func init() { proto.RegisterFile("sdk_ws/ws.proto", fileDescriptor_ws_e432db7a8e0b4bb9) }
2022-10-08 11:37:11 +08:00
2022-10-08 15:23:34 +08:00
var fileDescriptor_ws_e432db7a8e0b4bb9 = []byte{
// 3820 bytes of a gzipped FileDescriptorProto
2022-10-08 11:37:11 +08:00
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x3c, 0xdd, 0x6f, 0x1c, 0x57,
0xf5, 0x9d, 0x59, 0xef, 0xda, 0x7b, 0xd6, 0x1f, 0xeb, 0x49, 0xe2, 0x6e, 0xdd, 0x34, 0x3f, 0xff,
0xa6, 0x51, 0x7e, 0xfd, 0x85, 0xd4, 0x41, 0xe9, 0x87, 0xe8, 0x57, 0x50, 0x6c, 0x37, 0x8e, 0xdb,
0x6c, 0xec, 0xce, 0x26, 0x2d, 0x6a, 0x2b, 0x85, 0xf1, 0xce, 0xf5, 0x7a, 0xea, 0xd9, 0x99, 0xf1,
0x7c, 0x38, 0x31, 0x0f, 0x20, 0x01, 0x02, 0x24, 0x1e, 0x90, 0x10, 0x1f, 0x12, 0xbc, 0xf1, 0x82,
2022-10-08 15:23:34 +08:00
0x40, 0xa8, 0x42, 0x08, 0x10, 0x12, 0x08, 0xa1, 0x8a, 0x37, 0x90, 0xe0, 0x9d, 0x07, 0x04, 0x4f,
2022-10-08 11:37:11 +08:00
0x3c, 0xf0, 0x0f, 0x20, 0x21, 0x15, 0xdd, 0x7b, 0xee, 0xcc, 0xdc, 0x3b, 0x33, 0xfb, 0x11, 0xcb,
0x6a, 0x52, 0x85, 0x37, 0x9f, 0x33, 0xf7, 0x9c, 0x7b, 0x3e, 0xef, 0x39, 0xf7, 0x63, 0x0d, 0x73,
0xa1, 0xb5, 0x77, 0xfb, 0x4e, 0x78, 0xf1, 0x4e, 0xb8, 0xec, 0x07, 0x5e, 0xe4, 0x69, 0xf3, 0x21,
0x09, 0x0e, 0x48, 0x70, 0xdb, 0xf4, 0xed, 0xdb, 0xbe, 0x19, 0x98, 0xfd, 0x70, 0x71, 0x79, 0xd3,
0x27, 0xee, 0xd3, 0x1b, 0xed, 0xa7, 0x3b, 0xec, 0xd3, 0x45, 0x7f, 0xaf, 0x77, 0x91, 0x0d, 0xbe,
0x98, 0x10, 0x07, 0xa6, 0xef, 0x93, 0x80, 0xb3, 0xd0, 0xff, 0x3a, 0x01, 0xf5, 0xf5, 0xc0, 0x8b,
0xfd, 0x0d, 0x77, 0xc7, 0xd3, 0x5a, 0x30, 0xd9, 0x63, 0xc0, 0x5a, 0x4b, 0x59, 0x52, 0x9e, 0xaa,
0x1b, 0x09, 0xa8, 0x9d, 0x86, 0x3a, 0xfb, 0xf3, 0x86, 0xd9, 0x27, 0x2d, 0x95, 0x7d, 0xcb, 0x10,
0x9a, 0x0e, 0xd3, 0xae, 0x17, 0xd9, 0x3b, 0x76, 0xd7, 0x8c, 0x6c, 0xcf, 0x6d, 0x55, 0xd8, 0x00,
0x09, 0x47, 0xc7, 0xd8, 0x6e, 0x14, 0x78, 0x56, 0xdc, 0x65, 0x63, 0x26, 0x70, 0x8c, 0x88, 0xa3,
0xf3, 0xef, 0x98, 0x5d, 0x72, 0xcb, 0xb8, 0xde, 0xaa, 0xe2, 0xfc, 0x1c, 0xd4, 0x96, 0xa0, 0xe1,
0xdd, 0x71, 0x49, 0x70, 0x2b, 0x24, 0xc1, 0xc6, 0x5a, 0xab, 0xc6, 0xbe, 0x8a, 0x28, 0xed, 0x0c,
0x40, 0x37, 0x20, 0x66, 0x44, 0x6e, 0xda, 0x7d, 0xd2, 0x9a, 0x5c, 0x52, 0x9e, 0x9a, 0x31, 0x04,
0x0c, 0xe5, 0xd0, 0x27, 0xfd, 0x6d, 0x12, 0xac, 0x7a, 0xb1, 0x1b, 0xb5, 0xa6, 0xd8, 0x00, 0x11,
0xa5, 0xcd, 0x82, 0x4a, 0xee, 0xb6, 0xea, 0x8c, 0xb5, 0x4a, 0xee, 0x6a, 0x0b, 0x50, 0x0b, 0x23,
0x33, 0x8a, 0xc3, 0x16, 0x2c, 0x29, 0x4f, 0x55, 0x0d, 0x0e, 0x69, 0x67, 0x61, 0x86, 0xf1, 0xf5,
0x12, 0x69, 0x1a, 0x8c, 0x44, 0x46, 0xa6, 0x16, 0xbb, 0x79, 0xe8, 0x93, 0xd6, 0x34, 0x63, 0x90,
0x21, 0xb4, 0xf3, 0xd0, 0x74, 0x09, 0xb1, 0xde, 0x24, 0x41, 0x66, 0xb5, 0x19, 0x36, 0xa8, 0x80,
0xd7, 0xce, 0xc1, 0xac, 0xe3, 0x79, 0x7b, 0x6d, 0x26, 0x2a, 0xf5, 0x53, 0x6b, 0x96, 0x8d, 0xcc,
0x61, 0xb5, 0x0b, 0x30, 0x6f, 0xfa, 0xbe, 0x73, 0x88, 0xa8, 0xab, 0x81, 0x4d, 0x5c, 0xab, 0x35,
0xc7, 0x86, 0x16, 0x3f, 0x68, 0xcf, 0xc3, 0x82, 0xe8, 0x9f, 0x5b, 0xbe, 0x95, 0xd8, 0xae, 0xc9,
0x4c, 0x33, 0xe0, 0xab, 0xb6, 0x0c, 0x9a, 0xf4, 0x05, 0x4d, 0x30, 0xcf, 0x4c, 0x50, 0xf2, 0x45,
0xff, 0x56, 0x05, 0xe6, 0xd2, 0x08, 0xbb, 0xea, 0x05, 0x1d, 0x12, 0x3d, 0xc0, 0x71, 0x86, 0x31,
0x50, 0x4b, 0x63, 0x60, 0xbd, 0xc4, 0x4f, 0x34, 0xb6, 0x1a, 0x97, 0x1e, 0x5f, 0xee, 0x79, 0x5e,
0xcf, 0x21, 0x98, 0x48, 0xdb, 0xf1, 0xce, 0xf2, 0x86, 0x1b, 0x3d, 0x73, 0xe9, 0x4d, 0xd3, 0x89,
0x49, 0x89, 0x13, 0x57, 0x0b, 0x4e, 0x9c, 0x1a, 0xcd, 0x26, 0xef, 0xe1, 0x8d, 0x32, 0x0f, 0xd7,
0x47, 0xf3, 0x29, 0x52, 0xe9, 0x1f, 0xaa, 0x70, 0x82, 0xb9, 0x85, 0x63, 0x63, 0xc7, 0x19, 0xb1,
0x04, 0x2c, 0x40, 0x2d, 0x46, 0x67, 0xa3, 0x5f, 0x38, 0x44, 0x5d, 0x16, 0x78, 0x0e, 0xb9, 0x4e,
0x0e, 0x88, 0xc3, 0x3c, 0x52, 0x35, 0x32, 0x84, 0xb6, 0x08, 0x53, 0xef, 0x79, 0xb6, 0xcb, 0x02,
0x6b, 0x82, 0x7d, 0x4c, 0x61, 0xfa, 0xcd, 0xb5, 0xbb, 0x7b, 0x2e, 0xf5, 0x35, 0xfa, 0x21, 0x85,
0x45, 0x17, 0xd5, 0x64, 0x17, 0x9d, 0x83, 0x59, 0xd3, 0xf7, 0xdb, 0xa6, 0xdb, 0x23, 0x01, 0x4e,
0x3a, 0x89, 0xe9, 0x20, 0x63, 0xe9, 0x82, 0x40, 0x67, 0xea, 0x78, 0x71, 0xd0, 0x25, 0xcc, 0xda,
0x55, 0x43, 0xc0, 0x50, 0x3e, 0x9e, 0x4f, 0x02, 0x21, 0x8f, 0x31, 0xf5, 0x73, 0x58, 0x1e, 0x12,
0x90, 0x86, 0x04, 0x5d, 0x48, 0xe2, 0x88, 0xbc, 0xea, 0x5a, 0x4c, 0xa9, 0x06, 0x5f, 0x48, 0x32,
0x14, 0x5d, 0x20, 0x6c, 0xf7, 0xc0, 0x8e, 0xd2, 0xe5, 0x6a, 0x1a, 0x17, 0x08, 0x09, 0xa9, 0x7f,
0x45, 0x81, 0xd9, 0xad, 0x78, 0xdb, 0xb1, 0xbb, 0x0c, 0x41, 0x8d, 0x9f, 0x99, 0x58, 0x91, 0x4c,
0x2c, 0x1a, 0x4a, 0x1d, 0x6c, 0xa8, 0x8a, 0x6c, 0xa8, 0x05, 0xa8, 0xf5, 0x88, 0x6b, 0x91, 0x80,
2022-10-08 15:23:34 +08:00
0x1b, 0x9e, 0x43, 0x5c, 0xa1, 0x6a, 0xa2, 0x90, 0xfe, 0x81, 0x0a, 0x53, 0x1f, 0xb1, 0x08, 0x4b,
0xd0, 0xf0, 0x77, 0x3d, 0x97, 0xdc, 0x88, 0x69, 0xf0, 0x71, 0x59, 0x44, 0x94, 0x76, 0x12, 0xaa,
0xdb, 0x76, 0x10, 0xed, 0x32, 0xef, 0xcf, 0x18, 0x08, 0x50, 0x2c, 0xe9, 0x9b, 0x36, 0xba, 0xbc,
0x6e, 0x20, 0xc0, 0x15, 0x9a, 0x4a, 0x3d, 0x24, 0x97, 0x82, 0x7a, 0xa1, 0x14, 0x14, 0x23, 0x08,
0x4a, 0x23, 0xe8, 0x3c, 0x34, 0x7b, 0x8e, 0xb7, 0x6d, 0x3a, 0x06, 0xe9, 0x1e, 0xb4, 0xc3, 0xde,
0xa6, 0x1f, 0x31, 0x77, 0x57, 0x8d, 0x02, 0x5e, 0xff, 0x97, 0x02, 0x80, 0xa9, 0xc5, 0xcc, 0x98,
0xab, 0x57, 0x4a, 0xb1, 0x5e, 0x2d, 0x40, 0x2d, 0x20, 0x7d, 0x33, 0xd8, 0x4b, 0xd2, 0x09, 0xa1,
0x9c, 0xf0, 0x95, 0x82, 0xf0, 0x2f, 0x01, 0xec, 0xb0, 0x79, 0x28, 0x1f, 0x66, 0x56, 0x9a, 0xfc,
0x85, 0x4e, 0x60, 0x39, 0xf1, 0xa8, 0x21, 0x0c, 0xa7, 0xb9, 0x6a, 0x5a, 0x16, 0x4f, 0x89, 0x2a,
0xe6, 0x6a, 0x8a, 0x28, 0xc9, 0x88, 0xda, 0x90, 0x8c, 0x98, 0x4c, 0x03, 0xe8, 0x9f, 0x0a, 0xd4,
0x57, 0x1c, 0xb3, 0xbb, 0x37, 0xa6, 0xea, 0xb2, 0x8a, 0x6a, 0x41, 0xc5, 0x75, 0x98, 0xd9, 0xa6,
0xec, 0x12, 0x15, 0x98, 0x15, 0x1a, 0x97, 0xfe, 0xb7, 0x44, 0x4b, 0x39, 0x81, 0x0c, 0x99, 0x4e,
0x56, 0x77, 0x62, 0xb4, 0xba, 0xd5, 0x21, 0xea, 0xa6, 0x35, 0x41, 0xff, 0x6e, 0x05, 0xa6, 0xd9,
0xd2, 0x69, 0x90, 0xfd, 0x98, 0x84, 0x91, 0xf6, 0x0a, 0x4c, 0xc5, 0x89, 0xa8, 0xca, 0xb8, 0xa2,
0xa6, 0x24, 0xda, 0x8b, 0xbc, 0xe6, 0x31, 0x7a, 0x95, 0xd1, 0x9f, 0x2e, 0xa1, 0x4f, 0x8b, 0xa8,
0x91, 0x0d, 0xa7, 0xd5, 0x6e, 0xd7, 0x74, 0x2d, 0x87, 0x18, 0x24, 0x8c, 0x9d, 0x88, 0xaf, 0xbf,
0x12, 0x0e, 0x23, 0x6d, 0xbf, 0x1d, 0xf6, 0x78, 0x2d, 0xe4, 0x10, 0xb5, 0x0e, 0x8e, 0xa3, 0x9f,
0x50, 0xf5, 0x0c, 0x41, 0x93, 0x3a, 0x20, 0xfb, 0xcc, 0x43, 0x98, 0x82, 0x09, 0x98, 0xcd, 0xc9,
0xad, 0x86, 0x81, 0x20, 0xe1, 0xa8, 0x8b, 0x11, 0x66, 0x0c, 0xb0, 0xd9, 0x12, 0x30, 0x85, 0x5e,
0x4b, 0x5e, 0xac, 0xa1, 0xb0, 0x58, 0x17, 0x96, 0xd4, 0x46, 0xd9, 0x92, 0xfa, 0x97, 0x0a, 0xcc,
0x60, 0x12, 0x26, 0xae, 0x39, 0x43, 0xb3, 0xc5, 0xeb, 0x4b, 0xb1, 0x28, 0x60, 0xa8, 0x2e, 0x14,
0xba, 0x21, 0x2f, 0x6d, 0x12, 0x8e, 0x06, 0x34, 0x85, 0xaf, 0x4a, 0x4b, 0x9c, 0x88, 0x4a, 0x66,
0x59, 0x17, 0x97, 0x3a, 0x01, 0x43, 0x17, 0xcf, 0xc8, 0x93, 0x62, 0x2c, 0x85, 0x29, 0x6d, 0xe4,
0xa5, 0xf3, 0x63, 0x94, 0x09, 0x18, 0xea, 0xa5, 0xc8, 0x4b, 0xe6, 0x46, 0x53, 0x67, 0x08, 0xe4,
0xcc, 0xe7, 0xc5, 0x12, 0x97, 0xc2, 0x85, 0xd8, 0xa8, 0x0f, 0x8d, 0x0d, 0x90, 0x62, 0x43, 0x4e,
0xd1, 0x46, 0x21, 0x45, 0xcf, 0xc2, 0x0c, 0xf2, 0xc9, 0x95, 0x38, 0x09, 0x29, 0x47, 0xd8, 0x4c,
0x3e, 0xc2, 0xe4, 0x18, 0x99, 0x1d, 0x10, 0x23, 0x73, 0x69, 0xde, 0xfd, 0x4c, 0x05, 0x58, 0x23,
0xbe, 0x19, 0x44, 0x7d, 0xe2, 0x46, 0x54, 0x3d, 0x2b, 0x85, 0x52, 0xe7, 0x4a, 0x38, 0xb1, 0x32,
0xa9, 0x72, 0x65, 0xd2, 0x60, 0x82, 0x19, 0x1c, 0xbd, 0xc9, 0xfe, 0xa6, 0xc6, 0xf4, 0xcd, 0x00,
0xb9, 0x61, 0xaa, 0xa4, 0x30, 0xad, 0x3c, 0x5e, 0x60, 0xf1, 0x5a, 0x55, 0x35, 0x10, 0xa0, 0x4b,
0x48, 0x36, 0x1f, 0xeb, 0xf4, 0x6b, 0x58, 0x49, 0x64, 0xec, 0xc8, 0xcd, 0xc9, 0x79, 0x68, 0x86,
0xf1, 0x76, 0xa6, 0xdc, 0x8d, 0xb8, 0xcf, 0x93, 0xa6, 0x80, 0xa7, 0x46, 0xc5, 0x5d, 0x0b, 0x1d,
0x84, 0xc5, 0x2d, 0x43, 0xe4, 0xbb, 0x15, 0xfd, 0x27, 0x2a, 0x34, 0x37, 0x83, 0x9e, 0xe9, 0xda,
0x9f, 0x4b, 0xbb, 0xf2, 0x23, 0x15, 0xf9, 0x25, 0x68, 0x10, 0xb7, 0xe7, 0xd8, 0xe1, 0xee, 0x8d,
0xcc, 0x6e, 0x22, 0x4a, 0x34, 0xf6, 0xc4, 0xa0, 0x36, 0xa0, 0x2a, 0xb5, 0x01, 0x0b, 0x50, 0xeb,
0x7b, 0xdb, 0xb6, 0x93, 0xc4, 0x3d, 0x87, 0x58, 0xcc, 0x13, 0x87, 0xb0, 0x7e, 0x20, 0x8d, 0xf9,
0x04, 0x91, 0xb5, 0x06, 0x53, 0xa5, 0xad, 0x41, 0x5d, 0x6c, 0x0d, 0x64, 0xc3, 0x43, 0xc1, 0xf0,
0x68, 0xae, 0x46, 0x6a, 0xae, 0xdf, 0x29, 0xd0, 0xcc, 0xcc, 0x8d, 0xbd, 0xf1, 0x40, 0x73, 0xe5,
0x23, 0x50, 0x2d, 0x89, 0xc0, 0x34, 0x6e, 0x2a, 0x62, 0xdc, 0xd0, 0x48, 0xf3, 0x42, 0x5b, 0xd8,
0xa0, 0xa4, 0x30, 0x9d, 0xcd, 0x21, 0xa6, 0x60, 0x2c, 0x84, 0x84, 0xed, 0x68, 0x4d, 0xda, 0x8e,
0xe6, 0xab, 0xf1, 0xaf, 0x14, 0x38, 0x49, 0xbd, 0x5c, 0x50, 0x63, 0x13, 0x9a, 0x5e, 0x2e, 0x12,
0x78, 0xb9, 0x7a, 0xb2, 0xa4, 0xdc, 0xe4, 0x83, 0xc6, 0x28, 0x10, 0x53, 0x86, 0x56, 0x6e, 0x12,
0x5e, 0xbf, 0xca, 0x18, 0xe6, 0xe5, 0x31, 0x0a, 0xc4, 0xfa, 0x6f, 0x14, 0x68, 0x62, 0x81, 0x14,
2022-10-08 11:37:11 +08:00
0xf2, 0xfc, 0xd8, 0xc5, 0x7e, 0x0b, 0x4e, 0xe6, 0x67, 0xbe, 0x6e, 0x87, 0x51, 0x4b, 0x5d, 0xaa,
0x8c, 0x2b, 0x7a, 0x29, 0x03, 0x9a, 0x6b, 0x8f, 0x6e, 0xc5, 0x8e, 0xd3, 0x26, 0x61, 0x68, 0xf6,
0xc8, 0xca, 0x61, 0x87, 0xec, 0xd3, 0x0f, 0x06, 0xd9, 0x1f, 0x18, 0x43, 0xb4, 0x5b, 0x62, 0xed,
0x86, 0xed, 0xb9, 0x69, 0x08, 0x89, 0x28, 0x9a, 0x56, 0x21, 0xf2, 0x69, 0x55, 0x96, 0x2a, 0xb4,
0x10, 0x73, 0x50, 0xfb, 0x2c, 0x4c, 0xb3, 0x4e, 0x80, 0x4f, 0xd3, 0x9a, 0x60, 0x0a, 0xbc, 0x5c,
0xda, 0x7b, 0x94, 0x4a, 0x85, 0x3d, 0x05, 0x87, 0x5f, 0x75, 0xa3, 0xe0, 0xd0, 0x90, 0x38, 0x2e,
0xbe, 0x03, 0xf3, 0x85, 0x21, 0x5a, 0x13, 0x2a, 0x7b, 0xe4, 0x90, 0xeb, 0x41, 0xff, 0xd4, 0x3e,
0x09, 0xd5, 0x03, 0xba, 0xd1, 0xe4, 0xde, 0x5f, 0x2c, 0x91, 0x80, 0xcb, 0x6c, 0xe0, 0xc0, 0x17,
0xd5, 0x4f, 0x29, 0xfa, 0x93, 0xa9, 0x62, 0xa2, 0x8e, 0x8a, 0xa4, 0xa3, 0xfe, 0x3a, 0x34, 0xda,
0x61, 0x6f, 0xcd, 0x8c, 0x4c, 0x36, 0xf0, 0x65, 0x68, 0xf4, 0x33, 0x90, 0x0d, 0x2e, 0x9f, 0x8f,
0x13, 0x19, 0xe2, 0x70, 0xfd, 0xcf, 0x2a, 0xb4, 0xca, 0x4d, 0x11, 0xfa, 0x54, 0x06, 0x12, 0x04,
0xab, 0x9e, 0x45, 0x98, 0x6a, 0x55, 0x23, 0x01, 0xa9, 0xef, 0x48, 0x10, 0xd0, 0x1a, 0xc6, 0x5b,
0x75, 0x84, 0xb4, 0x65, 0x98, 0x70, 0x12, 0xb7, 0x0c, 0x97, 0x82, 0x8d, 0xd3, 0xfa, 0xd0, 0x64,
0xd6, 0x15, 0x14, 0xe2, 0x3e, 0xbb, 0x32, 0xb6, 0xcf, 0x42, 0x1f, 0x9d, 0x26, 0xf0, 0x40, 0xc7,
0x15, 0x58, 0x2f, 0x76, 0xe1, 0x54, 0xe9, 0xd0, 0x12, 0x07, 0x3e, 0x2b, 0x3b, 0xf0, 0xcc, 0x60,
0x55, 0xf2, 0x4e, 0xf4, 0x41, 0x5b, 0x27, 0x51, 0xdb, 0xbc, 0x7b, 0xc5, 0xb5, 0xda, 0xb6, 0xdb,
0x21, 0xfb, 0x34, 0xda, 0x97, 0xa0, 0xc1, 0x8f, 0x0d, 0x52, 0x37, 0xd5, 0x0d, 0x11, 0x35, 0xf0,
0x34, 0x21, 0x97, 0x0f, 0x95, 0x42, 0x3e, 0xe8, 0x97, 0x61, 0x5a, 0x9c, 0x8e, 0x15, 0x11, 0xf3,
0x6e, 0x87, 0xec, 0x33, 0x85, 0x66, 0x0c, 0x0e, 0x31, 0x3c, 0x1b, 0xc1, 0x77, 0x18, 0x1c, 0xd2,
0xff, 0xa0, 0xc2, 0x89, 0x82, 0xc8, 0xa1, 0x7f, 0xaf, 0x7c, 0xc4, 0x78, 0xa9, 0x0c, 0x8a, 0x97,
0x09, 0x29, 0x5e, 0xf6, 0x60, 0x1e, 0x9d, 0x24, 0x4c, 0xdd, 0xaa, 0xb2, 0x00, 0x78, 0xa5, 0xac,
0xe1, 0x2f, 0x0a, 0xc9, 0x7d, 0x2f, 0x60, 0xd1, 0xf9, 0x45, 0xbe, 0x8b, 0x04, 0x16, 0xca, 0x07,
0x97, 0xb8, 0xff, 0x39, 0xd9, 0xfd, 0xff, 0x53, 0xe6, 0x7e, 0x51, 0x12, 0xc1, 0xff, 0xfb, 0x30,
0x47, 0x17, 0xd5, 0x0e, 0x71, 0xad, 0x76, 0xd8, 0x63, 0x86, 0x5c, 0x82, 0x06, 0xd2, 0xb7, 0xc3,
0x5e, 0xb6, 0x01, 0x14, 0x50, 0x74, 0x44, 0xd7, 0xb1, 0xe9, 0xe2, 0xc9, 0x46, 0xf0, 0x45, 0x4f,
0x40, 0xd1, 0x02, 0x19, 0x12, 0x7e, 0xc2, 0x42, 0xad, 0x5b, 0x31, 0x52, 0x58, 0xff, 0x65, 0x0d,
0x26, 0x79, 0x34, 0xb2, 0xa2, 0x48, 0xf7, 0xdc, 0xe9, 0xb2, 0x8a, 0x10, 0xf6, 0xb5, 0xdd, 0x83,
0x2c, 0xbc, 0x10, 0x12, 0x8f, 0xb7, 0x2a, 0xf2, 0xf1, 0x56, 0x4e, 0xa6, 0x89, 0xa2, 0x4c, 0x39,
0xbd, 0xaa, 0x45, 0xbd, 0x68, 0x1b, 0xc7, 0x3a, 0x9b, 0x2d, 0xc7, 0x8c, 0x76, 0xbc, 0xa0, 0xcf,
0xb7, 0xd0, 0x55, 0xa3, 0x80, 0xa7, 0xad, 0x23, 0xe2, 0xd2, 0xde, 0x1f, 0x4b, 0x78, 0x0e, 0x4b,
0x3b, 0x6d, 0xc4, 0x24, 0x7b, 0x00, 0x3c, 0xe7, 0x90, 0x91, 0x28, 0x5b, 0x18, 0xda, 0x9e, 0xcb,
0xba, 0x50, 0x6c, 0xf5, 0x45, 0x14, 0xd5, 0xbc, 0x1f, 0xf6, 0xae, 0x06, 0x5e, 0x9f, 0x6f, 0xaf,
0x12, 0x90, 0x69, 0xee, 0xb9, 0x51, 0xd2, 0xc1, 0xe2, 0x09, 0x87, 0x88, 0xa2, 0xb4, 0x1c, 0x64,
0x7d, 0xfe, 0xb4, 0x91, 0x80, 0x34, 0x96, 0x42, 0xb2, 0xcf, 0x9b, 0x77, 0xfa, 0xa7, 0xe4, 0xb9,
0x39, 0xd9, 0x73, 0xb9, 0x6e, 0xac, 0xc9, 0xbe, 0x8a, 0xdd, 0x58, 0xd6, 0xe2, 0xcc, 0x4b, 0x2d,
0xce, 0x15, 0x98, 0xf4, 0x7c, 0x9a, 0xfe, 0x61, 0x4b, 0x63, 0xe9, 0xf2, 0x7f, 0x83, 0x17, 0xa8,
0xe5, 0x4d, 0x1c, 0x89, 0x89, 0x91, 0xd0, 0x69, 0xd7, 0x61, 0xce, 0xdb, 0xd9, 0x71, 0x6c, 0x97,
0x6c, 0xc5, 0xe1, 0x2e, 0xdb, 0x6a, 0x9f, 0x60, 0xc1, 0xae, 0x97, 0x35, 0x11, 0xf2, 0x48, 0x23,
0x4f, 0x4a, 0x3b, 0x3f, 0x33, 0xc2, 0x4d, 0x0e, 0x5b, 0xe0, 0x4e, 0xb2, 0x05, 0x4e, 0xc2, 0xb1,
0x73, 0x42, 0x61, 0xa1, 0x3f, 0xc5, 0x0c, 0x27, 0xa2, 0x90, 0x4b, 0x64, 0x76, 0x77, 0x09, 0x3b,
0x34, 0x6a, 0x2d, 0x60, 0xff, 0x28, 0xe2, 0x78, 0x77, 0xf7, 0x68, 0xd2, 0xdd, 0x2d, 0xbe, 0x08,
0xd3, 0xa2, 0x82, 0x25, 0xc9, 0x7c, 0x52, 0x4c, 0xe6, 0x29, 0x31, 0x57, 0xbf, 0xad, 0xc0, 0x5c,
0x4e, 0x35, 0x3a, 0x3a, 0xb2, 0x23, 0x87, 0x70, 0x0e, 0x08, 0xd0, 0xdd, 0x91, 0x45, 0xc2, 0x2e,
0x4f, 0x1e, 0xf6, 0x37, 0x97, 0xa4, 0x92, 0x6e, 0xd9, 0x75, 0x98, 0xb6, 0x37, 0x3b, 0x94, 0x51,
0xc7, 0x8b, 0x5d, 0x2b, 0x3d, 0x68, 0x17, 0x70, 0x6c, 0xdb, 0xbe, 0xd9, 0x59, 0x31, 0xad, 0x1e,
0xc1, 0x6b, 0x97, 0x2a, 0x93, 0x49, 0x46, 0xea, 0x16, 0x4c, 0xdd, 0xb4, 0xfd, 0x70, 0xd5, 0xeb,
0xf7, 0x69, 0x08, 0x58, 0x24, 0xa2, 0x7d, 0xbc, 0xc2, 0x0c, 0xc6, 0x21, 0x6a, 0x4d, 0x8b, 0xec,
0x98, 0xb1, 0x13, 0xd1, 0xa1, 0xc9, 0x92, 0x21, 0xa0, 0xd8, 0x11, 0x42, 0xe8, 0xb9, 0x6b, 0x48,
0x8d, 0x72, 0x0a, 0x18, 0xfd, 0xf7, 0x2a, 0x34, 0xd9, 0x8a, 0xb8, 0xca, 0x02, 0xce, 0x62, 0x44,
0x97, 0xa0, 0xca, 0x16, 0x00, 0xde, 0x51, 0x0e, 0x3f, 0x77, 0xc1, 0xa1, 0xda, 0x65, 0xa8, 0x79,
0x3e, 0x6b, 0x43, 0x71, 0xb9, 0x3c, 0x37, 0x88, 0x48, 0x3e, 0x5a, 0x37, 0x38, 0x95, 0x76, 0x15,
0xa0, 0x9f, 0x75, 0x9d, 0xd8, 0x3c, 0x8c, 0xcb, 0x43, 0xa0, 0xa4, 0xc6, 0x4d, 0xeb, 0x62, 0x7a,
0xbe, 0x5e, 0x31, 0x64, 0xa4, 0x76, 0x03, 0x66, 0x99, 0xd8, 0x9b, 0xc9, 0x01, 0x1c, 0xf3, 0xc1,
0xf8, 0x33, 0xe6, 0xa8, 0xf5, 0x1f, 0x28, 0xdc, 0x8c, 0xf4, 0x6b, 0x87, 0xa0, 0xed, 0x33, 0x93,
0x28, 0x47, 0x32, 0xc9, 0x22, 0x4c, 0xf5, 0x63, 0xe1, 0x3c, 0xb0, 0x62, 0xa4, 0x70, 0xe6, 0xa2,
0xca, 0xd8, 0x2e, 0xd2, 0x7f, 0xa8, 0x40, 0xeb, 0x35, 0xcf, 0x76, 0xd9, 0x87, 0x2b, 0xbe, 0xef,
0xf0, 0x6b, 0x98, 0x23, 0xfb, 0xfc, 0xd3, 0x50, 0x37, 0x91, 0x8d, 0x1b, 0x71, 0xb7, 0x8f, 0x71,
0xc6, 0x97, 0xd1, 0x08, 0x07, 0x2d, 0x15, 0xf1, 0xa0, 0x45, 0x7f, 0x5f, 0x81, 0x59, 0x34, 0xca,
0x1b, 0xb1, 0x1d, 0x1d, 0x59, 0xbe, 0x15, 0x98, 0xda, 0x8f, 0xed, 0xe8, 0x08, 0x51, 0x99, 0xd2,
0x15, 0xe3, 0xa9, 0x52, 0x12, 0x4f, 0xfa, 0x4f, 0x15, 0x38, 0x9d, 0x37, 0xeb, 0x95, 0x6e, 0x97,
0xf8, 0xf7, 0x33, 0xa5, 0xa4, 0x83, 0xa6, 0x89, 0xdc, 0x41, 0x53, 0xa9, 0xc8, 0x06, 0x79, 0x8f,
0x74, 0x1f, 0x5c, 0x91, 0xbf, 0xa4, 0xc2, 0x63, 0xeb, 0x69, 0xe2, 0xdd, 0x0c, 0x4c, 0x37, 0xdc,
0x21, 0x41, 0x70, 0x1f, 0xe5, 0xbd, 0x0e, 0x33, 0x2e, 0xb9, 0x93, 0xc9, 0xc4, 0xd3, 0x71, 0x5c,
0x36, 0x32, 0xf1, 0x78, 0x6b, 0x97, 0xfe, 0x6f, 0x05, 0x9a, 0xc8, 0xe7, 0x75, 0xbb, 0xbb, 0x77,
0x1f, 0x95, 0xbf, 0x01, 0xb3, 0x7b, 0x4c, 0x02, 0x0a, 0x1d, 0x61, 0xd9, 0xce, 0x51, 0x8f, 0xa9,
0xfe, 0x87, 0x0a, 0xcc, 0x27, 0xb7, 0xbf, 0x07, 0xf6, 0xfd, 0x0c, 0xd6, 0x2d, 0x98, 0xc3, 0x93,
0xf6, 0xa3, 0x1a, 0x20, 0x4f, 0x3e, 0xa6, 0x05, 0x7e, 0xa1, 0xc0, 0x1c, 0x72, 0x7a, 0xd5, 0x8d,
0x48, 0x70, 0x64, 0xfd, 0xaf, 0x41, 0x83, 0xb8, 0x51, 0x60, 0xba, 0x47, 0x59, 0x21, 0x45, 0xd2,
0x31, 0x17, 0xc9, 0xf7, 0x15, 0xd0, 0x18, 0xab, 0x35, 0x3b, 0xec, 0xdb, 0x61, 0x78, 0x1f, 0x5d,
0x37, 0x9e, 0xc0, 0xdf, 0x53, 0xe1, 0xa4, 0xc0, 0xa5, 0x1d, 0x47, 0x0f, 0xba, 0xc8, 0xda, 0x1a,
0xd4, 0x69, 0x8f, 0x20, 0xde, 0x83, 0x8e, 0x3b, 0x51, 0x46, 0x48, 0xbb, 0x58, 0x06, 0x74, 0x48,
0xd7, 0x73, 0xad, 0x90, 0x35, 0x47, 0x33, 0x86, 0x84, 0xa3, 0xcb, 0xd0, 0xa2, 0xc0, 0x66, 0xd5,
0x74, 0xbb, 0xc4, 0x79, 0x68, 0x4c, 0xa4, 0xff, 0x58, 0x81, 0x59, 0x1c, 0xf2, 0xe0, 0xab, 0x4c,
0x6b, 0x3d, 0x06, 0xf2, 0xc7, 0xc6, 0x4b, 0x34, 0xbc, 0x16, 0x04, 0x2e, 0x62, 0x5f, 0xfd, 0xe0,
0x86, 0xd6, 0x35, 0x68, 0x74, 0x77, 0x4d, 0xb7, 0x77, 0xa4, 0xe0, 0x12, 0x49, 0xf5, 0x08, 0x1e,
0x15, 0x0f, 0xed, 0x57, 0xf1, 0x13, 0x53, 0xff, 0x99, 0x9c, 0x2a, 0x43, 0xdf, 0x39, 0xdc, 0x9b,
0xd1, 0xf7, 0x60, 0x1e, 0x6f, 0x8a, 0x85, 0x9e, 0x50, 0x6b, 0xc1, 0xa4, 0x69, 0xe1, 0xd1, 0x85,
0xc2, 0x88, 0x12, 0x50, 0x7e, 0x49, 0xc0, 0xdf, 0xa5, 0x65, 0x2f, 0x09, 0xce, 0x00, 0x98, 0x96,
0xf5, 0x96, 0x17, 0x58, 0xb6, 0x9b, 0x34, 0xf8, 0x02, 0x46, 0x7f, 0x0d, 0xa6, 0xaf, 0x06, 0x5e,
0xff, 0xa6, 0x70, 0xe7, 0x3b, 0xf4, 0x56, 0x5a, 0xbc, 0x2f, 0x56, 0xe5, 0xfb, 0x62, 0xfd, 0x5d,
0x38, 0x55, 0x10, 0x9c, 0x19, 0x6b, 0x15, 0xaf, 0xb2, 0x93, 0x49, 0x78, 0xc8, 0x94, 0x9d, 0xe5,
0x89, 0xb2, 0x18, 0x12, 0x91, 0xfe, 0x45, 0x05, 0x9e, 0x28, 0xb0, 0xbf, 0xe2, 0xfb, 0x81, 0x77,
0xc0, 0x7d, 0x72, 0x1c, 0xd3, 0xc8, 0xcd, 0xaf, 0x9a, 0x6f, 0x7e, 0x4b, 0x85, 0x90, 0x1a, 0xf6,
0x8f, 0x40, 0x88, 0x1f, 0x29, 0x30, 0xc7, 0x85, 0xb0, 0x2c, 0x3e, 0xed, 0x73, 0x50, 0xc3, 0xc7,
0x34, 0x7c, 0xc2, 0x27, 0x4a, 0x27, 0x4c, 0x1e, 0x01, 0x19, 0x7c, 0x70, 0x31, 0x22, 0xd5, 0xb2,
0x8c, 0x7a, 0x21, 0x0d, 0xf6, 0xb1, 0x9f, 0xbb, 0x70, 0x02, 0xfd, 0x33, 0x49, 0x30, 0xaf, 0x11,
0x87, 0x1c, 0xa7, 0x8d, 0xf4, 0x5b, 0x30, 0xcb, 0x5e, 0xf6, 0x64, 0x36, 0x38, 0x16, 0xb6, 0x6f,
0x41, 0x93, 0xb1, 0x3d, 0x76, 0x79, 0xd3, 0xec, 0xa0, 0xf6, 0x11, 0x97, 0x92, 0x63, 0xe1, 0xfe,
0x34, 0x9c, 0x48, 0x6c, 0x8f, 0x2f, 0x62, 0x91, 0xf7, 0x80, 0xbb, 0x3d, 0xfd, 0x3b, 0x0a, 0x2c,
0xac, 0x7a, 0xee, 0x01, 0x09, 0x42, 0xe9, 0x15, 0x2d, 0x92, 0x48, 0xd9, 0xcf, 0x21, 0x6d, 0x19,
0xb4, 0xae, 0x40, 0xc1, 0x8f, 0x17, 0x55, 0x76, 0xbc, 0x58, 0xf2, 0x45, 0x7b, 0x16, 0x4e, 0xc5,
0x8c, 0xeb, 0x2d, 0x37, 0x20, 0xa6, 0xc5, 0xce, 0xd3, 0x84, 0x45, 0xaf, 0xfc, 0xa3, 0xfe, 0x1e,
0x2c, 0x8a, 0x72, 0x75, 0x48, 0xb4, 0x15, 0xd8, 0x07, 0x82, 0x6c, 0xfc, 0xec, 0x5c, 0x91, 0xce,
0xce, 0xb3, 0xb3, 0x76, 0x55, 0x3a, 0x6b, 0x3f, 0x0d, 0x75, 0x3b, 0xe4, 0x0c, 0xd8, 0xbc, 0x53,
0x46, 0x86, 0xd0, 0x4d, 0x98, 0x47, 0x2f, 0xf3, 0xbb, 0x2c, 0x36, 0xc5, 0x22, 0x4c, 0x61, 0xe8,
0xa6, 0x93, 0xa4, 0xf0, 0xc0, 0x9b, 0xa1, 0x81, 0xf7, 0xa0, 0x7a, 0x07, 0xe6, 0xf9, 0x7b, 0x9f,
0x2d, 0xb3, 0x67, 0xbb, 0xb8, 0x96, 0x9f, 0x01, 0xf0, 0xcd, 0x5e, 0xf2, 0xc2, 0x10, 0x6f, 0xf4,
0x04, 0x0c, 0xfd, 0x1e, 0xee, 0x7a, 0x77, 0xf8, 0x77, 0x15, 0xbf, 0x67, 0x18, 0xfd, 0x4d, 0xd0,
0x0c, 0x12, 0xfa, 0x9e, 0x1b, 0x12, 0x81, 0xeb, 0x12, 0x34, 0x56, 0xe3, 0x20, 0x20, 0x2e, 0x9d,
0x2a, 0x79, 0x42, 0x27, 0xa2, 0x28, 0xdf, 0x4e, 0xc6, 0x17, 0x4f, 0xff, 0x05, 0x8c, 0xfe, 0xb7,
0x1a, 0xd4, 0x3b, 0x76, 0xcf, 0x35, 0x1d, 0x83, 0xec, 0x6b, 0x2f, 0x43, 0x0d, 0x77, 0x46, 0x3c,
0x20, 0xcb, 0x4e, 0xa3, 0x71, 0x34, 0x6e, 0x01, 0x0d, 0xb2, 0x7f, 0xed, 0x11, 0x83, 0xd3, 0x68,
0x6f, 0x24, 0xaf, 0xa2, 0x36, 0xf0, 0xa4, 0x8b, 0x97, 0xc9, 0xff, 0x1f, 0xc1, 0x84, 0x8f, 0x46,
0x5e, 0x32, 0x07, 0x2a, 0x50, 0x97, 0x75, 0x4e, 0x7c, 0x15, 0x1a, 0x2c, 0x10, 0x36, 0x58, 0x5c,
0x20, 0xa4, 0xa1, 0xd4, 0x26, 0x3b, 0x0b, 0xe2, 0x0d, 0xc1, 0x60, 0x6a, 0x3c, 0x32, 0xe2, 0xd4,
0x48, 0x43, 0xa9, 0x77, 0x63, 0xb7, 0x77, 0xcb, 0xe7, 0x47, 0x94, 0x83, 0xa9, 0xaf, 0xb1, 0x61,
0x9c, 0x1a, 0x69, 0x28, 0x75, 0xc0, 0x6a, 0x04, 0x33, 0xfa, 0x30, 0x6a, 0x2c, 0x25, 0x9c, 0x1a,
0x69, 0xb4, 0xb7, 0xa1, 0xd9, 0x23, 0x91, 0xe1, 0x79, 0xfd, 0x95, 0xc3, 0x75, 0x7e, 0x43, 0x84,
0x0f, 0xbd, 0x2f, 0x0c, 0xe4, 0xb3, 0x9e, 0x23, 0x40, 0x8e, 0x05, 0x3e, 0xda, 0xe7, 0xe1, 0x09,
0xcf, 0xa5, 0xa8, 0x2d, 0x33, 0x88, 0xec, 0xae, 0xed, 0x9b, 0x6e, 0xb4, 0xea, 0xb9, 0x2e, 0xab,
0x67, 0x06, 0xd9, 0xe7, 0x4f, 0xc1, 0x9f, 0x1f, 0x38, 0xd1, 0xe6, 0x30, 0xea, 0x6b, 0x8f, 0x18,
0xc3, 0xd9, 0x6b, 0x5f, 0x55, 0x60, 0xa9, 0x30, 0x62, 0xcd, 0x0e, 0xbb, 0xa2, 0x0c, 0xf8, 0x8c,
0xfc, 0x85, 0xf1, 0x65, 0xc8, 0x31, 0xb8, 0xf6, 0x88, 0x31, 0x72, 0x12, 0x6e, 0xe5, 0x9b, 0xde,
0x1e, 0x71, 0x57, 0x0e, 0xe9, 0xd8, 0x8d, 0x35, 0x76, 0x1b, 0x35, 0xc2, 0xca, 0x12, 0x41, 0x66,
0x65, 0x09, 0xbd, 0x52, 0x87, 0x49, 0xdf, 0x3c, 0x74, 0x3c, 0xd3, 0xd2, 0xff, 0x31, 0x01, 0x90,
0xb8, 0x3a, 0x64, 0x1d, 0xb1, 0x94, 0x64, 0x67, 0x47, 0x26, 0x99, 0xef, 0x1c, 0x0a, 0x69, 0xd6,
0x29, 0x4f, 0xb3, 0x4f, 0x8c, 0x9b, 0x66, 0xc8, 0x2d, 0x97, 0x68, 0x97, 0x73, 0x89, 0x76, 0x76,
0x64, 0xa2, 0x71, 0xa1, 0x78, 0xaa, 0x5d, 0xce, 0xa5, 0xda, 0xd9, 0x91, 0xa9, 0xc6, 0xe9, 0x79,
0xb2, 0x5d, 0xce, 0x25, 0xdb, 0xd9, 0x91, 0xc9, 0xc6, 0xe9, 0x79, 0xba, 0x5d, 0xce, 0xa5, 0xdb,
0xd9, 0x91, 0xe9, 0xc6, 0xe9, 0x79, 0xc2, 0xbd, 0x3b, 0x30, 0xe1, 0x96, 0xef, 0x21, 0xe1, 0x90,
0x67, 0x31, 0xe5, 0xde, 0x2d, 0x09, 0xb4, 0xa9, 0xd1, 0xdc, 0x73, 0x81, 0x96, 0x71, 0x1f, 0x18,
0x6a, 0x5f, 0xae, 0xc0, 0x2c, 0x73, 0x37, 0x56, 0x65, 0x77, 0xc7, 0x2b, 0xbe, 0x55, 0x55, 0x4a,
0xde, 0xaa, 0x6a, 0x17, 0x60, 0x1e, 0x11, 0x44, 0xb8, 0x47, 0xc4, 0x42, 0x5f, 0xfc, 0xc0, 0x6e,
0x4e, 0xe3, 0x30, 0xf2, 0xfa, 0x6b, 0x66, 0x64, 0x26, 0x3b, 0x8c, 0x0c, 0x23, 0xde, 0x6b, 0x4f,
0x14, 0x7e, 0xb6, 0x11, 0xa0, 0xfe, 0x55, 0x5e, 0xcd, 0x19, 0x44, 0x29, 0x22, 0xbb, 0x4f, 0xbc,
0x38, 0xe2, 0x45, 0x2a, 0x01, 0xf1, 0x81, 0xa1, 0x65, 0x9b, 0xec, 0x36, 0x98, 0xbf, 0xbe, 0x4b,
0x11, 0xac, 0xae, 0x66, 0xb7, 0xdb, 0xfc, 0x67, 0x15, 0x19, 0x66, 0x8c, 0x9b, 0x68, 0xf6, 0x0b,
0x1d, 0x3b, 0xb2, 0xc5, 0x57, 0x79, 0x55, 0x43, 0xc2, 0xd1, 0x3e, 0x68, 0x3b, 0x0e, 0x0f, 0xaf,
0xdb, 0xae, 0x68, 0x9e, 0x06, 0xf6, 0x41, 0xc5, 0x2f, 0xfa, 0xdf, 0x15, 0x38, 0x21, 0xac, 0x3b,
0x6d, 0x12, 0x99, 0xcc, 0x2e, 0xd2, 0xdb, 0x6a, 0xe5, 0xde, 0xde, 0x56, 0x6f, 0xc1, 0x5c, 0x4f,
0xde, 0x96, 0xdf, 0xe3, 0x8e, 0x3a, 0x4f, 0x2e, 0x3d, 0x14, 0xaf, 0xdc, 0xf3, 0x43, 0x71, 0xfd,
0x6b, 0x2a, 0xcc, 0xe5, 0x9a, 0x81, 0xa1, 0x9d, 0xd4, 0x15, 0x00, 0x3b, 0x0d, 0xcd, 0x21, 0xb7,
0x56, 0x72, 0xfc, 0x1a, 0x02, 0x51, 0xd9, 0xb5, 0x79, 0xe5, 0xe8, 0xd7, 0xe6, 0xd7, 0xa0, 0xe1,
0x67, 0x4e, 0x1a, 0x72, 0x68, 0x50, 0xe2, 0x4a, 0x43, 0x24, 0xd5, 0xbf, 0xae, 0xc0, 0x7c, 0x61,
0xc9, 0x66, 0x97, 0xd9, 0x34, 0x51, 0xd3, 0xcb, 0x6c, 0x0a, 0x08, 0x19, 0xa0, 0xe6, 0x33, 0xc0,
0xb1, 0x0f, 0xc4, 0x9f, 0xad, 0x70, 0x70, 0x40, 0xf4, 0x4d, 0x0c, 0x8c, 0xbe, 0x6f, 0xa8, 0xb0,
0x50, 0xde, 0x60, 0x3d, 0xac, 0xfe, 0xf9, 0xa6, 0x02, 0xad, 0x41, 0xb5, 0xf0, 0xbe, 0xb9, 0x29,
0xcb, 0x9f, 0xb4, 0x77, 0x7d, 0x58, 0xfd, 0x73, 0x22, 0x49, 0x1f, 0xa1, 0xb9, 0xd0, 0x7f, 0x9e,
0xda, 0x27, 0xed, 0xce, 0x1f, 0x52, 0xfb, 0x68, 0xe7, 0xa1, 0x89, 0x6a, 0x0a, 0x2f, 0xb9, 0x70,
2022-10-08 15:23:34 +08:00
0xb3, 0x57, 0xc0, 0xeb, 0xef, 0x24, 0xb6, 0x14, 0x1a, 0xad, 0xe3, 0x8a, 0x71, 0xfd, 0xb7, 0x4a,
2022-10-08 11:37:11 +08:00
0xe2, 0x93, 0x74, 0xcf, 0xf3, 0xb1, 0xf2, 0x49, 0x16, 0x69, 0x42, 0x1b, 0x29, 0x44, 0x5a, 0xba,
0x17, 0xfb, 0x6f, 0xa4, 0x8d, 0x8e, 0xb4, 0xd4, 0x96, 0x42, 0x4b, 0xad, 0x7f, 0x5f, 0x81, 0xc7,
0x06, 0xee, 0x47, 0x87, 0x5a, 0x55, 0x68, 0x1a, 0x55, 0xb9, 0x69, 0xcc, 0xa9, 0x57, 0x39, 0xfa,
2022-10-08 15:23:34 +08:00
0x42, 0xf3, 0x81, 0x02, 0x8f, 0x0f, 0x69, 0xde, 0x73, 0x9e, 0x55, 0x8e, 0xe2, 0xd9, 0x9c, 0xb0,
0xea, 0xc0, 0x8b, 0xe9, 0x91, 0xbe, 0xc8, 0xd2, 0xb3, 0x22, 0xa6, 0xa7, 0xfe, 0x47, 0x05, 0x9e,
0x1c, 0x63, 0x27, 0xfe, 0x60, 0x29, 0x33, 0xf0, 0xa9, 0xab, 0xfe, 0x27, 0x05, 0xce, 0x8d, 0xb7,
0xa9, 0xff, 0xb8, 0x68, 0xf4, 0x6b, 0x31, 0x07, 0xf2, 0xa7, 0x05, 0x82, 0x5b, 0x15, 0x69, 0xd5,
0x15, 0x73, 0x43, 0xcd, 0xe5, 0xc6, 0xb1, 0x65, 0x40, 0xfe, 0x45, 0xfb, 0x44, 0xf1, 0x45, 0x7b,
0x5b, 0x48, 0x91, 0xe2, 0x0e, 0x74, 0x40, 0x29, 0x11, 0x4a, 0x86, 0x2a, 0x97, 0x8c, 0x2f, 0xc0,
0xcc, 0x1a, 0x71, 0xda, 0x61, 0x2f, 0xf9, 0xed, 0xc9, 0xb1, 0x9e, 0xb6, 0x8e, 0xa1, 0xcf, 0x0a,
0xcc, 0x8a, 0x02, 0x1c, 0xe5, 0xb7, 0x15, 0x2b, 0x17, 0xde, 0x3e, 0xbf, 0xe9, 0x13, 0xf7, 0xf6,
0x46, 0xbb, 0xf0, 0x3f, 0x4c, 0x5e, 0x2a, 0x38, 0x61, 0xbb, 0xc6, 0xbe, 0x3f, 0xf3, 0x9f, 0x00,
0x00, 0x00, 0xff, 0xff, 0xc4, 0x78, 0x1e, 0x6c, 0x23, 0x45, 0x00, 0x00,
}