mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
2358 lines
83 KiB
Go
2358 lines
83 KiB
Go
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// source: ws.proto
|
|
|
|
package open_im_sdk
|
|
|
|
import proto "github.com/golang/protobuf/proto"
|
|
import fmt "fmt"
|
|
import math "math"
|
|
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
|
var _ = proto.Marshal
|
|
var _ = fmt.Errorf
|
|
var _ = math.Inf
|
|
|
|
// 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
|
|
|
|
type PullMessageBySeqListResp struct {
|
|
MaxSeq int64 `protobuf:"varint,1,opt,name=MaxSeq" json:"MaxSeq,omitempty"`
|
|
MinSeq int64 `protobuf:"varint,2,opt,name=MinSeq" json:"MinSeq,omitempty"`
|
|
SingleUserMsg []*GatherFormat `protobuf:"bytes,3,rep,name=SingleUserMsg" json:"SingleUserMsg,omitempty"`
|
|
GroupUserMsg []*GatherFormat `protobuf:"bytes,4,rep,name=GroupUserMsg" json:"GroupUserMsg,omitempty"`
|
|
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) {
|
|
return fileDescriptor_ws_e1a0eca386827677, []int{0}
|
|
}
|
|
func (m *PullMessageBySeqListResp) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_PullMessageBySeqListResp.Unmarshal(m, b)
|
|
}
|
|
func (m *PullMessageBySeqListResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_PullMessageBySeqListResp.Marshal(b, m, deterministic)
|
|
}
|
|
func (dst *PullMessageBySeqListResp) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_PullMessageBySeqListResp.Merge(dst, src)
|
|
}
|
|
func (m *PullMessageBySeqListResp) XXX_Size() int {
|
|
return xxx_messageInfo_PullMessageBySeqListResp.Size(m)
|
|
}
|
|
func (m *PullMessageBySeqListResp) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_PullMessageBySeqListResp.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_PullMessageBySeqListResp proto.InternalMessageInfo
|
|
|
|
func (m *PullMessageBySeqListResp) GetMaxSeq() int64 {
|
|
if m != nil {
|
|
return m.MaxSeq
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *PullMessageBySeqListResp) GetMinSeq() int64 {
|
|
if m != nil {
|
|
return m.MinSeq
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *PullMessageBySeqListResp) GetSingleUserMsg() []*GatherFormat {
|
|
if m != nil {
|
|
return m.SingleUserMsg
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *PullMessageBySeqListResp) GetGroupUserMsg() []*GatherFormat {
|
|
if m != nil {
|
|
return m.GroupUserMsg
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type PullMessageBySeqListReq struct {
|
|
SeqList []int64 `protobuf:"varint,1,rep,packed,name=seqList" json:"seqList,omitempty"`
|
|
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) {
|
|
return fileDescriptor_ws_e1a0eca386827677, []int{1}
|
|
}
|
|
func (m *PullMessageBySeqListReq) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_PullMessageBySeqListReq.Unmarshal(m, b)
|
|
}
|
|
func (m *PullMessageBySeqListReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_PullMessageBySeqListReq.Marshal(b, m, deterministic)
|
|
}
|
|
func (dst *PullMessageBySeqListReq) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_PullMessageBySeqListReq.Merge(dst, src)
|
|
}
|
|
func (m *PullMessageBySeqListReq) XXX_Size() int {
|
|
return xxx_messageInfo_PullMessageBySeqListReq.Size(m)
|
|
}
|
|
func (m *PullMessageBySeqListReq) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_PullMessageBySeqListReq.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_PullMessageBySeqListReq proto.InternalMessageInfo
|
|
|
|
func (m *PullMessageBySeqListReq) GetSeqList() []int64 {
|
|
if m != nil {
|
|
return m.SeqList
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type GetMaxAndMinSeqReq struct {
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *GetMaxAndMinSeqReq) Reset() { *m = GetMaxAndMinSeqReq{} }
|
|
func (m *GetMaxAndMinSeqReq) String() string { return proto.CompactTextString(m) }
|
|
func (*GetMaxAndMinSeqReq) ProtoMessage() {}
|
|
func (*GetMaxAndMinSeqReq) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_ws_e1a0eca386827677, []int{2}
|
|
}
|
|
func (m *GetMaxAndMinSeqReq) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_GetMaxAndMinSeqReq.Unmarshal(m, b)
|
|
}
|
|
func (m *GetMaxAndMinSeqReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_GetMaxAndMinSeqReq.Marshal(b, m, deterministic)
|
|
}
|
|
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)
|
|
}
|
|
|
|
var xxx_messageInfo_GetMaxAndMinSeqReq proto.InternalMessageInfo
|
|
|
|
type GetMaxAndMinSeqResp struct {
|
|
MaxSeq int64 `protobuf:"varint,1,opt,name=maxSeq" json:"maxSeq,omitempty"`
|
|
MinSeq int64 `protobuf:"varint,2,opt,name=minSeq" json:"minSeq,omitempty"`
|
|
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) {
|
|
return fileDescriptor_ws_e1a0eca386827677, []int{3}
|
|
}
|
|
func (m *GetMaxAndMinSeqResp) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_GetMaxAndMinSeqResp.Unmarshal(m, b)
|
|
}
|
|
func (m *GetMaxAndMinSeqResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_GetMaxAndMinSeqResp.Marshal(b, m, deterministic)
|
|
}
|
|
func (dst *GetMaxAndMinSeqResp) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_GetMaxAndMinSeqResp.Merge(dst, src)
|
|
}
|
|
func (m *GetMaxAndMinSeqResp) XXX_Size() int {
|
|
return xxx_messageInfo_GetMaxAndMinSeqResp.Size(m)
|
|
}
|
|
func (m *GetMaxAndMinSeqResp) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_GetMaxAndMinSeqResp.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_GetMaxAndMinSeqResp proto.InternalMessageInfo
|
|
|
|
func (m *GetMaxAndMinSeqResp) GetMaxSeq() int64 {
|
|
if m != nil {
|
|
return m.MaxSeq
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *GetMaxAndMinSeqResp) GetMinSeq() int64 {
|
|
if m != nil {
|
|
return m.MinSeq
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type GatherFormat struct {
|
|
// @inject_tag: json:"id"
|
|
ID string `protobuf:"bytes,1,opt,name=ID" json:"ID,omitempty"`
|
|
// @inject_tag: json:"list"
|
|
List []*MsgFormat `protobuf:"bytes,2,rep,name=List" json:"List,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *GatherFormat) Reset() { *m = GatherFormat{} }
|
|
func (m *GatherFormat) String() string { return proto.CompactTextString(m) }
|
|
func (*GatherFormat) ProtoMessage() {}
|
|
func (*GatherFormat) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_ws_e1a0eca386827677, []int{4}
|
|
}
|
|
func (m *GatherFormat) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_GatherFormat.Unmarshal(m, b)
|
|
}
|
|
func (m *GatherFormat) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_GatherFormat.Marshal(b, m, deterministic)
|
|
}
|
|
func (dst *GatherFormat) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_GatherFormat.Merge(dst, src)
|
|
}
|
|
func (m *GatherFormat) XXX_Size() int {
|
|
return xxx_messageInfo_GatherFormat.Size(m)
|
|
}
|
|
func (m *GatherFormat) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_GatherFormat.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_GatherFormat proto.InternalMessageInfo
|
|
|
|
func (m *GatherFormat) GetID() string {
|
|
if m != nil {
|
|
return m.ID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *GatherFormat) GetList() []*MsgFormat {
|
|
if m != nil {
|
|
return m.List
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type MsgFormat struct {
|
|
// @inject_tag: json:"sendID"
|
|
SendID string `protobuf:"bytes,1,opt,name=SendID" json:"SendID,omitempty"`
|
|
// @inject_tag: json:"recvID"
|
|
RecvID string `protobuf:"bytes,2,opt,name=RecvID" json:"RecvID,omitempty"`
|
|
// @inject_tag: json:"msgFrom"
|
|
MsgFrom int32 `protobuf:"varint,3,opt,name=MsgFrom" json:"MsgFrom,omitempty"`
|
|
// @inject_tag: json:"contentType"
|
|
ContentType int32 `protobuf:"varint,4,opt,name=ContentType" json:"ContentType,omitempty"`
|
|
// @inject_tag: json:"serverMsgID"
|
|
ServerMsgID string `protobuf:"bytes,5,opt,name=ServerMsgID" json:"ServerMsgID,omitempty"`
|
|
// @inject_tag: json:"content"
|
|
Content string `protobuf:"bytes,6,opt,name=Content" json:"Content,omitempty"`
|
|
// @inject_tag: json:"seq"
|
|
Seq int64 `protobuf:"varint,7,opt,name=Seq" json:"Seq,omitempty"`
|
|
// @inject_tag: json:"sendTime"
|
|
SendTime int64 `protobuf:"varint,8,opt,name=SendTime" json:"SendTime,omitempty"`
|
|
// @inject_tag: json:"senderPlatformID"
|
|
SenderPlatformID int32 `protobuf:"varint,9,opt,name=SenderPlatformID" json:"SenderPlatformID,omitempty"`
|
|
// @inject_tag: json:"senderNickName"
|
|
SenderNickName string `protobuf:"bytes,10,opt,name=SenderNickName" json:"SenderNickName,omitempty"`
|
|
// @inject_tag: json:"senderFaceUrl"
|
|
SenderFaceURL string `protobuf:"bytes,11,opt,name=SenderFaceURL" json:"SenderFaceURL,omitempty"`
|
|
// @inject_tag: json:"clientMsgID"
|
|
ClientMsgID string `protobuf:"bytes,12,opt,name=ClientMsgID" json:"ClientMsgID,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *MsgFormat) Reset() { *m = MsgFormat{} }
|
|
func (m *MsgFormat) String() string { return proto.CompactTextString(m) }
|
|
func (*MsgFormat) ProtoMessage() {}
|
|
func (*MsgFormat) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_ws_e1a0eca386827677, []int{5}
|
|
}
|
|
func (m *MsgFormat) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_MsgFormat.Unmarshal(m, b)
|
|
}
|
|
func (m *MsgFormat) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_MsgFormat.Marshal(b, m, deterministic)
|
|
}
|
|
func (dst *MsgFormat) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_MsgFormat.Merge(dst, src)
|
|
}
|
|
func (m *MsgFormat) XXX_Size() int {
|
|
return xxx_messageInfo_MsgFormat.Size(m)
|
|
}
|
|
func (m *MsgFormat) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_MsgFormat.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_MsgFormat proto.InternalMessageInfo
|
|
|
|
func (m *MsgFormat) GetSendID() string {
|
|
if m != nil {
|
|
return m.SendID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *MsgFormat) GetRecvID() string {
|
|
if m != nil {
|
|
return m.RecvID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *MsgFormat) GetMsgFrom() int32 {
|
|
if m != nil {
|
|
return m.MsgFrom
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *MsgFormat) GetContentType() int32 {
|
|
if m != nil {
|
|
return m.ContentType
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *MsgFormat) GetServerMsgID() string {
|
|
if m != nil {
|
|
return m.ServerMsgID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *MsgFormat) GetContent() string {
|
|
if m != nil {
|
|
return m.Content
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *MsgFormat) GetSeq() int64 {
|
|
if m != nil {
|
|
return m.Seq
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *MsgFormat) GetSendTime() int64 {
|
|
if m != nil {
|
|
return m.SendTime
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *MsgFormat) GetSenderPlatformID() int32 {
|
|
if m != nil {
|
|
return m.SenderPlatformID
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *MsgFormat) GetSenderNickName() string {
|
|
if m != nil {
|
|
return m.SenderNickName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *MsgFormat) GetSenderFaceURL() string {
|
|
if m != nil {
|
|
return m.SenderFaceURL
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *MsgFormat) GetClientMsgID() string {
|
|
if m != nil {
|
|
return m.ClientMsgID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type UserSendMsgReq struct {
|
|
Options map[string]int32 `protobuf:"bytes,1,rep,name=Options" json:"Options,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"varint,2,opt,name=value"`
|
|
SenderNickName string `protobuf:"bytes,2,opt,name=SenderNickName" json:"SenderNickName,omitempty"`
|
|
SenderFaceURL string `protobuf:"bytes,3,opt,name=SenderFaceURL" json:"SenderFaceURL,omitempty"`
|
|
PlatformID int32 `protobuf:"varint,4,opt,name=PlatformID" json:"PlatformID,omitempty"`
|
|
SessionType int32 `protobuf:"varint,5,opt,name=SessionType" json:"SessionType,omitempty"`
|
|
MsgFrom int32 `protobuf:"varint,6,opt,name=MsgFrom" json:"MsgFrom,omitempty"`
|
|
ContentType int32 `protobuf:"varint,7,opt,name=ContentType" json:"ContentType,omitempty"`
|
|
RecvID string `protobuf:"bytes,8,opt,name=RecvID" json:"RecvID,omitempty"`
|
|
ForceList []string `protobuf:"bytes,9,rep,name=ForceList" json:"ForceList,omitempty"`
|
|
Content string `protobuf:"bytes,10,opt,name=Content" json:"Content,omitempty"`
|
|
ClientMsgID string `protobuf:"bytes,11,opt,name=ClientMsgID" json:"ClientMsgID,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *UserSendMsgReq) Reset() { *m = UserSendMsgReq{} }
|
|
func (m *UserSendMsgReq) String() string { return proto.CompactTextString(m) }
|
|
func (*UserSendMsgReq) ProtoMessage() {}
|
|
func (*UserSendMsgReq) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_ws_e1a0eca386827677, []int{6}
|
|
}
|
|
func (m *UserSendMsgReq) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_UserSendMsgReq.Unmarshal(m, b)
|
|
}
|
|
func (m *UserSendMsgReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_UserSendMsgReq.Marshal(b, m, deterministic)
|
|
}
|
|
func (dst *UserSendMsgReq) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_UserSendMsgReq.Merge(dst, src)
|
|
}
|
|
func (m *UserSendMsgReq) XXX_Size() int {
|
|
return xxx_messageInfo_UserSendMsgReq.Size(m)
|
|
}
|
|
func (m *UserSendMsgReq) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_UserSendMsgReq.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_UserSendMsgReq proto.InternalMessageInfo
|
|
|
|
func (m *UserSendMsgReq) GetOptions() map[string]int32 {
|
|
if m != nil {
|
|
return m.Options
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *UserSendMsgReq) GetSenderNickName() string {
|
|
if m != nil {
|
|
return m.SenderNickName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *UserSendMsgReq) GetSenderFaceURL() string {
|
|
if m != nil {
|
|
return m.SenderFaceURL
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *UserSendMsgReq) GetPlatformID() int32 {
|
|
if m != nil {
|
|
return m.PlatformID
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *UserSendMsgReq) GetSessionType() int32 {
|
|
if m != nil {
|
|
return m.SessionType
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *UserSendMsgReq) GetMsgFrom() int32 {
|
|
if m != nil {
|
|
return m.MsgFrom
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *UserSendMsgReq) GetContentType() int32 {
|
|
if m != nil {
|
|
return m.ContentType
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *UserSendMsgReq) GetRecvID() string {
|
|
if m != nil {
|
|
return m.RecvID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *UserSendMsgReq) GetForceList() []string {
|
|
if m != nil {
|
|
return m.ForceList
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *UserSendMsgReq) GetContent() string {
|
|
if m != nil {
|
|
return m.Content
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *UserSendMsgReq) GetClientMsgID() string {
|
|
if m != nil {
|
|
return m.ClientMsgID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type UserSendMsgResp struct {
|
|
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:"-"`
|
|
}
|
|
|
|
func (m *UserSendMsgResp) Reset() { *m = UserSendMsgResp{} }
|
|
func (m *UserSendMsgResp) String() string { return proto.CompactTextString(m) }
|
|
func (*UserSendMsgResp) ProtoMessage() {}
|
|
func (*UserSendMsgResp) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_ws_e1a0eca386827677, []int{7}
|
|
}
|
|
func (m *UserSendMsgResp) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_UserSendMsgResp.Unmarshal(m, b)
|
|
}
|
|
func (m *UserSendMsgResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_UserSendMsgResp.Marshal(b, m, deterministic)
|
|
}
|
|
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)
|
|
}
|
|
func (m *UserSendMsgResp) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_UserSendMsgResp.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_UserSendMsgResp proto.InternalMessageInfo
|
|
|
|
func (m *UserSendMsgResp) GetServerMsgID() string {
|
|
if m != nil {
|
|
return m.ServerMsgID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *UserSendMsgResp) GetClientMsgID() string {
|
|
if m != nil {
|
|
return m.ClientMsgID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *UserSendMsgResp) GetSendTime() int64 {
|
|
if m != nil {
|
|
return m.SendTime
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type MsgData struct {
|
|
SendID string `protobuf:"bytes,1,opt,name=sendID" json:"sendID,omitempty"`
|
|
RecvID string `protobuf:"bytes,2,opt,name=recvID" json:"recvID,omitempty"`
|
|
SessionType int32 `protobuf:"varint,3,opt,name=sessionType" json:"sessionType,omitempty"`
|
|
MsgFrom int32 `protobuf:"varint,4,opt,name=msgFrom" json:"msgFrom,omitempty"`
|
|
ContentType int32 `protobuf:"varint,5,opt,name=contentType" json:"contentType,omitempty"`
|
|
ServerMsgID string `protobuf:"bytes,6,opt,name=serverMsgID" json:"serverMsgID,omitempty"`
|
|
Content []byte `protobuf:"bytes,7,opt,name=content,proto3" json:"content,omitempty"`
|
|
SendTime int64 `protobuf:"varint,8,opt,name=sendTime" json:"sendTime,omitempty"`
|
|
Seq int64 `protobuf:"varint,9,opt,name=seq" json:"seq,omitempty"`
|
|
SenderPlatformID int32 `protobuf:"varint,10,opt,name=senderPlatformID" json:"senderPlatformID,omitempty"`
|
|
SenderNickName string `protobuf:"bytes,11,opt,name=senderNickName" json:"senderNickName,omitempty"`
|
|
SenderFaceURL string `protobuf:"bytes,12,opt,name=senderFaceURL" json:"senderFaceURL,omitempty"`
|
|
ClientMsgID string `protobuf:"bytes,13,opt,name=clientMsgID" json:"clientMsgID,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() {}
|
|
func (*MsgData) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_ws_e1a0eca386827677, []int{8}
|
|
}
|
|
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)
|
|
}
|
|
|
|
var xxx_messageInfo_MsgData proto.InternalMessageInfo
|
|
|
|
func (m *MsgData) GetSendID() string {
|
|
if m != nil {
|
|
return m.SendID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *MsgData) GetRecvID() string {
|
|
if m != nil {
|
|
return m.RecvID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *MsgData) GetSessionType() int32 {
|
|
if m != nil {
|
|
return m.SessionType
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *MsgData) GetMsgFrom() int32 {
|
|
if m != nil {
|
|
return m.MsgFrom
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *MsgData) GetContentType() int32 {
|
|
if m != nil {
|
|
return m.ContentType
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *MsgData) GetServerMsgID() string {
|
|
if m != nil {
|
|
return m.ServerMsgID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *MsgData) GetContent() []byte {
|
|
if m != nil {
|
|
return m.Content
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *MsgData) GetSendTime() int64 {
|
|
if m != nil {
|
|
return m.SendTime
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *MsgData) GetSeq() int64 {
|
|
if m != nil {
|
|
return m.Seq
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *MsgData) GetSenderPlatformID() int32 {
|
|
if m != nil {
|
|
return m.SenderPlatformID
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *MsgData) GetSenderNickName() string {
|
|
if m != nil {
|
|
return m.SenderNickName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *MsgData) GetSenderFaceURL() string {
|
|
if m != nil {
|
|
return m.SenderFaceURL
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *MsgData) GetClientMsgID() string {
|
|
if m != nil {
|
|
return m.ClientMsgID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type OfflinePushInfo struct {
|
|
Title string `protobuf:"bytes,1,opt,name=Title" json:"Title,omitempty"`
|
|
Desc string `protobuf:"bytes,2,opt,name=Desc" json:"Desc,omitempty"`
|
|
Ext string `protobuf:"bytes,3,opt,name=Ext" json:"Ext,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) {
|
|
return fileDescriptor_ws_e1a0eca386827677, []int{9}
|
|
}
|
|
func (m *OfflinePushInfo) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_OfflinePushInfo.Unmarshal(m, b)
|
|
}
|
|
func (m *OfflinePushInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_OfflinePushInfo.Marshal(b, m, deterministic)
|
|
}
|
|
func (dst *OfflinePushInfo) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_OfflinePushInfo.Merge(dst, src)
|
|
}
|
|
func (m *OfflinePushInfo) XXX_Size() int {
|
|
return xxx_messageInfo_OfflinePushInfo.Size(m)
|
|
}
|
|
func (m *OfflinePushInfo) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_OfflinePushInfo.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_OfflinePushInfo proto.InternalMessageInfo
|
|
|
|
func (m *OfflinePushInfo) GetTitle() string {
|
|
if m != nil {
|
|
return m.Title
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *OfflinePushInfo) GetDesc() string {
|
|
if m != nil {
|
|
return m.Desc
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *OfflinePushInfo) GetExt() string {
|
|
if m != nil {
|
|
return m.Ext
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *OfflinePushInfo) GetIOSPushSound() string {
|
|
if m != nil {
|
|
return m.IOSPushSound
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *OfflinePushInfo) GetIOSBadgeCount() bool {
|
|
if m != nil {
|
|
return m.IOSBadgeCount
|
|
}
|
|
return false
|
|
}
|
|
|
|
// public
|
|
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"`
|
|
Owner *PublicUserInfo `protobuf:"bytes,6,opt,name=Owner" json:"Owner,omitempty"`
|
|
CreateTime uint64 `protobuf:"varint,7,opt,name=CreateTime" json:"CreateTime,omitempty"`
|
|
MemberCount uint32 `protobuf:"varint,8,opt,name=MemberCount" json:"MemberCount,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() {}
|
|
func (*GroupInfo) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_ws_e1a0eca386827677, []int{10}
|
|
}
|
|
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)
|
|
}
|
|
|
|
var xxx_messageInfo_GroupInfo proto.InternalMessageInfo
|
|
|
|
func (m *GroupInfo) GetGroupID() string {
|
|
if m != nil {
|
|
return m.GroupID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *GroupInfo) GetGroupName() string {
|
|
if m != nil {
|
|
return m.GroupName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *GroupInfo) GetNotification() string {
|
|
if m != nil {
|
|
return m.Notification
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *GroupInfo) GetIntroduction() string {
|
|
if m != nil {
|
|
return m.Introduction
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *GroupInfo) GetFaceUrl() string {
|
|
if m != nil {
|
|
return m.FaceUrl
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *GroupInfo) GetOwner() *PublicUserInfo {
|
|
if m != nil {
|
|
return m.Owner
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *GroupInfo) GetCreateTime() uint64 {
|
|
if m != nil {
|
|
return m.CreateTime
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *GroupInfo) GetMemberCount() uint32 {
|
|
if m != nil {
|
|
return m.MemberCount
|
|
}
|
|
return 0
|
|
}
|
|
|
|
// private, Group members have permission to view
|
|
type GroupMemberFullInfo struct {
|
|
GroupID string `protobuf:"bytes,1,opt,name=GroupID" json:"GroupID,omitempty"`
|
|
UserID string `protobuf:"bytes,2,opt,name=UserID" json:"UserID,omitempty"`
|
|
AdministratorLevel int32 `protobuf:"varint,3,opt,name=AdministratorLevel" json:"AdministratorLevel,omitempty"`
|
|
JoinTime uint64 `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"`
|
|
FriendRemark string `protobuf:"bytes,7,opt,name=FriendRemark" json:"FriendRemark,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) {
|
|
return fileDescriptor_ws_e1a0eca386827677, []int{11}
|
|
}
|
|
func (m *GroupMemberFullInfo) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_GroupMemberFullInfo.Unmarshal(m, b)
|
|
}
|
|
func (m *GroupMemberFullInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_GroupMemberFullInfo.Marshal(b, m, deterministic)
|
|
}
|
|
func (dst *GroupMemberFullInfo) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_GroupMemberFullInfo.Merge(dst, src)
|
|
}
|
|
func (m *GroupMemberFullInfo) XXX_Size() int {
|
|
return xxx_messageInfo_GroupMemberFullInfo.Size(m)
|
|
}
|
|
func (m *GroupMemberFullInfo) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_GroupMemberFullInfo.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_GroupMemberFullInfo proto.InternalMessageInfo
|
|
|
|
func (m *GroupMemberFullInfo) GetGroupID() string {
|
|
if m != nil {
|
|
return m.GroupID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *GroupMemberFullInfo) GetUserID() string {
|
|
if m != nil {
|
|
return m.UserID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *GroupMemberFullInfo) GetAdministratorLevel() int32 {
|
|
if m != nil {
|
|
return m.AdministratorLevel
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *GroupMemberFullInfo) GetJoinTime() uint64 {
|
|
if m != nil {
|
|
return m.JoinTime
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *GroupMemberFullInfo) GetNickName() string {
|
|
if m != nil {
|
|
return m.NickName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *GroupMemberFullInfo) GetFaceUrl() string {
|
|
if m != nil {
|
|
return m.FaceUrl
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *GroupMemberFullInfo) GetFriendRemark() string {
|
|
if m != nil {
|
|
return m.FriendRemark
|
|
}
|
|
return ""
|
|
}
|
|
|
|
// private, Friends have permission to view
|
|
type UserInfo struct {
|
|
UserID string `protobuf:"bytes,1,opt,name=UserID" json:"UserID,omitempty"`
|
|
Name string `protobuf:"bytes,2,opt,name=Name" json:"Name,omitempty"`
|
|
Icon string `protobuf:"bytes,3,opt,name=Icon" json:"Icon,omitempty"`
|
|
Gender int32 `protobuf:"varint,4,opt,name=Gender" json:"Gender,omitempty"`
|
|
Mobile string `protobuf:"bytes,5,opt,name=Mobile" json:"Mobile,omitempty"`
|
|
Birth string `protobuf:"bytes,6,opt,name=Birth" json:"Birth,omitempty"`
|
|
Email string `protobuf:"bytes,7,opt,name=Email" json:"Email,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) {
|
|
return fileDescriptor_ws_e1a0eca386827677, []int{12}
|
|
}
|
|
func (m *UserInfo) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_UserInfo.Unmarshal(m, b)
|
|
}
|
|
func (m *UserInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_UserInfo.Marshal(b, m, deterministic)
|
|
}
|
|
func (dst *UserInfo) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_UserInfo.Merge(dst, src)
|
|
}
|
|
func (m *UserInfo) XXX_Size() int {
|
|
return xxx_messageInfo_UserInfo.Size(m)
|
|
}
|
|
func (m *UserInfo) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_UserInfo.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_UserInfo proto.InternalMessageInfo
|
|
|
|
func (m *UserInfo) GetUserID() string {
|
|
if m != nil {
|
|
return m.UserID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *UserInfo) GetName() string {
|
|
if m != nil {
|
|
return m.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *UserInfo) GetIcon() string {
|
|
if m != nil {
|
|
return m.Icon
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *UserInfo) GetGender() int32 {
|
|
if m != nil {
|
|
return m.Gender
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *UserInfo) GetMobile() string {
|
|
if m != nil {
|
|
return m.Mobile
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *UserInfo) GetBirth() string {
|
|
if m != nil {
|
|
return m.Birth
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *UserInfo) GetEmail() string {
|
|
if m != nil {
|
|
return m.Email
|
|
}
|
|
return ""
|
|
}
|
|
|
|
// No permissions required
|
|
type PublicUserInfo struct {
|
|
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"`
|
|
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) {
|
|
return fileDescriptor_ws_e1a0eca386827677, []int{13}
|
|
}
|
|
func (m *PublicUserInfo) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_PublicUserInfo.Unmarshal(m, b)
|
|
}
|
|
func (m *PublicUserInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_PublicUserInfo.Marshal(b, m, deterministic)
|
|
}
|
|
func (dst *PublicUserInfo) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_PublicUserInfo.Merge(dst, src)
|
|
}
|
|
func (m *PublicUserInfo) XXX_Size() int {
|
|
return xxx_messageInfo_PublicUserInfo.Size(m)
|
|
}
|
|
func (m *PublicUserInfo) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_PublicUserInfo.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_PublicUserInfo proto.InternalMessageInfo
|
|
|
|
func (m *PublicUserInfo) GetUserID() string {
|
|
if m != nil {
|
|
return m.UserID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *PublicUserInfo) GetNickname() string {
|
|
if m != nil {
|
|
return m.Nickname
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *PublicUserInfo) GetFaceUrl() string {
|
|
if m != nil {
|
|
return m.FaceUrl
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *PublicUserInfo) GetGender() int32 {
|
|
if m != nil {
|
|
return m.Gender
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type TipsComm struct {
|
|
Detail []byte `protobuf:"bytes,1,opt,name=Detail,proto3" json:"Detail,omitempty"`
|
|
DefaultTips string `protobuf:"bytes,2,opt,name=DefaultTips" json:"DefaultTips,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *TipsComm) Reset() { *m = TipsComm{} }
|
|
func (m *TipsComm) String() string { return proto.CompactTextString(m) }
|
|
func (*TipsComm) ProtoMessage() {}
|
|
func (*TipsComm) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_ws_e1a0eca386827677, []int{14}
|
|
}
|
|
func (m *TipsComm) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_TipsComm.Unmarshal(m, b)
|
|
}
|
|
func (m *TipsComm) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_TipsComm.Marshal(b, m, deterministic)
|
|
}
|
|
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)
|
|
}
|
|
func (m *TipsComm) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_TipsComm.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_TipsComm proto.InternalMessageInfo
|
|
|
|
func (m *TipsComm) GetDetail() []byte {
|
|
if m != nil {
|
|
return m.Detail
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *TipsComm) GetDefaultTips() string {
|
|
if m != nil {
|
|
return m.DefaultTips
|
|
}
|
|
return ""
|
|
}
|
|
|
|
// ////////////////////group/////////////////////
|
|
// Actively join the group
|
|
type MemberEnterTips struct {
|
|
Group *GroupInfo `protobuf:"bytes,1,opt,name=Group" json:"Group,omitempty"`
|
|
Member *GroupMemberFullInfo `protobuf:"bytes,2,opt,name=Member" json:"Member,omitempty"`
|
|
OperationTime uint64 `protobuf:"varint,3,opt,name=OperationTime" json:"OperationTime,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *MemberEnterTips) Reset() { *m = MemberEnterTips{} }
|
|
func (m *MemberEnterTips) String() string { return proto.CompactTextString(m) }
|
|
func (*MemberEnterTips) ProtoMessage() {}
|
|
func (*MemberEnterTips) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_ws_e1a0eca386827677, []int{15}
|
|
}
|
|
func (m *MemberEnterTips) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_MemberEnterTips.Unmarshal(m, b)
|
|
}
|
|
func (m *MemberEnterTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_MemberEnterTips.Marshal(b, m, deterministic)
|
|
}
|
|
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)
|
|
}
|
|
|
|
var xxx_messageInfo_MemberEnterTips proto.InternalMessageInfo
|
|
|
|
func (m *MemberEnterTips) GetGroup() *GroupInfo {
|
|
if m != nil {
|
|
return m.Group
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *MemberEnterTips) GetMember() *GroupMemberFullInfo {
|
|
if m != nil {
|
|
return m.Member
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *MemberEnterTips) GetOperationTime() uint64 {
|
|
if m != nil {
|
|
return m.OperationTime
|
|
}
|
|
return 0
|
|
}
|
|
|
|
// Actively leave the group
|
|
type MemberLeaveTips struct {
|
|
Group *GroupInfo `protobuf:"bytes,1,opt,name=Group" json:"Group,omitempty"`
|
|
Member *GroupMemberFullInfo `protobuf:"bytes,2,opt,name=Member" json:"Member,omitempty"`
|
|
OperationTime uint64 `protobuf:"varint,3,opt,name=OperationTime" json:"OperationTime,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *MemberLeaveTips) Reset() { *m = MemberLeaveTips{} }
|
|
func (m *MemberLeaveTips) String() string { return proto.CompactTextString(m) }
|
|
func (*MemberLeaveTips) ProtoMessage() {}
|
|
func (*MemberLeaveTips) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_ws_e1a0eca386827677, []int{16}
|
|
}
|
|
func (m *MemberLeaveTips) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_MemberLeaveTips.Unmarshal(m, b)
|
|
}
|
|
func (m *MemberLeaveTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_MemberLeaveTips.Marshal(b, m, deterministic)
|
|
}
|
|
func (dst *MemberLeaveTips) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_MemberLeaveTips.Merge(dst, src)
|
|
}
|
|
func (m *MemberLeaveTips) XXX_Size() int {
|
|
return xxx_messageInfo_MemberLeaveTips.Size(m)
|
|
}
|
|
func (m *MemberLeaveTips) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_MemberLeaveTips.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_MemberLeaveTips proto.InternalMessageInfo
|
|
|
|
func (m *MemberLeaveTips) GetGroup() *GroupInfo {
|
|
if m != nil {
|
|
return m.Group
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *MemberLeaveTips) GetMember() *GroupMemberFullInfo {
|
|
if m != nil {
|
|
return m.Member
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *MemberLeaveTips) GetOperationTime() uint64 {
|
|
if m != nil {
|
|
return m.OperationTime
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type MemberInvitedTips struct {
|
|
Group *GroupInfo `protobuf:"bytes,1,opt,name=Group" json:"Group,omitempty"`
|
|
OpUser *GroupMemberFullInfo `protobuf:"bytes,2,opt,name=OpUser" json:"OpUser,omitempty"`
|
|
Member *GroupMemberFullInfo `protobuf:"bytes,3,opt,name=Member" json:"Member,omitempty"`
|
|
OperationTime uint64 `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) {
|
|
return fileDescriptor_ws_e1a0eca386827677, []int{17}
|
|
}
|
|
func (m *MemberInvitedTips) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_MemberInvitedTips.Unmarshal(m, b)
|
|
}
|
|
func (m *MemberInvitedTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_MemberInvitedTips.Marshal(b, m, deterministic)
|
|
}
|
|
func (dst *MemberInvitedTips) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_MemberInvitedTips.Merge(dst, src)
|
|
}
|
|
func (m *MemberInvitedTips) XXX_Size() int {
|
|
return xxx_messageInfo_MemberInvitedTips.Size(m)
|
|
}
|
|
func (m *MemberInvitedTips) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_MemberInvitedTips.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_MemberInvitedTips proto.InternalMessageInfo
|
|
|
|
func (m *MemberInvitedTips) GetGroup() *GroupInfo {
|
|
if m != nil {
|
|
return m.Group
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *MemberInvitedTips) GetOpUser() *GroupMemberFullInfo {
|
|
if m != nil {
|
|
return m.OpUser
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *MemberInvitedTips) GetMember() *GroupMemberFullInfo {
|
|
if m != nil {
|
|
return m.Member
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *MemberInvitedTips) GetOperationTime() uint64 {
|
|
if m != nil {
|
|
return m.OperationTime
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type MemberKickedTips struct {
|
|
Group *GroupInfo `protobuf:"bytes,1,opt,name=Group" json:"Group,omitempty"`
|
|
OpUser *GroupMemberFullInfo `protobuf:"bytes,2,opt,name=OpUser" json:"OpUser,omitempty"`
|
|
Member *GroupMemberFullInfo `protobuf:"bytes,3,opt,name=Member" json:"Member,omitempty"`
|
|
OperationTime uint64 `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) {
|
|
return fileDescriptor_ws_e1a0eca386827677, []int{18}
|
|
}
|
|
func (m *MemberKickedTips) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_MemberKickedTips.Unmarshal(m, b)
|
|
}
|
|
func (m *MemberKickedTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_MemberKickedTips.Marshal(b, m, deterministic)
|
|
}
|
|
func (dst *MemberKickedTips) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_MemberKickedTips.Merge(dst, src)
|
|
}
|
|
func (m *MemberKickedTips) XXX_Size() int {
|
|
return xxx_messageInfo_MemberKickedTips.Size(m)
|
|
}
|
|
func (m *MemberKickedTips) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_MemberKickedTips.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_MemberKickedTips proto.InternalMessageInfo
|
|
|
|
func (m *MemberKickedTips) GetGroup() *GroupInfo {
|
|
if m != nil {
|
|
return m.Group
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *MemberKickedTips) GetOpUser() *GroupMemberFullInfo {
|
|
if m != nil {
|
|
return m.OpUser
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *MemberKickedTips) GetMember() *GroupMemberFullInfo {
|
|
if m != nil {
|
|
return m.Member
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *MemberKickedTips) GetOperationTime() uint64 {
|
|
if m != nil {
|
|
return m.OperationTime
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type GroupMemberChangeInfo struct {
|
|
ChangeType int32 `protobuf:"varint,1,opt,name=ChangeType" json:"ChangeType,omitempty"`
|
|
OpUser *GroupMemberFullInfo `protobuf:"bytes,2,opt,name=OpUser" json:"OpUser,omitempty"`
|
|
Member *GroupMemberFullInfo `protobuf:"bytes,3,opt,name=Member" json:"Member,omitempty"`
|
|
MuteTime uint64 `protobuf:"varint,4,opt,name=MuteTime" json:"MuteTime,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *GroupMemberChangeInfo) Reset() { *m = GroupMemberChangeInfo{} }
|
|
func (m *GroupMemberChangeInfo) String() string { return proto.CompactTextString(m) }
|
|
func (*GroupMemberChangeInfo) ProtoMessage() {}
|
|
func (*GroupMemberChangeInfo) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_ws_e1a0eca386827677, []int{19}
|
|
}
|
|
func (m *GroupMemberChangeInfo) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_GroupMemberChangeInfo.Unmarshal(m, b)
|
|
}
|
|
func (m *GroupMemberChangeInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_GroupMemberChangeInfo.Marshal(b, m, deterministic)
|
|
}
|
|
func (dst *GroupMemberChangeInfo) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_GroupMemberChangeInfo.Merge(dst, src)
|
|
}
|
|
func (m *GroupMemberChangeInfo) XXX_Size() int {
|
|
return xxx_messageInfo_GroupMemberChangeInfo.Size(m)
|
|
}
|
|
func (m *GroupMemberChangeInfo) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_GroupMemberChangeInfo.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_GroupMemberChangeInfo proto.InternalMessageInfo
|
|
|
|
func (m *GroupMemberChangeInfo) GetChangeType() int32 {
|
|
if m != nil {
|
|
return m.ChangeType
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *GroupMemberChangeInfo) GetOpUser() *GroupMemberFullInfo {
|
|
if m != nil {
|
|
return m.OpUser
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *GroupMemberChangeInfo) GetMember() *GroupMemberFullInfo {
|
|
if m != nil {
|
|
return m.Member
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *GroupMemberChangeInfo) GetMuteTime() uint64 {
|
|
if m != nil {
|
|
return m.MuteTime
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type MemberInfoChangedTips struct {
|
|
Group *GroupInfo `protobuf:"bytes,1,opt,name=Group" json:"Group,omitempty"`
|
|
MemberChanged *GroupMemberChangeInfo `protobuf:"bytes,2,opt,name=MemberChanged" json:"MemberChanged,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *MemberInfoChangedTips) Reset() { *m = MemberInfoChangedTips{} }
|
|
func (m *MemberInfoChangedTips) String() string { return proto.CompactTextString(m) }
|
|
func (*MemberInfoChangedTips) ProtoMessage() {}
|
|
func (*MemberInfoChangedTips) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_ws_e1a0eca386827677, []int{20}
|
|
}
|
|
func (m *MemberInfoChangedTips) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_MemberInfoChangedTips.Unmarshal(m, b)
|
|
}
|
|
func (m *MemberInfoChangedTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_MemberInfoChangedTips.Marshal(b, m, deterministic)
|
|
}
|
|
func (dst *MemberInfoChangedTips) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_MemberInfoChangedTips.Merge(dst, src)
|
|
}
|
|
func (m *MemberInfoChangedTips) XXX_Size() int {
|
|
return xxx_messageInfo_MemberInfoChangedTips.Size(m)
|
|
}
|
|
func (m *MemberInfoChangedTips) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_MemberInfoChangedTips.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_MemberInfoChangedTips proto.InternalMessageInfo
|
|
|
|
func (m *MemberInfoChangedTips) GetGroup() *GroupInfo {
|
|
if m != nil {
|
|
return m.Group
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *MemberInfoChangedTips) GetMemberChanged() *GroupMemberChangeInfo {
|
|
if m != nil {
|
|
return m.MemberChanged
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type GroupCreatedTips struct {
|
|
Group *GroupInfo `protobuf:"bytes,1,opt,name=Group" json:"Group,omitempty"`
|
|
Creator *GroupMemberFullInfo `protobuf:"bytes,2,opt,name=Creator" json:"Creator,omitempty"`
|
|
MemberList []*GroupMemberFullInfo `protobuf:"bytes,3,rep,name=MemberList" json:"MemberList,omitempty"`
|
|
OperationTime uint64 `protobuf:"varint,4,opt,name=OperationTime" json:"OperationTime,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) {
|
|
return fileDescriptor_ws_e1a0eca386827677, []int{21}
|
|
}
|
|
func (m *GroupCreatedTips) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_GroupCreatedTips.Unmarshal(m, b)
|
|
}
|
|
func (m *GroupCreatedTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_GroupCreatedTips.Marshal(b, m, deterministic)
|
|
}
|
|
func (dst *GroupCreatedTips) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_GroupCreatedTips.Merge(dst, src)
|
|
}
|
|
func (m *GroupCreatedTips) XXX_Size() int {
|
|
return xxx_messageInfo_GroupCreatedTips.Size(m)
|
|
}
|
|
func (m *GroupCreatedTips) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_GroupCreatedTips.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_GroupCreatedTips proto.InternalMessageInfo
|
|
|
|
func (m *GroupCreatedTips) GetGroup() *GroupInfo {
|
|
if m != nil {
|
|
return m.Group
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *GroupCreatedTips) GetCreator() *GroupMemberFullInfo {
|
|
if m != nil {
|
|
return m.Creator
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *GroupCreatedTips) GetMemberList() []*GroupMemberFullInfo {
|
|
if m != nil {
|
|
return m.MemberList
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *GroupCreatedTips) GetOperationTime() uint64 {
|
|
if m != nil {
|
|
return m.OperationTime
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type GroupInfoChangedTips struct {
|
|
ChangedType int32 `protobuf:"varint,1,opt,name=ChangedType" json:"ChangedType,omitempty"`
|
|
Group *GroupInfo `protobuf:"bytes,2,opt,name=Group" json:"Group,omitempty"`
|
|
OpUser *GroupMemberFullInfo `protobuf:"bytes,3,opt,name=OpUser" json:"OpUser,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *GroupInfoChangedTips) Reset() { *m = GroupInfoChangedTips{} }
|
|
func (m *GroupInfoChangedTips) String() string { return proto.CompactTextString(m) }
|
|
func (*GroupInfoChangedTips) ProtoMessage() {}
|
|
func (*GroupInfoChangedTips) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_ws_e1a0eca386827677, []int{22}
|
|
}
|
|
func (m *GroupInfoChangedTips) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_GroupInfoChangedTips.Unmarshal(m, b)
|
|
}
|
|
func (m *GroupInfoChangedTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_GroupInfoChangedTips.Marshal(b, m, deterministic)
|
|
}
|
|
func (dst *GroupInfoChangedTips) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_GroupInfoChangedTips.Merge(dst, src)
|
|
}
|
|
func (m *GroupInfoChangedTips) XXX_Size() int {
|
|
return xxx_messageInfo_GroupInfoChangedTips.Size(m)
|
|
}
|
|
func (m *GroupInfoChangedTips) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_GroupInfoChangedTips.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_GroupInfoChangedTips proto.InternalMessageInfo
|
|
|
|
func (m *GroupInfoChangedTips) GetChangedType() int32 {
|
|
if m != nil {
|
|
return m.ChangedType
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *GroupInfoChangedTips) GetGroup() *GroupInfo {
|
|
if m != nil {
|
|
return m.Group
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *GroupInfoChangedTips) GetOpUser() *GroupMemberFullInfo {
|
|
if m != nil {
|
|
return m.OpUser
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type ReceiveJoinApplicationTips struct {
|
|
Group *GroupInfo `protobuf:"bytes,1,opt,name=Group" json:"Group,omitempty"`
|
|
Applicant *PublicUserInfo `protobuf:"bytes,2,opt,name=Applicant" json:"Applicant,omitempty"`
|
|
Reason string `protobuf:"bytes,3,opt,name=Reason" json:"Reason,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *ReceiveJoinApplicationTips) Reset() { *m = ReceiveJoinApplicationTips{} }
|
|
func (m *ReceiveJoinApplicationTips) String() string { return proto.CompactTextString(m) }
|
|
func (*ReceiveJoinApplicationTips) ProtoMessage() {}
|
|
func (*ReceiveJoinApplicationTips) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_ws_e1a0eca386827677, []int{23}
|
|
}
|
|
func (m *ReceiveJoinApplicationTips) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_ReceiveJoinApplicationTips.Unmarshal(m, b)
|
|
}
|
|
func (m *ReceiveJoinApplicationTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_ReceiveJoinApplicationTips.Marshal(b, m, deterministic)
|
|
}
|
|
func (dst *ReceiveJoinApplicationTips) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_ReceiveJoinApplicationTips.Merge(dst, src)
|
|
}
|
|
func (m *ReceiveJoinApplicationTips) XXX_Size() int {
|
|
return xxx_messageInfo_ReceiveJoinApplicationTips.Size(m)
|
|
}
|
|
func (m *ReceiveJoinApplicationTips) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_ReceiveJoinApplicationTips.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_ReceiveJoinApplicationTips proto.InternalMessageInfo
|
|
|
|
func (m *ReceiveJoinApplicationTips) GetGroup() *GroupInfo {
|
|
if m != nil {
|
|
return m.Group
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *ReceiveJoinApplicationTips) GetApplicant() *PublicUserInfo {
|
|
if m != nil {
|
|
return m.Applicant
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *ReceiveJoinApplicationTips) GetReason() string {
|
|
if m != nil {
|
|
return m.Reason
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type ApplicationProcessedTips struct {
|
|
Group *GroupInfo `protobuf:"bytes,1,opt,name=Group" json:"Group,omitempty"`
|
|
OpUser *GroupMemberFullInfo `protobuf:"bytes,2,opt,name=OpUser" json:"OpUser,omitempty"`
|
|
Result int32 `protobuf:"varint,3,opt,name=Result" json:"Result,omitempty"`
|
|
Reason string `protobuf:"bytes,4,opt,name=Reason" json:"Reason,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *ApplicationProcessedTips) Reset() { *m = ApplicationProcessedTips{} }
|
|
func (m *ApplicationProcessedTips) String() string { return proto.CompactTextString(m) }
|
|
func (*ApplicationProcessedTips) ProtoMessage() {}
|
|
func (*ApplicationProcessedTips) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_ws_e1a0eca386827677, []int{24}
|
|
}
|
|
func (m *ApplicationProcessedTips) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_ApplicationProcessedTips.Unmarshal(m, b)
|
|
}
|
|
func (m *ApplicationProcessedTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_ApplicationProcessedTips.Marshal(b, m, deterministic)
|
|
}
|
|
func (dst *ApplicationProcessedTips) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_ApplicationProcessedTips.Merge(dst, src)
|
|
}
|
|
func (m *ApplicationProcessedTips) XXX_Size() int {
|
|
return xxx_messageInfo_ApplicationProcessedTips.Size(m)
|
|
}
|
|
func (m *ApplicationProcessedTips) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_ApplicationProcessedTips.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_ApplicationProcessedTips proto.InternalMessageInfo
|
|
|
|
func (m *ApplicationProcessedTips) GetGroup() *GroupInfo {
|
|
if m != nil {
|
|
return m.Group
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *ApplicationProcessedTips) GetOpUser() *GroupMemberFullInfo {
|
|
if m != nil {
|
|
return m.OpUser
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *ApplicationProcessedTips) GetResult() int32 {
|
|
if m != nil {
|
|
return m.Result
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *ApplicationProcessedTips) GetReason() string {
|
|
if m != nil {
|
|
return m.Reason
|
|
}
|
|
return ""
|
|
}
|
|
|
|
// ////////////////////friend/////////////////////
|
|
type FriendInfo struct {
|
|
OwnerUserID string `protobuf:"bytes,1,opt,name=OwnerUserID" json:"OwnerUserID,omitempty"`
|
|
Remark string `protobuf:"bytes,2,opt,name=Remark" json:"Remark,omitempty"`
|
|
CreateTime uint64 `protobuf:"varint,3,opt,name=CreateTime" json:"CreateTime,omitempty"`
|
|
FriendUserInfo *UserInfo `protobuf:"bytes,4,opt,name=FriendUserInfo" json:"FriendUserInfo,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) {
|
|
return fileDescriptor_ws_e1a0eca386827677, []int{25}
|
|
}
|
|
func (m *FriendInfo) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_FriendInfo.Unmarshal(m, b)
|
|
}
|
|
func (m *FriendInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_FriendInfo.Marshal(b, m, deterministic)
|
|
}
|
|
func (dst *FriendInfo) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_FriendInfo.Merge(dst, src)
|
|
}
|
|
func (m *FriendInfo) XXX_Size() int {
|
|
return xxx_messageInfo_FriendInfo.Size(m)
|
|
}
|
|
func (m *FriendInfo) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_FriendInfo.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_FriendInfo proto.InternalMessageInfo
|
|
|
|
func (m *FriendInfo) GetOwnerUserID() string {
|
|
if m != nil {
|
|
return m.OwnerUserID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *FriendInfo) GetRemark() string {
|
|
if m != nil {
|
|
return m.Remark
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *FriendInfo) GetCreateTime() uint64 {
|
|
if m != nil {
|
|
return m.CreateTime
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *FriendInfo) GetFriendUserInfo() *UserInfo {
|
|
if m != nil {
|
|
return m.FriendUserInfo
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type FriendApplication struct {
|
|
AddTime uint64 `protobuf:"varint,4,opt,name=AddTime" json:"AddTime,omitempty"`
|
|
AddSource string `protobuf:"bytes,5,opt,name=AddSource" json:"AddSource,omitempty"`
|
|
AddWording string `protobuf:"bytes,6,opt,name=AddWording" json:"AddWording,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *FriendApplication) Reset() { *m = FriendApplication{} }
|
|
func (m *FriendApplication) String() string { return proto.CompactTextString(m) }
|
|
func (*FriendApplication) ProtoMessage() {}
|
|
func (*FriendApplication) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_ws_e1a0eca386827677, []int{26}
|
|
}
|
|
func (m *FriendApplication) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_FriendApplication.Unmarshal(m, b)
|
|
}
|
|
func (m *FriendApplication) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_FriendApplication.Marshal(b, m, deterministic)
|
|
}
|
|
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)
|
|
}
|
|
func (m *FriendApplication) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_FriendApplication.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_FriendApplication proto.InternalMessageInfo
|
|
|
|
func (m *FriendApplication) GetAddTime() uint64 {
|
|
if m != nil {
|
|
return m.AddTime
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *FriendApplication) GetAddSource() string {
|
|
if m != nil {
|
|
return m.AddSource
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *FriendApplication) GetAddWording() string {
|
|
if m != nil {
|
|
return m.AddWording
|
|
}
|
|
return ""
|
|
}
|
|
|
|
// user1 add user2
|
|
type FriendApplicationListAddedTips struct {
|
|
OpUser *PublicUserInfo `protobuf:"bytes,1,opt,name=OpUser" json:"OpUser,omitempty"`
|
|
Application *FriendApplication `protobuf:"bytes,2,opt,name=Application" json:"Application,omitempty"`
|
|
OpedUser *PublicUserInfo `protobuf:"bytes,3,opt,name=OpedUser" json:"OpedUser,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *FriendApplicationListAddedTips) Reset() { *m = FriendApplicationListAddedTips{} }
|
|
func (m *FriendApplicationListAddedTips) String() string { return proto.CompactTextString(m) }
|
|
func (*FriendApplicationListAddedTips) ProtoMessage() {}
|
|
func (*FriendApplicationListAddedTips) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_ws_e1a0eca386827677, []int{27}
|
|
}
|
|
func (m *FriendApplicationListAddedTips) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_FriendApplicationListAddedTips.Unmarshal(m, b)
|
|
}
|
|
func (m *FriendApplicationListAddedTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_FriendApplicationListAddedTips.Marshal(b, m, deterministic)
|
|
}
|
|
func (dst *FriendApplicationListAddedTips) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_FriendApplicationListAddedTips.Merge(dst, src)
|
|
}
|
|
func (m *FriendApplicationListAddedTips) XXX_Size() int {
|
|
return xxx_messageInfo_FriendApplicationListAddedTips.Size(m)
|
|
}
|
|
func (m *FriendApplicationListAddedTips) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_FriendApplicationListAddedTips.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_FriendApplicationListAddedTips proto.InternalMessageInfo
|
|
|
|
func (m *FriendApplicationListAddedTips) GetOpUser() *PublicUserInfo {
|
|
if m != nil {
|
|
return m.OpUser
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *FriendApplicationListAddedTips) GetApplication() *FriendApplication {
|
|
if m != nil {
|
|
return m.Application
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *FriendApplicationListAddedTips) GetOpedUser() *PublicUserInfo {
|
|
if m != nil {
|
|
return m.OpedUser
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// user2 accept
|
|
type FriendApplicationListAcceptTips struct {
|
|
OpUser *PublicUserInfo `protobuf:"bytes,1,opt,name=OpUser" json:"OpUser,omitempty"`
|
|
OpedUser *PublicUserInfo `protobuf:"bytes,2,opt,name=OpedUser" json:"OpedUser,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *FriendApplicationListAcceptTips) Reset() { *m = FriendApplicationListAcceptTips{} }
|
|
func (m *FriendApplicationListAcceptTips) String() string { return proto.CompactTextString(m) }
|
|
func (*FriendApplicationListAcceptTips) ProtoMessage() {}
|
|
func (*FriendApplicationListAcceptTips) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_ws_e1a0eca386827677, []int{28}
|
|
}
|
|
func (m *FriendApplicationListAcceptTips) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_FriendApplicationListAcceptTips.Unmarshal(m, b)
|
|
}
|
|
func (m *FriendApplicationListAcceptTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_FriendApplicationListAcceptTips.Marshal(b, m, deterministic)
|
|
}
|
|
func (dst *FriendApplicationListAcceptTips) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_FriendApplicationListAcceptTips.Merge(dst, src)
|
|
}
|
|
func (m *FriendApplicationListAcceptTips) XXX_Size() int {
|
|
return xxx_messageInfo_FriendApplicationListAcceptTips.Size(m)
|
|
}
|
|
func (m *FriendApplicationListAcceptTips) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_FriendApplicationListAcceptTips.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_FriendApplicationListAcceptTips proto.InternalMessageInfo
|
|
|
|
func (m *FriendApplicationListAcceptTips) GetOpUser() *PublicUserInfo {
|
|
if m != nil {
|
|
return m.OpUser
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *FriendApplicationListAcceptTips) GetOpedUser() *PublicUserInfo {
|
|
if m != nil {
|
|
return m.OpedUser
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// user2 reject
|
|
type FriendApplicationListRejectTips struct {
|
|
OpUser *PublicUserInfo `protobuf:"bytes,1,opt,name=OpUser" json:"OpUser,omitempty"`
|
|
OpedUser *PublicUserInfo `protobuf:"bytes,2,opt,name=OpedUser" json:"OpedUser,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *FriendApplicationListRejectTips) Reset() { *m = FriendApplicationListRejectTips{} }
|
|
func (m *FriendApplicationListRejectTips) String() string { return proto.CompactTextString(m) }
|
|
func (*FriendApplicationListRejectTips) ProtoMessage() {}
|
|
func (*FriendApplicationListRejectTips) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_ws_e1a0eca386827677, []int{29}
|
|
}
|
|
func (m *FriendApplicationListRejectTips) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_FriendApplicationListRejectTips.Unmarshal(m, b)
|
|
}
|
|
func (m *FriendApplicationListRejectTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_FriendApplicationListRejectTips.Marshal(b, m, deterministic)
|
|
}
|
|
func (dst *FriendApplicationListRejectTips) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_FriendApplicationListRejectTips.Merge(dst, src)
|
|
}
|
|
func (m *FriendApplicationListRejectTips) XXX_Size() int {
|
|
return xxx_messageInfo_FriendApplicationListRejectTips.Size(m)
|
|
}
|
|
func (m *FriendApplicationListRejectTips) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_FriendApplicationListRejectTips.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_FriendApplicationListRejectTips proto.InternalMessageInfo
|
|
|
|
func (m *FriendApplicationListRejectTips) GetOpUser() *PublicUserInfo {
|
|
if m != nil {
|
|
return m.OpUser
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *FriendApplicationListRejectTips) GetOpedUser() *PublicUserInfo {
|
|
if m != nil {
|
|
return m.OpedUser
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type FriendListAddedTips struct {
|
|
Friend *FriendInfo `protobuf:"bytes,1,opt,name=Friend" json:"Friend,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *FriendListAddedTips) Reset() { *m = FriendListAddedTips{} }
|
|
func (m *FriendListAddedTips) String() string { return proto.CompactTextString(m) }
|
|
func (*FriendListAddedTips) ProtoMessage() {}
|
|
func (*FriendListAddedTips) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_ws_e1a0eca386827677, []int{30}
|
|
}
|
|
func (m *FriendListAddedTips) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_FriendListAddedTips.Unmarshal(m, b)
|
|
}
|
|
func (m *FriendListAddedTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_FriendListAddedTips.Marshal(b, m, deterministic)
|
|
}
|
|
func (dst *FriendListAddedTips) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_FriendListAddedTips.Merge(dst, src)
|
|
}
|
|
func (m *FriendListAddedTips) XXX_Size() int {
|
|
return xxx_messageInfo_FriendListAddedTips.Size(m)
|
|
}
|
|
func (m *FriendListAddedTips) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_FriendListAddedTips.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_FriendListAddedTips proto.InternalMessageInfo
|
|
|
|
func (m *FriendListAddedTips) GetFriend() *FriendInfo {
|
|
if m != nil {
|
|
return m.Friend
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type FriendListDeletedTips struct {
|
|
Friend *FriendInfo `protobuf:"bytes,1,opt,name=Friend" json:"Friend,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *FriendListDeletedTips) Reset() { *m = FriendListDeletedTips{} }
|
|
func (m *FriendListDeletedTips) String() string { return proto.CompactTextString(m) }
|
|
func (*FriendListDeletedTips) ProtoMessage() {}
|
|
func (*FriendListDeletedTips) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_ws_e1a0eca386827677, []int{31}
|
|
}
|
|
func (m *FriendListDeletedTips) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_FriendListDeletedTips.Unmarshal(m, b)
|
|
}
|
|
func (m *FriendListDeletedTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_FriendListDeletedTips.Marshal(b, m, deterministic)
|
|
}
|
|
func (dst *FriendListDeletedTips) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_FriendListDeletedTips.Merge(dst, src)
|
|
}
|
|
func (m *FriendListDeletedTips) XXX_Size() int {
|
|
return xxx_messageInfo_FriendListDeletedTips.Size(m)
|
|
}
|
|
func (m *FriendListDeletedTips) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_FriendListDeletedTips.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_FriendListDeletedTips proto.InternalMessageInfo
|
|
|
|
func (m *FriendListDeletedTips) GetFriend() *FriendInfo {
|
|
if m != nil {
|
|
return m.Friend
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type BlackListAddTips struct {
|
|
Friend *FriendInfo `protobuf:"bytes,1,opt,name=Friend" json:"Friend,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *BlackListAddTips) Reset() { *m = BlackListAddTips{} }
|
|
func (m *BlackListAddTips) String() string { return proto.CompactTextString(m) }
|
|
func (*BlackListAddTips) ProtoMessage() {}
|
|
func (*BlackListAddTips) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_ws_e1a0eca386827677, []int{32}
|
|
}
|
|
func (m *BlackListAddTips) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_BlackListAddTips.Unmarshal(m, b)
|
|
}
|
|
func (m *BlackListAddTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_BlackListAddTips.Marshal(b, m, deterministic)
|
|
}
|
|
func (dst *BlackListAddTips) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_BlackListAddTips.Merge(dst, src)
|
|
}
|
|
func (m *BlackListAddTips) XXX_Size() int {
|
|
return xxx_messageInfo_BlackListAddTips.Size(m)
|
|
}
|
|
func (m *BlackListAddTips) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_BlackListAddTips.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_BlackListAddTips proto.InternalMessageInfo
|
|
|
|
func (m *BlackListAddTips) GetFriend() *FriendInfo {
|
|
if m != nil {
|
|
return m.Friend
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type BlackListDeletedTips struct {
|
|
Friend *FriendInfo `protobuf:"bytes,1,opt,name=Friend" json:"Friend,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *BlackListDeletedTips) Reset() { *m = BlackListDeletedTips{} }
|
|
func (m *BlackListDeletedTips) String() string { return proto.CompactTextString(m) }
|
|
func (*BlackListDeletedTips) ProtoMessage() {}
|
|
func (*BlackListDeletedTips) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_ws_e1a0eca386827677, []int{33}
|
|
}
|
|
func (m *BlackListDeletedTips) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_BlackListDeletedTips.Unmarshal(m, b)
|
|
}
|
|
func (m *BlackListDeletedTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_BlackListDeletedTips.Marshal(b, m, deterministic)
|
|
}
|
|
func (dst *BlackListDeletedTips) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_BlackListDeletedTips.Merge(dst, src)
|
|
}
|
|
func (m *BlackListDeletedTips) XXX_Size() int {
|
|
return xxx_messageInfo_BlackListDeletedTips.Size(m)
|
|
}
|
|
func (m *BlackListDeletedTips) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_BlackListDeletedTips.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_BlackListDeletedTips proto.InternalMessageInfo
|
|
|
|
func (m *BlackListDeletedTips) GetFriend() *FriendInfo {
|
|
if m != nil {
|
|
return m.Friend
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type FriendInfoChangedTips struct {
|
|
Friend *FriendInfo `protobuf:"bytes,1,opt,name=Friend" json:"Friend,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *FriendInfoChangedTips) Reset() { *m = FriendInfoChangedTips{} }
|
|
func (m *FriendInfoChangedTips) String() string { return proto.CompactTextString(m) }
|
|
func (*FriendInfoChangedTips) ProtoMessage() {}
|
|
func (*FriendInfoChangedTips) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_ws_e1a0eca386827677, []int{34}
|
|
}
|
|
func (m *FriendInfoChangedTips) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_FriendInfoChangedTips.Unmarshal(m, b)
|
|
}
|
|
func (m *FriendInfoChangedTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_FriendInfoChangedTips.Marshal(b, m, deterministic)
|
|
}
|
|
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)
|
|
}
|
|
|
|
var xxx_messageInfo_FriendInfoChangedTips proto.InternalMessageInfo
|
|
|
|
func (m *FriendInfoChangedTips) GetFriend() *FriendInfo {
|
|
if m != nil {
|
|
return m.Friend
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// ////////////////////user/////////////////////
|
|
type SelfInfoUpdatedTips struct {
|
|
SelfUserInfo *UserInfo `protobuf:"bytes,1,opt,name=SelfUserInfo" json:"SelfUserInfo,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *SelfInfoUpdatedTips) Reset() { *m = SelfInfoUpdatedTips{} }
|
|
func (m *SelfInfoUpdatedTips) String() string { return proto.CompactTextString(m) }
|
|
func (*SelfInfoUpdatedTips) ProtoMessage() {}
|
|
func (*SelfInfoUpdatedTips) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_ws_e1a0eca386827677, []int{35}
|
|
}
|
|
func (m *SelfInfoUpdatedTips) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_SelfInfoUpdatedTips.Unmarshal(m, b)
|
|
}
|
|
func (m *SelfInfoUpdatedTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_SelfInfoUpdatedTips.Marshal(b, m, deterministic)
|
|
}
|
|
func (dst *SelfInfoUpdatedTips) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_SelfInfoUpdatedTips.Merge(dst, src)
|
|
}
|
|
func (m *SelfInfoUpdatedTips) XXX_Size() int {
|
|
return xxx_messageInfo_SelfInfoUpdatedTips.Size(m)
|
|
}
|
|
func (m *SelfInfoUpdatedTips) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_SelfInfoUpdatedTips.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_SelfInfoUpdatedTips proto.InternalMessageInfo
|
|
|
|
func (m *SelfInfoUpdatedTips) GetSelfUserInfo() *UserInfo {
|
|
if m != nil {
|
|
return m.SelfUserInfo
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func init() {
|
|
proto.RegisterType((*PullMessageBySeqListResp)(nil), "open_im_sdk.PullMessageBySeqListResp")
|
|
proto.RegisterType((*PullMessageBySeqListReq)(nil), "open_im_sdk.PullMessageBySeqListReq")
|
|
proto.RegisterType((*GetMaxAndMinSeqReq)(nil), "open_im_sdk.GetMaxAndMinSeqReq")
|
|
proto.RegisterType((*GetMaxAndMinSeqResp)(nil), "open_im_sdk.GetMaxAndMinSeqResp")
|
|
proto.RegisterType((*GatherFormat)(nil), "open_im_sdk.GatherFormat")
|
|
proto.RegisterType((*MsgFormat)(nil), "open_im_sdk.MsgFormat")
|
|
proto.RegisterType((*UserSendMsgReq)(nil), "open_im_sdk.UserSendMsgReq")
|
|
proto.RegisterMapType((map[string]int32)(nil), "open_im_sdk.UserSendMsgReq.OptionsEntry")
|
|
proto.RegisterType((*UserSendMsgResp)(nil), "open_im_sdk.UserSendMsgResp")
|
|
proto.RegisterType((*MsgData)(nil), "open_im_sdk.MsgData")
|
|
proto.RegisterType((*OfflinePushInfo)(nil), "open_im_sdk.OfflinePushInfo")
|
|
proto.RegisterType((*GroupInfo)(nil), "open_im_sdk.GroupInfo")
|
|
proto.RegisterType((*GroupMemberFullInfo)(nil), "open_im_sdk.GroupMemberFullInfo")
|
|
proto.RegisterType((*UserInfo)(nil), "open_im_sdk.UserInfo")
|
|
proto.RegisterType((*PublicUserInfo)(nil), "open_im_sdk.PublicUserInfo")
|
|
proto.RegisterType((*TipsComm)(nil), "open_im_sdk.TipsComm")
|
|
proto.RegisterType((*MemberEnterTips)(nil), "open_im_sdk.MemberEnterTips")
|
|
proto.RegisterType((*MemberLeaveTips)(nil), "open_im_sdk.MemberLeaveTips")
|
|
proto.RegisterType((*MemberInvitedTips)(nil), "open_im_sdk.MemberInvitedTips")
|
|
proto.RegisterType((*MemberKickedTips)(nil), "open_im_sdk.MemberKickedTips")
|
|
proto.RegisterType((*GroupMemberChangeInfo)(nil), "open_im_sdk.GroupMemberChangeInfo")
|
|
proto.RegisterType((*MemberInfoChangedTips)(nil), "open_im_sdk.MemberInfoChangedTips")
|
|
proto.RegisterType((*GroupCreatedTips)(nil), "open_im_sdk.GroupCreatedTips")
|
|
proto.RegisterType((*GroupInfoChangedTips)(nil), "open_im_sdk.GroupInfoChangedTips")
|
|
proto.RegisterType((*ReceiveJoinApplicationTips)(nil), "open_im_sdk.ReceiveJoinApplicationTips")
|
|
proto.RegisterType((*ApplicationProcessedTips)(nil), "open_im_sdk.ApplicationProcessedTips")
|
|
proto.RegisterType((*FriendInfo)(nil), "open_im_sdk.FriendInfo")
|
|
proto.RegisterType((*FriendApplication)(nil), "open_im_sdk.FriendApplication")
|
|
proto.RegisterType((*FriendApplicationListAddedTips)(nil), "open_im_sdk.FriendApplicationListAddedTips")
|
|
proto.RegisterType((*FriendApplicationListAcceptTips)(nil), "open_im_sdk.FriendApplicationListAcceptTips")
|
|
proto.RegisterType((*FriendApplicationListRejectTips)(nil), "open_im_sdk.FriendApplicationListRejectTips")
|
|
proto.RegisterType((*FriendListAddedTips)(nil), "open_im_sdk.FriendListAddedTips")
|
|
proto.RegisterType((*FriendListDeletedTips)(nil), "open_im_sdk.FriendListDeletedTips")
|
|
proto.RegisterType((*BlackListAddTips)(nil), "open_im_sdk.BlackListAddTips")
|
|
proto.RegisterType((*BlackListDeletedTips)(nil), "open_im_sdk.BlackListDeletedTips")
|
|
proto.RegisterType((*FriendInfoChangedTips)(nil), "open_im_sdk.FriendInfoChangedTips")
|
|
proto.RegisterType((*SelfInfoUpdatedTips)(nil), "open_im_sdk.SelfInfoUpdatedTips")
|
|
}
|
|
|
|
func init() { proto.RegisterFile("ws.proto", fileDescriptor_ws_e1a0eca386827677) }
|
|
|
|
var fileDescriptor_ws_e1a0eca386827677 = []byte{
|
|
// 1689 bytes of a gzipped FileDescriptorProto
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xdc, 0x58, 0x4f, 0x6f, 0x1b, 0x45,
|
|
0x14, 0xd7, 0x7a, 0x1d, 0xc7, 0x7e, 0x76, 0xd2, 0x74, 0x93, 0xb4, 0x4b, 0x40, 0xc5, 0x5a, 0x21,
|
|
0x14, 0x55, 0x28, 0x88, 0xf4, 0x40, 0x5b, 0xa9, 0xa2, 0x49, 0x9c, 0xa4, 0x2e, 0x71, 0x1d, 0xad,
|
|
0x53, 0x71, 0xac, 0x36, 0xbb, 0x63, 0x67, 0xc9, 0xfe, 0x71, 0x76, 0xd6, 0x6e, 0xf3, 0x29, 0x38,
|
|
0x22, 0x21, 0x55, 0x70, 0x81, 0x0f, 0xc0, 0x97, 0x40, 0xe2, 0x80, 0x38, 0xc3, 0x95, 0x2b, 0x1f,
|
|
0x01, 0x09, 0xbd, 0x99, 0xd9, 0xf5, 0x8c, 0xed, 0x26, 0xa9, 0x8b, 0x28, 0xe2, 0x36, 0xef, 0xe7,
|
|
0x37, 0xb3, 0xbf, 0xf7, 0xde, 0xef, 0xcd, 0xbc, 0x04, 0xca, 0xcf, 0xe9, 0x46, 0x3f, 0x89, 0xd3,
|
|
0xd8, 0xa8, 0xc6, 0x7d, 0x12, 0x3d, 0xf3, 0xc3, 0x67, 0xd4, 0x3b, 0xb5, 0x7e, 0xd6, 0xc0, 0x3c,
|
|
0x1c, 0x04, 0x41, 0x8b, 0x50, 0xea, 0xf4, 0xc8, 0xf6, 0x79, 0x87, 0x9c, 0x1d, 0xf8, 0x34, 0xb5,
|
|
0x09, 0xed, 0x1b, 0x37, 0xa0, 0xd4, 0x72, 0x5e, 0x74, 0xc8, 0x99, 0xa9, 0xd5, 0xb5, 0x75, 0xdd,
|
|
0x16, 0x16, 0xc3, 0xfd, 0x08, 0xf1, 0x82, 0xc0, 0x99, 0x65, 0x7c, 0x06, 0x0b, 0x1d, 0x3f, 0xea,
|
|
0x05, 0xe4, 0x29, 0x25, 0x49, 0x8b, 0xf6, 0x4c, 0xbd, 0xae, 0xaf, 0x57, 0x37, 0xdf, 0xd9, 0x90,
|
|
0xbe, 0xb8, 0xb1, 0xef, 0xa4, 0x27, 0x24, 0xd9, 0x8b, 0x93, 0xd0, 0x49, 0x6d, 0xd5, 0xdf, 0x78,
|
|
0x00, 0xb5, 0xfd, 0x24, 0x1e, 0xf4, 0xb3, 0xfd, 0xc5, 0xcb, 0xf6, 0x2b, 0xee, 0xd6, 0x1d, 0xb8,
|
|
0x39, 0x3d, 0x96, 0x33, 0xc3, 0x84, 0x79, 0xca, 0x2d, 0x53, 0xab, 0xeb, 0xeb, 0xba, 0x9d, 0x99,
|
|
0xd6, 0x0a, 0x18, 0xfb, 0x24, 0x6d, 0x39, 0x2f, 0xb6, 0x22, 0x8f, 0xc7, 0x61, 0x93, 0x33, 0x6b,
|
|
0x17, 0x96, 0x27, 0x50, 0x9e, 0x91, 0x50, 0xc9, 0x48, 0x98, 0x67, 0x24, 0x54, 0x32, 0xc2, 0x2d,
|
|
0xeb, 0x31, 0xd4, 0x64, 0xbe, 0xc6, 0x22, 0x14, 0x9a, 0x0d, 0xb6, 0xb7, 0x62, 0x17, 0x9a, 0x0d,
|
|
0xe3, 0x36, 0x14, 0x19, 0xa7, 0x02, 0x0b, 0xf4, 0x86, 0x12, 0x68, 0x8b, 0xf6, 0x44, 0x94, 0xcc,
|
|
0xc7, 0xfa, 0xab, 0x00, 0x95, 0x1c, 0xc3, 0x2f, 0x76, 0x48, 0xe4, 0xe5, 0xa7, 0x09, 0x0b, 0x71,
|
|
0x9b, 0xb8, 0xc3, 0x66, 0x83, 0x31, 0xa9, 0xd8, 0xc2, 0xc2, 0x04, 0xe0, 0xe6, 0x24, 0x0e, 0x4d,
|
|
0xbd, 0xae, 0xad, 0xcf, 0xd9, 0x99, 0x69, 0xd4, 0xa1, 0xba, 0x13, 0x47, 0x29, 0x89, 0xd2, 0xa3,
|
|
0xf3, 0x3e, 0x31, 0x8b, 0xec, 0x57, 0x19, 0x42, 0x8f, 0x0e, 0x49, 0x86, 0x2c, 0xc9, 0xcd, 0x86,
|
|
0x39, 0xc7, 0x0e, 0x96, 0x21, 0x3c, 0x5d, 0x6c, 0x30, 0x4b, 0xec, 0xd7, 0xcc, 0x34, 0x96, 0x40,
|
|
0xc7, 0xb4, 0xcc, 0xb3, 0xb4, 0xe0, 0xd2, 0x58, 0x83, 0x32, 0x72, 0x3d, 0xf2, 0x43, 0x62, 0x96,
|
|
0x19, 0x9c, 0xdb, 0xc6, 0x6d, 0x58, 0xc2, 0x35, 0x49, 0x0e, 0x03, 0x27, 0xed, 0xc6, 0x49, 0xd8,
|
|
0x6c, 0x98, 0x15, 0x46, 0x68, 0x02, 0x37, 0x3e, 0x84, 0x45, 0x8e, 0x3d, 0xf1, 0xdd, 0xd3, 0x27,
|
|
0x4e, 0x48, 0x4c, 0x60, 0x9f, 0x1e, 0x43, 0x8d, 0x0f, 0x60, 0x81, 0x23, 0x7b, 0x8e, 0x4b, 0x9e,
|
|
0xda, 0x07, 0x66, 0x95, 0xb9, 0xa9, 0x20, 0xcb, 0x42, 0xe0, 0x93, 0x28, 0xe5, 0x31, 0xd6, 0x78,
|
|
0x8c, 0x12, 0x64, 0xfd, 0xa2, 0xc3, 0x22, 0x2a, 0x0d, 0xf7, 0xb5, 0x68, 0x0f, 0x55, 0xb5, 0x0d,
|
|
0xf3, 0xed, 0x7e, 0xea, 0xc7, 0x11, 0x65, 0xaa, 0xaa, 0x6e, 0xae, 0x2b, 0x15, 0x54, 0xbd, 0x37,
|
|
0x84, 0xeb, 0x6e, 0x94, 0x26, 0xe7, 0x76, 0xb6, 0x71, 0x4a, 0x18, 0x85, 0xab, 0x85, 0xa1, 0x4f,
|
|
0x0b, 0xe3, 0x16, 0x80, 0x94, 0x3a, 0x5e, 0x4b, 0x09, 0xe1, 0xa5, 0xa4, 0xd4, 0x8f, 0x23, 0x56,
|
|
0xec, 0x39, 0x5e, 0x6c, 0x09, 0x92, 0x85, 0x52, 0xba, 0x50, 0x28, 0xf3, 0x93, 0x42, 0x19, 0x89,
|
|
0xaf, 0xac, 0x88, 0xef, 0x3d, 0xa8, 0xec, 0xc5, 0x89, 0x4b, 0x98, 0xd6, 0x2b, 0x75, 0x7d, 0xbd,
|
|
0x62, 0x8f, 0x00, 0x59, 0x3c, 0xa0, 0x8a, 0x67, 0xac, 0x28, 0xd5, 0x89, 0xa2, 0xac, 0xdd, 0x87,
|
|
0x9a, 0x9c, 0x56, 0x94, 0xdb, 0x29, 0x39, 0x17, 0x3d, 0x81, 0x4b, 0x63, 0x05, 0xe6, 0x86, 0x4e,
|
|
0x30, 0xe0, 0x69, 0x9d, 0xb3, 0xb9, 0x71, 0xbf, 0x70, 0x57, 0xb3, 0xce, 0xe0, 0x9a, 0x52, 0x21,
|
|
0xda, 0x1f, 0x57, 0xba, 0x36, 0xa9, 0xf4, 0x31, 0x4a, 0x85, 0x09, 0x4a, 0xa8, 0x6f, 0x9a, 0xe9,
|
|
0x5b, 0xe7, 0xfa, 0xce, 0x6c, 0xeb, 0xa5, 0xce, 0xb2, 0xdb, 0x70, 0x52, 0x07, 0x93, 0x45, 0x95,
|
|
0x0e, 0xa6, 0x79, 0x07, 0x27, 0x4a, 0x07, 0x73, 0x0b, 0xbf, 0x4c, 0xa5, 0xd2, 0xf1, 0x2e, 0x96,
|
|
0x21, 0x4c, 0x64, 0x28, 0x4a, 0xc7, 0x2b, 0x9f, 0x99, 0xb8, 0xd7, 0x95, 0x4a, 0x27, 0xca, 0xee,
|
|
0xaa, 0x3d, 0x4e, 0xa5, 0xc8, 0x79, 0x17, 0xcb, 0x10, 0x9e, 0x2e, 0x36, 0xb0, 0xd2, 0xd7, 0xec,
|
|
0xcc, 0x54, 0x22, 0x2e, 0xab, 0x11, 0x63, 0x41, 0x28, 0x39, 0x63, 0x4d, 0xac, 0xdb, 0xb8, 0xc4,
|
|
0x1e, 0xa7, 0xe3, 0x3d, 0x0e, 0xbc, 0xc7, 0xe9, 0x94, 0x1e, 0xa7, 0x6a, 0x73, 0x70, 0x0d, 0x8c,
|
|
0xa1, 0xd8, 0x1c, 0x54, 0x69, 0x0e, 0xde, 0xbf, 0x2a, 0xc8, 0xb2, 0x20, 0xd5, 0x6e, 0x81, 0xc7,
|
|
0x28, 0x41, 0xd6, 0xd7, 0x1a, 0x5c, 0x6b, 0x77, 0xbb, 0x81, 0x1f, 0x91, 0xc3, 0x01, 0x3d, 0x69,
|
|
0x46, 0xdd, 0x18, 0x05, 0x74, 0xe4, 0xa7, 0x01, 0x11, 0x65, 0xe2, 0x86, 0x61, 0x40, 0xb1, 0x41,
|
|
0xa8, 0x2b, 0x6a, 0xc4, 0xd6, 0x18, 0xeb, 0xee, 0x8b, 0x54, 0x34, 0x26, 0x2e, 0x0d, 0x0b, 0x6a,
|
|
0x7e, 0xbb, 0x83, 0x47, 0x75, 0xe2, 0x41, 0xe4, 0xb1, 0xb2, 0x54, 0x6c, 0x05, 0x43, 0xee, 0x7e,
|
|
0xbb, 0xb3, 0xed, 0x78, 0x3d, 0xb2, 0x13, 0x0f, 0xa2, 0x94, 0x55, 0xa7, 0x6c, 0xab, 0xa0, 0xf5,
|
|
0x4d, 0x01, 0x2a, 0xec, 0xb1, 0x63, 0x9c, 0x4c, 0x98, 0xe7, 0x46, 0x26, 0x9e, 0xcc, 0xc4, 0x56,
|
|
0x63, 0x4b, 0xe9, 0x26, 0x19, 0x01, 0xc8, 0xe7, 0x49, 0x9c, 0xfa, 0x5d, 0xdf, 0x75, 0xb0, 0x69,
|
|
0x04, 0x55, 0x05, 0x43, 0x9f, 0x66, 0x94, 0x26, 0xb1, 0x37, 0x70, 0x99, 0x8f, 0xe0, 0x2c, 0x63,
|
|
0xf8, 0x7d, 0x96, 0xd4, 0x24, 0x10, 0xaf, 0x41, 0x66, 0x1a, 0x9f, 0xc0, 0x5c, 0xfb, 0x79, 0x44,
|
|
0x12, 0xa6, 0xa0, 0xea, 0xe6, 0xbb, 0xca, 0x85, 0x78, 0x38, 0x38, 0x0e, 0x7c, 0x17, 0x9b, 0x0e,
|
|
0xa3, 0xb0, 0xb9, 0x27, 0xde, 0x59, 0x3b, 0x09, 0x71, 0x52, 0xc2, 0x04, 0x84, 0xda, 0x2a, 0xda,
|
|
0x12, 0x82, 0x65, 0x6b, 0x91, 0xf0, 0x98, 0x24, 0x3c, 0x3d, 0xa8, 0xb0, 0x05, 0x5b, 0x86, 0xac,
|
|
0x3f, 0x35, 0x58, 0x66, 0x41, 0x72, 0x70, 0x6f, 0x10, 0x04, 0x97, 0xa4, 0xe9, 0x06, 0x94, 0x18,
|
|
0x8d, 0xbc, 0xc9, 0xb8, 0x65, 0x6c, 0x80, 0xb1, 0xe5, 0x85, 0x7e, 0xe4, 0xd3, 0x34, 0x71, 0xd2,
|
|
0x38, 0x39, 0x20, 0x43, 0x12, 0x88, 0x5e, 0x9b, 0xf2, 0x0b, 0x4a, 0xff, 0x71, 0xec, 0x47, 0x8c,
|
|
0x79, 0x91, 0x31, 0xcf, 0x6d, 0xfc, 0x2d, 0x97, 0x2d, 0xcf, 0x52, 0x6e, 0xcb, 0x09, 0x2c, 0xa9,
|
|
0x09, 0xb4, 0xa0, 0xb6, 0x97, 0xf8, 0x24, 0xf2, 0x6c, 0x12, 0x3a, 0xc9, 0x29, 0xcb, 0x47, 0xc5,
|
|
0x56, 0x30, 0xeb, 0x07, 0x0d, 0xca, 0x59, 0x16, 0xa5, 0x50, 0x34, 0x25, 0x14, 0x03, 0x8a, 0x92,
|
|
0x08, 0xd8, 0x1a, 0xb1, 0xa6, 0x9b, 0xd7, 0x9d, 0xad, 0x71, 0xff, 0x3e, 0x6b, 0x13, 0x71, 0x69,
|
|
0x08, 0x8b, 0x4d, 0x79, 0xf1, 0xb1, 0x1f, 0x64, 0xe4, 0x85, 0x85, 0xfd, 0xb0, 0xed, 0x27, 0xe9,
|
|
0x89, 0x20, 0xce, 0x0d, 0x44, 0x77, 0x43, 0xc7, 0x0f, 0x04, 0x5f, 0x6e, 0x58, 0x43, 0x58, 0x54,
|
|
0x6b, 0xfe, 0x4a, 0xb6, 0x22, 0x59, 0xd1, 0x88, 0x71, 0x6e, 0xcb, 0xc9, 0xd2, 0xd5, 0x64, 0xbd,
|
|
0x82, 0xbb, 0xd5, 0x80, 0xf2, 0x91, 0xdf, 0xa7, 0x3b, 0x71, 0x18, 0xa2, 0x4f, 0x83, 0xa4, 0x48,
|
|
0x4d, 0x63, 0xd7, 0x96, 0xb0, 0x50, 0x56, 0x0d, 0xd2, 0x75, 0x06, 0x41, 0x8a, 0xae, 0xd9, 0x4d,
|
|
0x2e, 0x41, 0xd6, 0xb7, 0x1a, 0x5c, 0xe3, 0x8a, 0xda, 0x8d, 0x52, 0x92, 0x20, 0x66, 0x7c, 0x04,
|
|
0x73, 0x4c, 0x43, 0xec, 0xb0, 0xf1, 0x91, 0x2d, 0x6f, 0x50, 0x9b, 0x3b, 0x19, 0x77, 0xa1, 0xc4,
|
|
0x0f, 0x60, 0xc7, 0x57, 0x37, 0xeb, 0x93, 0xee, 0xaa, 0x64, 0x6d, 0xe1, 0x8f, 0xb7, 0x42, 0xbb,
|
|
0x4f, 0x12, 0xd6, 0x92, 0xf9, 0x53, 0x52, 0xb4, 0x55, 0x50, 0x62, 0x78, 0x40, 0x9c, 0x21, 0xf9,
|
|
0x0f, 0x32, 0xfc, 0x5d, 0x83, 0xeb, 0x7c, 0x43, 0x33, 0x1a, 0xfa, 0x29, 0xf1, 0x66, 0xe3, 0xd8,
|
|
0x66, 0x43, 0xfe, 0xd5, 0x39, 0x72, 0x7f, 0x29, 0x3a, 0xfd, 0x4d, 0xa3, 0x2b, 0x4e, 0x8b, 0xee,
|
|
0x37, 0x0d, 0x96, 0xf8, 0x86, 0xcf, 0x7d, 0xf7, 0xf4, 0x7f, 0x16, 0xdc, 0x4f, 0x1a, 0xac, 0x4a,
|
|
0xa7, 0xec, 0x9c, 0x38, 0x51, 0x8f, 0xb0, 0x26, 0xc6, 0x1b, 0x9b, 0x59, 0x6c, 0x9a, 0xd0, 0xf8,
|
|
0x94, 0x39, 0x42, 0xde, 0x4a, 0x4c, 0x6b, 0x50, 0x6e, 0x0d, 0xc4, 0x1b, 0x22, 0x6e, 0xe2, 0xcc,
|
|
0xb6, 0xbe, 0xd2, 0x60, 0x35, 0x13, 0x61, 0x37, 0xe6, 0x44, 0x67, 0xa9, 0xd5, 0x23, 0x58, 0x90,
|
|
0x73, 0xe1, 0x89, 0xf0, 0xac, 0x57, 0x91, 0x1c, 0xa5, 0xcc, 0x56, 0x37, 0x5a, 0x7f, 0x68, 0xb0,
|
|
0xc4, 0x1c, 0xf9, 0x3b, 0x37, 0x0b, 0x99, 0xfb, 0x30, 0xcf, 0x36, 0xc7, 0x57, 0xcf, 0x72, 0xb6,
|
|
0xc1, 0x78, 0x08, 0x20, 0xae, 0x0d, 0x9c, 0xc8, 0xf9, 0x9f, 0xe9, 0x97, 0x6f, 0x97, 0xf6, 0x5c,
|
|
0x51, 0x42, 0xdf, 0x69, 0xb0, 0x92, 0x13, 0x97, 0xf3, 0x8e, 0x63, 0xb4, 0x30, 0x47, 0x12, 0x92,
|
|
0xa1, 0x51, 0x32, 0x0a, 0xaf, 0xd7, 0x45, 0xfa, 0xeb, 0x29, 0xce, 0x7a, 0xa9, 0xc1, 0x9a, 0x4d,
|
|
0x5c, 0xe2, 0x0f, 0x09, 0xbe, 0xdc, 0x5b, 0xfd, 0x7e, 0x20, 0x26, 0xa1, 0x19, 0x6a, 0x72, 0x0f,
|
|
0x2a, 0xe2, 0x80, 0x28, 0x15, 0xc4, 0x2f, 0x9c, 0x80, 0x46, 0xde, 0xfc, 0x6f, 0x27, 0x87, 0xe6,
|
|
0x8f, 0xb3, 0xb0, 0xac, 0x1f, 0x35, 0x30, 0x25, 0x52, 0x87, 0x49, 0xec, 0x12, 0x4a, 0xff, 0xe5,
|
|
0xab, 0x86, 0x91, 0xa3, 0x83, 0x20, 0x15, 0xa3, 0x90, 0xb0, 0x24, 0xd2, 0x45, 0x85, 0xf4, 0xf7,
|
|
0x1a, 0x00, 0x9f, 0x58, 0xd8, 0x7d, 0x51, 0x87, 0x2a, 0x1b, 0xf5, 0x94, 0x97, 0x5f, 0x86, 0xf8,
|
|
0x41, 0x6c, 0xde, 0xc9, 0xff, 0x6d, 0x81, 0xd6, 0xd8, 0x6c, 0xa8, 0x4f, 0xcc, 0x86, 0x0f, 0x60,
|
|
0x91, 0x7f, 0x27, 0x4b, 0x29, 0x23, 0x52, 0xdd, 0x5c, 0x9d, 0xf8, 0x43, 0x9c, 0xc5, 0x33, 0xe6,
|
|
0x6c, 0x9d, 0xc2, 0x75, 0x8e, 0x48, 0x19, 0xc6, 0x71, 0x63, 0xcb, 0xf3, 0x24, 0x51, 0x67, 0x26,
|
|
0x0e, 0xd7, 0x5b, 0x9e, 0xd7, 0x89, 0x07, 0x89, 0x9b, 0x4d, 0x45, 0x23, 0x00, 0xb9, 0x6e, 0x79,
|
|
0xde, 0x17, 0x71, 0xe2, 0xf9, 0x51, 0x4f, 0x4c, 0x47, 0x12, 0x62, 0xfd, 0xaa, 0xc1, 0xad, 0x89,
|
|
0xaf, 0x61, 0x33, 0x6d, 0x79, 0x9e, 0xa8, 0xe7, 0x9d, 0xbc, 0x42, 0xda, 0xe5, 0xe2, 0xc9, 0x8a,
|
|
0xf3, 0x10, 0xaa, 0xd2, 0x81, 0xa2, 0xb6, 0xb7, 0x94, 0x9d, 0x13, 0x9f, 0xb5, 0xe5, 0x2d, 0xc6,
|
|
0xa7, 0x50, 0x6e, 0xf7, 0x89, 0x27, 0xf5, 0xcf, 0x85, 0x1f, 0xce, 0x9d, 0xf1, 0x62, 0x7d, 0x7f,
|
|
0x7a, 0x48, 0xae, 0x4b, 0xfa, 0xe9, 0xec, 0x31, 0xc9, 0x8c, 0x0a, 0xff, 0x08, 0x23, 0x9b, 0x7c,
|
|
0x49, 0xdc, 0xb7, 0xc1, 0x68, 0x0f, 0x96, 0x39, 0x21, 0xb5, 0xd4, 0x1f, 0x43, 0x89, 0xc3, 0x82,
|
|
0xc4, 0xcd, 0x29, 0x05, 0xe3, 0x04, 0xf8, 0xda, 0x7a, 0x04, 0xab, 0xa3, 0x73, 0x1a, 0x24, 0x20,
|
|
0xe9, 0xac, 0x27, 0xed, 0xc0, 0xd2, 0x76, 0xe0, 0xb8, 0xa7, 0x82, 0xd0, 0x6c, 0x87, 0xec, 0xc3,
|
|
0x4a, 0x7e, 0xc8, 0x1b, 0xb1, 0xc9, 0xe3, 0x1a, 0x7f, 0x23, 0x5e, 0xfb, 0xa4, 0x43, 0x58, 0xee,
|
|
0x90, 0xa0, 0x8b, 0xd8, 0xd3, 0xbe, 0x97, 0x3f, 0xab, 0xf7, 0xa0, 0x86, 0x70, 0x7e, 0x43, 0x68,
|
|
0x17, 0xdd, 0x10, 0x8a, 0xeb, 0x71, 0x89, 0xfd, 0xcb, 0xfc, 0xce, 0xdf, 0x01, 0x00, 0x00, 0xff,
|
|
0xff, 0xca, 0x9b, 0xa2, 0xe6, 0x3e, 0x17, 0x00, 0x00,
|
|
}
|