Files
2026-02-17 13:06:23 +08:00

2790 lines
101 KiB
Go

// Code generated by protoc-gen-go. DO NOT EDIT.
// source: enterprise_wecaht.proto
package wechat
import (
fmt "fmt"
proto "github.com/golang/protobuf/proto"
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.ProtoPackageIsVersion3 // please upgrade the proto package
type SyncCmdID int32
const (
SyncCmdID_CmdIdAddMsg SyncCmdID = 5
SyncCmdID_CmdIdCloseMicroBlog SyncCmdID = 12
SyncCmdID_CmdIdDelChatContact SyncCmdID = 7
SyncCmdID_CmdIdDelContact SyncCmdID = 4
SyncCmdID_CmdIdDelContactMsg SyncCmdID = 8
SyncCmdID_CmdIdDelMsg SyncCmdID = 9
SyncCmdID_CmdIdDelUserDomainEmail SyncCmdID = 19
SyncCmdID_CmdIdFunctionSwitch SyncCmdID = 23
SyncCmdID_CmdIdInviteFriendOpen SyncCmdID = 22
SyncCmdID_CmdIdMax SyncCmdID = 201
SyncCmdID_CmdIdModChatRoomMember SyncCmdID = 15
SyncCmdID_CmdIdModChatRoomNotify SyncCmdID = 20
SyncCmdID_CmdIdModChatRoomTopic SyncCmdID = 27
SyncCmdID_CmdIdModContact SyncCmdID = 2
SyncCmdID_CmdIdModContactDomainEmail SyncCmdID = 17
SyncCmdID_CmdIdModMicroBlog SyncCmdID = 13
SyncCmdID_CmdIdModMsgStatus SyncCmdID = 6
SyncCmdID_CmdIdModNotifyStatus SyncCmdID = 14
SyncCmdID_CmdIdModQContact SyncCmdID = 24
SyncCmdID_CmdIdModTContact SyncCmdID = 0
SyncCmdID_CmdIdModUserDomainEmail SyncCmdID = 18
SyncCmdID_CmdIdModUserInfo SyncCmdID = 1
SyncCmdID_CmdIdOpenQQMicroBlog SyncCmdID = 11
SyncCmdID_CmdIdPossibleFriend SyncCmdID = 21
SyncCmdID_CmdIdPsmStat SyncCmdID = 26
SyncCmdID_CmdIdQuitChatRoom SyncCmdID = 16
SyncCmdID_CmdIdReport SyncCmdID = 10
//CmdInvalid = 0;
SyncCmdID_MM_FAV_SYNCCMD_ADDITEM SyncCmdID = 200
//MM_GAME_SYNCCMD_ADDMSG;
SyncCmdID_MM_SNS_SYNCCMD_ACTION SyncCmdID = 46
SyncCmdID_MM_SNS_SYNCCMD_OBJECT SyncCmdID = 45
SyncCmdID_MM_SYNCCMD_BRAND_SETTING SyncCmdID = 47
SyncCmdID_MM_SYNCCMD_KVCMD SyncCmdID = 55
SyncCmdID_NN_SYNCCMD_THEMESTAT SyncCmdID = 37
SyncCmdID_MM_SYNCCMD_KVSTAT SyncCmdID = 36
SyncCmdID_MM_SYNCCMD_DELBOTTLECONTACT SyncCmdID = 34
SyncCmdID_MM_SYNCCMD_DELETE_SNS_OLDGROUP SyncCmdID = 56
SyncCmdID_MM_SYNCCMD_DELETEBOTTLE SyncCmdID = 32
SyncCmdID_MM_SYNCCMD_MOGBOTTLECONTACT SyncCmdID = 33
SyncCmdID_MM_SYNCCMD_MODCHATROOMMEMBERDISPLAYNAME SyncCmdID = 48
// MM_SYNCCMD_MODCHATROOMMEMBERFLAG;
SyncCmdID_MM_SYNCCMD_MODDESCRIPTION SyncCmdID = 54
SyncCmdID_MM_SYNCCMD_MODDISTURBSETTING SyncCmdID = 31
SyncCmdID_MM_SYNCCMD_MODSNSNOLIST SyncCmdID = 52
SyncCmdID_MM_SYNCCMD_MODSNSUSERINFO SyncCmdID = 51
SyncCmdID_MM_SYNCCMD_MODUSERIMG SyncCmdID = 35
SyncCmdID_MM_SYNCCMD_NEWDELMSG SyncCmdID = 53
SyncCmdID_MM_SYNCCMD_UPDATESTAT SyncCmdID = 30
SyncCmdID_MM_SYNCCMD_USERINFOEXT SyncCmdID = 44
SyncCmdID_MM_SYNCCMD_WEBWXFUNCTIONSWITCH SyncCmdID = 50
SyncCmdID_OpenimContact SyncCmdID = 400
SyncCmdID_OpenimChatRoom SyncCmdID = 403
)
var SyncCmdID_name = map[int32]string{
5: "CmdIdAddMsg",
12: "CmdIdCloseMicroBlog",
7: "CmdIdDelChatContact",
4: "CmdIdDelContact",
8: "CmdIdDelContactMsg",
9: "CmdIdDelMsg",
19: "CmdIdDelUserDomainEmail",
23: "CmdIdFunctionSwitch",
22: "CmdIdInviteFriendOpen",
201: "CmdIdMax",
15: "CmdIdModChatRoomMember",
20: "CmdIdModChatRoomNotify",
27: "CmdIdModChatRoomTopic",
2: "CmdIdModContact",
17: "CmdIdModContactDomainEmail",
13: "CmdIdModMicroBlog",
6: "CmdIdModMsgStatus",
14: "CmdIdModNotifyStatus",
24: "CmdIdModQContact",
0: "CmdIdModTContact",
18: "CmdIdModUserDomainEmail",
1: "CmdIdModUserInfo",
11: "CmdIdOpenQQMicroBlog",
21: "CmdIdPossibleFriend",
26: "CmdIdPsmStat",
16: "CmdIdQuitChatRoom",
10: "CmdIdReport",
200: "MM_FAV_SYNCCMD_ADDITEM",
46: "MM_SNS_SYNCCMD_ACTION",
45: "MM_SNS_SYNCCMD_OBJECT",
47: "MM_SYNCCMD_BRAND_SETTING",
55: "MM_SYNCCMD_KVCMD",
37: "NN_SYNCCMD_THEMESTAT",
36: "MM_SYNCCMD_KVSTAT",
34: "MM_SYNCCMD_DELBOTTLECONTACT",
56: "MM_SYNCCMD_DELETE_SNS_OLDGROUP",
32: "MM_SYNCCMD_DELETEBOTTLE",
33: "MM_SYNCCMD_MOGBOTTLECONTACT",
48: "MM_SYNCCMD_MODCHATROOMMEMBERDISPLAYNAME",
54: "MM_SYNCCMD_MODDESCRIPTION",
31: "MM_SYNCCMD_MODDISTURBSETTING",
52: "MM_SYNCCMD_MODSNSNOLIST",
51: "MM_SYNCCMD_MODSNSUSERINFO",
35: "MM_SYNCCMD_MODUSERIMG",
53: "MM_SYNCCMD_NEWDELMSG",
30: "MM_SYNCCMD_UPDATESTAT",
44: "MM_SYNCCMD_USERINFOEXT",
50: "MM_SYNCCMD_WEBWXFUNCTIONSWITCH",
400: "OpenimContact",
403: "OpenimChatRoom",
}
var SyncCmdID_value = map[string]int32{
"CmdIdAddMsg": 5,
"CmdIdCloseMicroBlog": 12,
"CmdIdDelChatContact": 7,
"CmdIdDelContact": 4,
"CmdIdDelContactMsg": 8,
"CmdIdDelMsg": 9,
"CmdIdDelUserDomainEmail": 19,
"CmdIdFunctionSwitch": 23,
"CmdIdInviteFriendOpen": 22,
"CmdIdMax": 201,
"CmdIdModChatRoomMember": 15,
"CmdIdModChatRoomNotify": 20,
"CmdIdModChatRoomTopic": 27,
"CmdIdModContact": 2,
"CmdIdModContactDomainEmail": 17,
"CmdIdModMicroBlog": 13,
"CmdIdModMsgStatus": 6,
"CmdIdModNotifyStatus": 14,
"CmdIdModQContact": 24,
"CmdIdModTContact": 0,
"CmdIdModUserDomainEmail": 18,
"CmdIdModUserInfo": 1,
"CmdIdOpenQQMicroBlog": 11,
"CmdIdPossibleFriend": 21,
"CmdIdPsmStat": 26,
"CmdIdQuitChatRoom": 16,
"CmdIdReport": 10,
"MM_FAV_SYNCCMD_ADDITEM": 200,
"MM_SNS_SYNCCMD_ACTION": 46,
"MM_SNS_SYNCCMD_OBJECT": 45,
"MM_SYNCCMD_BRAND_SETTING": 47,
"MM_SYNCCMD_KVCMD": 55,
"NN_SYNCCMD_THEMESTAT": 37,
"MM_SYNCCMD_KVSTAT": 36,
"MM_SYNCCMD_DELBOTTLECONTACT": 34,
"MM_SYNCCMD_DELETE_SNS_OLDGROUP": 56,
"MM_SYNCCMD_DELETEBOTTLE": 32,
"MM_SYNCCMD_MOGBOTTLECONTACT": 33,
"MM_SYNCCMD_MODCHATROOMMEMBERDISPLAYNAME": 48,
"MM_SYNCCMD_MODDESCRIPTION": 54,
"MM_SYNCCMD_MODDISTURBSETTING": 31,
"MM_SYNCCMD_MODSNSNOLIST": 52,
"MM_SYNCCMD_MODSNSUSERINFO": 51,
"MM_SYNCCMD_MODUSERIMG": 35,
"MM_SYNCCMD_NEWDELMSG": 53,
"MM_SYNCCMD_UPDATESTAT": 30,
"MM_SYNCCMD_USERINFOEXT": 44,
"MM_SYNCCMD_WEBWXFUNCTIONSWITCH": 50,
"OpenimContact": 400,
"OpenimChatRoom": 403,
}
func (x SyncCmdID) Enum() *SyncCmdID {
p := new(SyncCmdID)
*p = x
return p
}
func (x SyncCmdID) String() string {
return proto.EnumName(SyncCmdID_name, int32(x))
}
func (x *SyncCmdID) UnmarshalJSON(data []byte) error {
value, err := proto.UnmarshalJSONEnum(SyncCmdID_value, data, "SyncCmdID")
if err != nil {
return err
}
*x = SyncCmdID(value)
return nil
}
func (SyncCmdID) EnumDescriptor() ([]byte, []int) {
return fileDescriptor_e987d505bca64f2b, []int{0}
}
type SearchQYContactRequest struct {
UserName *string `protobuf:"bytes,1,opt,name=userName" json:"userName,omitempty"`
Tg *string `protobuf:"bytes,2,opt,name=tg" json:"tg,omitempty"`
FromScene *uint64 `protobuf:"varint,3,opt,name=fromScene" json:"fromScene,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SearchQYContactRequest) Reset() { *m = SearchQYContactRequest{} }
func (m *SearchQYContactRequest) String() string { return proto.CompactTextString(m) }
func (*SearchQYContactRequest) ProtoMessage() {}
func (*SearchQYContactRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_e987d505bca64f2b, []int{0}
}
func (m *SearchQYContactRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SearchQYContactRequest.Unmarshal(m, b)
}
func (m *SearchQYContactRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SearchQYContactRequest.Marshal(b, m, deterministic)
}
func (m *SearchQYContactRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_SearchQYContactRequest.Merge(m, src)
}
func (m *SearchQYContactRequest) XXX_Size() int {
return xxx_messageInfo_SearchQYContactRequest.Size(m)
}
func (m *SearchQYContactRequest) XXX_DiscardUnknown() {
xxx_messageInfo_SearchQYContactRequest.DiscardUnknown(m)
}
var xxx_messageInfo_SearchQYContactRequest proto.InternalMessageInfo
func (m *SearchQYContactRequest) GetUserName() string {
if m != nil && m.UserName != nil {
return *m.UserName
}
return ""
}
func (m *SearchQYContactRequest) GetTg() string {
if m != nil && m.Tg != nil {
return *m.Tg
}
return ""
}
func (m *SearchQYContactRequest) GetFromScene() uint64 {
if m != nil && m.FromScene != nil {
return *m.FromScene
}
return 0
}
type SearchQYContactResponse struct {
BaseResponse *BaseResponse `protobuf:"bytes,1,opt,name=baseResponse" json:"baseResponse,omitempty"`
Info *SearchQYContact `protobuf:"bytes,2,opt,name=info" json:"info,omitempty"`
Link *string `protobuf:"bytes,3,opt,name=link" json:"link,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SearchQYContactResponse) Reset() { *m = SearchQYContactResponse{} }
func (m *SearchQYContactResponse) String() string { return proto.CompactTextString(m) }
func (*SearchQYContactResponse) ProtoMessage() {}
func (*SearchQYContactResponse) Descriptor() ([]byte, []int) {
return fileDescriptor_e987d505bca64f2b, []int{1}
}
func (m *SearchQYContactResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SearchQYContactResponse.Unmarshal(m, b)
}
func (m *SearchQYContactResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SearchQYContactResponse.Marshal(b, m, deterministic)
}
func (m *SearchQYContactResponse) XXX_Merge(src proto.Message) {
xxx_messageInfo_SearchQYContactResponse.Merge(m, src)
}
func (m *SearchQYContactResponse) XXX_Size() int {
return xxx_messageInfo_SearchQYContactResponse.Size(m)
}
func (m *SearchQYContactResponse) XXX_DiscardUnknown() {
xxx_messageInfo_SearchQYContactResponse.DiscardUnknown(m)
}
var xxx_messageInfo_SearchQYContactResponse proto.InternalMessageInfo
func (m *SearchQYContactResponse) GetBaseResponse() *BaseResponse {
if m != nil {
return m.BaseResponse
}
return nil
}
func (m *SearchQYContactResponse) GetInfo() *SearchQYContact {
if m != nil {
return m.Info
}
return nil
}
func (m *SearchQYContactResponse) GetLink() string {
if m != nil && m.Link != nil {
return *m.Link
}
return ""
}
type SearchQYContact struct {
UserName *string `protobuf:"bytes,1,opt,name=UserName" json:"UserName,omitempty"`
Nickname *string `protobuf:"bytes,2,opt,name=Nickname" json:"Nickname,omitempty"`
Pyinitial *string `protobuf:"bytes,3,opt,name=Pyinitial" json:"Pyinitial,omitempty"`
Pinyin *string `protobuf:"bytes,4,opt,name=Pinyin" json:"Pinyin,omitempty"`
Sex *string `protobuf:"bytes,5,opt,name=Sex" json:"Sex,omitempty"`
Highpxpic *string `protobuf:"bytes,6,opt,name=Highpxpic" json:"Highpxpic,omitempty"`
Pic *string `protobuf:"bytes,7,opt,name=Pic" json:"Pic,omitempty"`
App *string `protobuf:"bytes,8,opt,name=App" json:"App,omitempty"`
G *int64 `protobuf:"varint,9,opt,name=g" json:"g,omitempty"`
Info *string `protobuf:"bytes,10,opt,name=Info" json:"Info,omitempty"`
V1 *string `protobuf:"bytes,11,opt,name=v1" json:"v1,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SearchQYContact) Reset() { *m = SearchQYContact{} }
func (m *SearchQYContact) String() string { return proto.CompactTextString(m) }
func (*SearchQYContact) ProtoMessage() {}
func (*SearchQYContact) Descriptor() ([]byte, []int) {
return fileDescriptor_e987d505bca64f2b, []int{2}
}
func (m *SearchQYContact) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SearchQYContact.Unmarshal(m, b)
}
func (m *SearchQYContact) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SearchQYContact.Marshal(b, m, deterministic)
}
func (m *SearchQYContact) XXX_Merge(src proto.Message) {
xxx_messageInfo_SearchQYContact.Merge(m, src)
}
func (m *SearchQYContact) XXX_Size() int {
return xxx_messageInfo_SearchQYContact.Size(m)
}
func (m *SearchQYContact) XXX_DiscardUnknown() {
xxx_messageInfo_SearchQYContact.DiscardUnknown(m)
}
var xxx_messageInfo_SearchQYContact proto.InternalMessageInfo
func (m *SearchQYContact) GetUserName() string {
if m != nil && m.UserName != nil {
return *m.UserName
}
return ""
}
func (m *SearchQYContact) GetNickname() string {
if m != nil && m.Nickname != nil {
return *m.Nickname
}
return ""
}
func (m *SearchQYContact) GetPyinitial() string {
if m != nil && m.Pyinitial != nil {
return *m.Pyinitial
}
return ""
}
func (m *SearchQYContact) GetPinyin() string {
if m != nil && m.Pinyin != nil {
return *m.Pinyin
}
return ""
}
func (m *SearchQYContact) GetSex() string {
if m != nil && m.Sex != nil {
return *m.Sex
}
return ""
}
func (m *SearchQYContact) GetHighpxpic() string {
if m != nil && m.Highpxpic != nil {
return *m.Highpxpic
}
return ""
}
func (m *SearchQYContact) GetPic() string {
if m != nil && m.Pic != nil {
return *m.Pic
}
return ""
}
func (m *SearchQYContact) GetApp() string {
if m != nil && m.App != nil {
return *m.App
}
return ""
}
func (m *SearchQYContact) GetG() int64 {
if m != nil && m.G != nil {
return *m.G
}
return 0
}
func (m *SearchQYContact) GetInfo() string {
if m != nil && m.Info != nil {
return *m.Info
}
return ""
}
func (m *SearchQYContact) GetV1() string {
if m != nil && m.V1 != nil {
return *m.V1
}
return ""
}
type GetQYContactRequest struct {
Wxid *string `protobuf:"bytes,1,opt,name=wxid" json:"wxid,omitempty"`
Room *string `protobuf:"bytes,2,opt,name=room" json:"room,omitempty"`
T *string `protobuf:"bytes,3,opt,name=t" json:"t,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *GetQYContactRequest) Reset() { *m = GetQYContactRequest{} }
func (m *GetQYContactRequest) String() string { return proto.CompactTextString(m) }
func (*GetQYContactRequest) ProtoMessage() {}
func (*GetQYContactRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_e987d505bca64f2b, []int{3}
}
func (m *GetQYContactRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetQYContactRequest.Unmarshal(m, b)
}
func (m *GetQYContactRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetQYContactRequest.Marshal(b, m, deterministic)
}
func (m *GetQYContactRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetQYContactRequest.Merge(m, src)
}
func (m *GetQYContactRequest) XXX_Size() int {
return xxx_messageInfo_GetQYContactRequest.Size(m)
}
func (m *GetQYContactRequest) XXX_DiscardUnknown() {
xxx_messageInfo_GetQYContactRequest.DiscardUnknown(m)
}
var xxx_messageInfo_GetQYContactRequest proto.InternalMessageInfo
func (m *GetQYContactRequest) GetWxid() string {
if m != nil && m.Wxid != nil {
return *m.Wxid
}
return ""
}
func (m *GetQYContactRequest) GetRoom() string {
if m != nil && m.Room != nil {
return *m.Room
}
return ""
}
func (m *GetQYContactRequest) GetT() string {
if m != nil && m.T != nil {
return *m.T
}
return ""
}
type GetQYContactResponse struct {
Continue *int64 `protobuf:"varint,1,opt,name=Continue" json:"Continue,omitempty"`
ContactList []*ContactInfo `protobuf:"bytes,2,rep,name=contactList" json:"contactList,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *GetQYContactResponse) Reset() { *m = GetQYContactResponse{} }
func (m *GetQYContactResponse) String() string { return proto.CompactTextString(m) }
func (*GetQYContactResponse) ProtoMessage() {}
func (*GetQYContactResponse) Descriptor() ([]byte, []int) {
return fileDescriptor_e987d505bca64f2b, []int{4}
}
func (m *GetQYContactResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetQYContactResponse.Unmarshal(m, b)
}
func (m *GetQYContactResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetQYContactResponse.Marshal(b, m, deterministic)
}
func (m *GetQYContactResponse) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetQYContactResponse.Merge(m, src)
}
func (m *GetQYContactResponse) XXX_Size() int {
return xxx_messageInfo_GetQYContactResponse.Size(m)
}
func (m *GetQYContactResponse) XXX_DiscardUnknown() {
xxx_messageInfo_GetQYContactResponse.DiscardUnknown(m)
}
var xxx_messageInfo_GetQYContactResponse proto.InternalMessageInfo
func (m *GetQYContactResponse) GetContinue() int64 {
if m != nil && m.Continue != nil {
return *m.Continue
}
return 0
}
func (m *GetQYContactResponse) GetContactList() []*ContactInfo {
if m != nil {
return m.ContactList
}
return nil
}
type ContactInfo struct {
Username *string `protobuf:"bytes,1,opt,name=Username" json:"Username,omitempty"`
Nickname *string `protobuf:"bytes,2,opt,name=Nickname" json:"Nickname,omitempty"`
Type *int64 `protobuf:"varint,3,opt,name=Type" json:"Type,omitempty"`
Remark *string `protobuf:"bytes,4,opt,name=Remark" json:"Remark,omitempty"`
Highpxpic *string `protobuf:"bytes,5,opt,name=Highpxpic" json:"Highpxpic,omitempty"`
Pic *string `protobuf:"bytes,6,opt,name=Pic" json:"Pic,omitempty"`
G *int64 `protobuf:"varint,7,opt,name=G" json:"G,omitempty"`
Pyinitial *string `protobuf:"bytes,8,opt,name=Pyinitial" json:"Pyinitial,omitempty"`
Pinyin *string `protobuf:"bytes,9,opt,name=Pinyin" json:"Pinyin,omitempty"`
RemarkPyinitial *string `protobuf:"bytes,10,opt,name=RemarkPyinitial" json:"RemarkPyinitial,omitempty"`
RemarkPy *string `protobuf:"bytes,11,opt,name=RemarkPy" json:"RemarkPy,omitempty"`
Info *string `protobuf:"bytes,12,opt,name=Info" json:"Info,omitempty"`
T *string `protobuf:"bytes,13,opt,name=T" json:"T,omitempty"`
App *string `protobuf:"bytes,14,opt,name=App" json:"App,omitempty"`
Sex *int64 `protobuf:"varint,15,opt,name=Sex" json:"Sex,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *ContactInfo) Reset() { *m = ContactInfo{} }
func (m *ContactInfo) String() string { return proto.CompactTextString(m) }
func (*ContactInfo) ProtoMessage() {}
func (*ContactInfo) Descriptor() ([]byte, []int) {
return fileDescriptor_e987d505bca64f2b, []int{5}
}
func (m *ContactInfo) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ContactInfo.Unmarshal(m, b)
}
func (m *ContactInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ContactInfo.Marshal(b, m, deterministic)
}
func (m *ContactInfo) XXX_Merge(src proto.Message) {
xxx_messageInfo_ContactInfo.Merge(m, src)
}
func (m *ContactInfo) XXX_Size() int {
return xxx_messageInfo_ContactInfo.Size(m)
}
func (m *ContactInfo) XXX_DiscardUnknown() {
xxx_messageInfo_ContactInfo.DiscardUnknown(m)
}
var xxx_messageInfo_ContactInfo proto.InternalMessageInfo
func (m *ContactInfo) GetUsername() string {
if m != nil && m.Username != nil {
return *m.Username
}
return ""
}
func (m *ContactInfo) GetNickname() string {
if m != nil && m.Nickname != nil {
return *m.Nickname
}
return ""
}
func (m *ContactInfo) GetType() int64 {
if m != nil && m.Type != nil {
return *m.Type
}
return 0
}
func (m *ContactInfo) GetRemark() string {
if m != nil && m.Remark != nil {
return *m.Remark
}
return ""
}
func (m *ContactInfo) GetHighpxpic() string {
if m != nil && m.Highpxpic != nil {
return *m.Highpxpic
}
return ""
}
func (m *ContactInfo) GetPic() string {
if m != nil && m.Pic != nil {
return *m.Pic
}
return ""
}
func (m *ContactInfo) GetG() int64 {
if m != nil && m.G != nil {
return *m.G
}
return 0
}
func (m *ContactInfo) GetPyinitial() string {
if m != nil && m.Pyinitial != nil {
return *m.Pyinitial
}
return ""
}
func (m *ContactInfo) GetPinyin() string {
if m != nil && m.Pinyin != nil {
return *m.Pinyin
}
return ""
}
func (m *ContactInfo) GetRemarkPyinitial() string {
if m != nil && m.RemarkPyinitial != nil {
return *m.RemarkPyinitial
}
return ""
}
func (m *ContactInfo) GetRemarkPy() string {
if m != nil && m.RemarkPy != nil {
return *m.RemarkPy
}
return ""
}
func (m *ContactInfo) GetInfo() string {
if m != nil && m.Info != nil {
return *m.Info
}
return ""
}
func (m *ContactInfo) GetT() string {
if m != nil && m.T != nil {
return *m.T
}
return ""
}
func (m *ContactInfo) GetApp() string {
if m != nil && m.App != nil {
return *m.App
}
return ""
}
func (m *ContactInfo) GetSex() int64 {
if m != nil && m.Sex != nil {
return *m.Sex
}
return 0
}
type QYVAddUserRequest struct {
Wxid *string `protobuf:"bytes,1,opt,name=wxid" json:"wxid,omitempty"`
V1 *string `protobuf:"bytes,2,opt,name=v1" json:"v1,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *QYVAddUserRequest) Reset() { *m = QYVAddUserRequest{} }
func (m *QYVAddUserRequest) String() string { return proto.CompactTextString(m) }
func (*QYVAddUserRequest) ProtoMessage() {}
func (*QYVAddUserRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_e987d505bca64f2b, []int{6}
}
func (m *QYVAddUserRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_QYVAddUserRequest.Unmarshal(m, b)
}
func (m *QYVAddUserRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_QYVAddUserRequest.Marshal(b, m, deterministic)
}
func (m *QYVAddUserRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_QYVAddUserRequest.Merge(m, src)
}
func (m *QYVAddUserRequest) XXX_Size() int {
return xxx_messageInfo_QYVAddUserRequest.Size(m)
}
func (m *QYVAddUserRequest) XXX_DiscardUnknown() {
xxx_messageInfo_QYVAddUserRequest.DiscardUnknown(m)
}
var xxx_messageInfo_QYVAddUserRequest proto.InternalMessageInfo
func (m *QYVAddUserRequest) GetWxid() string {
if m != nil && m.Wxid != nil {
return *m.Wxid
}
return ""
}
func (m *QYVAddUserRequest) GetV1() string {
if m != nil && m.V1 != nil {
return *m.V1
}
return ""
}
type QYVerifyUserRequest struct {
Wxid *string `protobuf:"bytes,1,opt,name=wxid" json:"wxid,omitempty"`
Content *string `protobuf:"bytes,2,opt,name=content" json:"content,omitempty"`
V1 *string `protobuf:"bytes,3,opt,name=v1" json:"v1,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *QYVerifyUserRequest) Reset() { *m = QYVerifyUserRequest{} }
func (m *QYVerifyUserRequest) String() string { return proto.CompactTextString(m) }
func (*QYVerifyUserRequest) ProtoMessage() {}
func (*QYVerifyUserRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_e987d505bca64f2b, []int{7}
}
func (m *QYVerifyUserRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_QYVerifyUserRequest.Unmarshal(m, b)
}
func (m *QYVerifyUserRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_QYVerifyUserRequest.Marshal(b, m, deterministic)
}
func (m *QYVerifyUserRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_QYVerifyUserRequest.Merge(m, src)
}
func (m *QYVerifyUserRequest) XXX_Size() int {
return xxx_messageInfo_QYVerifyUserRequest.Size(m)
}
func (m *QYVerifyUserRequest) XXX_DiscardUnknown() {
xxx_messageInfo_QYVerifyUserRequest.DiscardUnknown(m)
}
var xxx_messageInfo_QYVerifyUserRequest proto.InternalMessageInfo
func (m *QYVerifyUserRequest) GetWxid() string {
if m != nil && m.Wxid != nil {
return *m.Wxid
}
return ""
}
func (m *QYVerifyUserRequest) GetContent() string {
if m != nil && m.Content != nil {
return *m.Content
}
return ""
}
func (m *QYVerifyUserRequest) GetV1() string {
if m != nil && m.V1 != nil {
return *m.V1
}
return ""
}
type QYModChatRoomTopicRequest struct {
G *string `protobuf:"bytes,1,opt,name=g" json:"g,omitempty"`
P *string `protobuf:"bytes,2,opt,name=p" json:"p,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *QYModChatRoomTopicRequest) Reset() { *m = QYModChatRoomTopicRequest{} }
func (m *QYModChatRoomTopicRequest) String() string { return proto.CompactTextString(m) }
func (*QYModChatRoomTopicRequest) ProtoMessage() {}
func (*QYModChatRoomTopicRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_e987d505bca64f2b, []int{8}
}
func (m *QYModChatRoomTopicRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_QYModChatRoomTopicRequest.Unmarshal(m, b)
}
func (m *QYModChatRoomTopicRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_QYModChatRoomTopicRequest.Marshal(b, m, deterministic)
}
func (m *QYModChatRoomTopicRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_QYModChatRoomTopicRequest.Merge(m, src)
}
func (m *QYModChatRoomTopicRequest) XXX_Size() int {
return xxx_messageInfo_QYModChatRoomTopicRequest.Size(m)
}
func (m *QYModChatRoomTopicRequest) XXX_DiscardUnknown() {
xxx_messageInfo_QYModChatRoomTopicRequest.DiscardUnknown(m)
}
var xxx_messageInfo_QYModChatRoomTopicRequest proto.InternalMessageInfo
func (m *QYModChatRoomTopicRequest) GetG() string {
if m != nil && m.G != nil {
return *m.G
}
return ""
}
func (m *QYModChatRoomTopicRequest) GetP() string {
if m != nil && m.P != nil {
return *m.P
}
return ""
}
type QYSyncRequest struct {
BaseRequest *BaseRequest `protobuf:"bytes,1,opt,name=baseRequest" json:"baseRequest,omitempty"`
Selector *int64 `protobuf:"varint,2,opt,name=selector" json:"selector,omitempty"`
Key []byte `protobuf:"bytes,3,opt,name=Key" json:"Key,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *QYSyncRequest) Reset() { *m = QYSyncRequest{} }
func (m *QYSyncRequest) String() string { return proto.CompactTextString(m) }
func (*QYSyncRequest) ProtoMessage() {}
func (*QYSyncRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_e987d505bca64f2b, []int{9}
}
func (m *QYSyncRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_QYSyncRequest.Unmarshal(m, b)
}
func (m *QYSyncRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_QYSyncRequest.Marshal(b, m, deterministic)
}
func (m *QYSyncRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_QYSyncRequest.Merge(m, src)
}
func (m *QYSyncRequest) XXX_Size() int {
return xxx_messageInfo_QYSyncRequest.Size(m)
}
func (m *QYSyncRequest) XXX_DiscardUnknown() {
xxx_messageInfo_QYSyncRequest.DiscardUnknown(m)
}
var xxx_messageInfo_QYSyncRequest proto.InternalMessageInfo
func (m *QYSyncRequest) GetBaseRequest() *BaseRequest {
if m != nil {
return m.BaseRequest
}
return nil
}
func (m *QYSyncRequest) GetSelector() int64 {
if m != nil && m.Selector != nil {
return *m.Selector
}
return 0
}
func (m *QYSyncRequest) GetKey() []byte {
if m != nil {
return m.Key
}
return nil
}
type QYSyncRespone struct {
BaseResponse *BaseResponse `protobuf:"bytes,1,opt,name=baseResponse" json:"baseResponse,omitempty"`
List *QYCmdList `protobuf:"bytes,2,opt,name=List" json:"List,omitempty"`
Continue *int64 `protobuf:"varint,3,opt,name=Continue" json:"Continue,omitempty"`
Key []byte `protobuf:"bytes,4,opt,name=Key" json:"Key,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *QYSyncRespone) Reset() { *m = QYSyncRespone{} }
func (m *QYSyncRespone) String() string { return proto.CompactTextString(m) }
func (*QYSyncRespone) ProtoMessage() {}
func (*QYSyncRespone) Descriptor() ([]byte, []int) {
return fileDescriptor_e987d505bca64f2b, []int{10}
}
func (m *QYSyncRespone) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_QYSyncRespone.Unmarshal(m, b)
}
func (m *QYSyncRespone) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_QYSyncRespone.Marshal(b, m, deterministic)
}
func (m *QYSyncRespone) XXX_Merge(src proto.Message) {
xxx_messageInfo_QYSyncRespone.Merge(m, src)
}
func (m *QYSyncRespone) XXX_Size() int {
return xxx_messageInfo_QYSyncRespone.Size(m)
}
func (m *QYSyncRespone) XXX_DiscardUnknown() {
xxx_messageInfo_QYSyncRespone.DiscardUnknown(m)
}
var xxx_messageInfo_QYSyncRespone proto.InternalMessageInfo
func (m *QYSyncRespone) GetBaseResponse() *BaseResponse {
if m != nil {
return m.BaseResponse
}
return nil
}
func (m *QYSyncRespone) GetList() *QYCmdList {
if m != nil {
return m.List
}
return nil
}
func (m *QYSyncRespone) GetContinue() int64 {
if m != nil && m.Continue != nil {
return *m.Continue
}
return 0
}
func (m *QYSyncRespone) GetKey() []byte {
if m != nil {
return m.Key
}
return nil
}
type QYCmdList struct {
Count *int64 `protobuf:"varint,1,opt,name=count" json:"count,omitempty"`
List []*QYCmdItem `protobuf:"bytes,2,rep,name=list" json:"list,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *QYCmdList) Reset() { *m = QYCmdList{} }
func (m *QYCmdList) String() string { return proto.CompactTextString(m) }
func (*QYCmdList) ProtoMessage() {}
func (*QYCmdList) Descriptor() ([]byte, []int) {
return fileDescriptor_e987d505bca64f2b, []int{11}
}
func (m *QYCmdList) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_QYCmdList.Unmarshal(m, b)
}
func (m *QYCmdList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_QYCmdList.Marshal(b, m, deterministic)
}
func (m *QYCmdList) XXX_Merge(src proto.Message) {
xxx_messageInfo_QYCmdList.Merge(m, src)
}
func (m *QYCmdList) XXX_Size() int {
return xxx_messageInfo_QYCmdList.Size(m)
}
func (m *QYCmdList) XXX_DiscardUnknown() {
xxx_messageInfo_QYCmdList.DiscardUnknown(m)
}
var xxx_messageInfo_QYCmdList proto.InternalMessageInfo
func (m *QYCmdList) GetCount() int64 {
if m != nil && m.Count != nil {
return *m.Count
}
return 0
}
func (m *QYCmdList) GetList() []*QYCmdItem {
if m != nil {
return m.List
}
return nil
}
type QYCmdItem struct {
Cmdid *SyncCmdID `protobuf:"varint,1,opt,name=cmdid,enum=wechat_proto.SyncCmdID" json:"cmdid,omitempty"`
Cmdg *DATA `protobuf:"bytes,2,opt,name=cmdg" json:"cmdg,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *QYCmdItem) Reset() { *m = QYCmdItem{} }
func (m *QYCmdItem) String() string { return proto.CompactTextString(m) }
func (*QYCmdItem) ProtoMessage() {}
func (*QYCmdItem) Descriptor() ([]byte, []int) {
return fileDescriptor_e987d505bca64f2b, []int{12}
}
func (m *QYCmdItem) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_QYCmdItem.Unmarshal(m, b)
}
func (m *QYCmdItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_QYCmdItem.Marshal(b, m, deterministic)
}
func (m *QYCmdItem) XXX_Merge(src proto.Message) {
xxx_messageInfo_QYCmdItem.Merge(m, src)
}
func (m *QYCmdItem) XXX_Size() int {
return xxx_messageInfo_QYCmdItem.Size(m)
}
func (m *QYCmdItem) XXX_DiscardUnknown() {
xxx_messageInfo_QYCmdItem.DiscardUnknown(m)
}
var xxx_messageInfo_QYCmdItem proto.InternalMessageInfo
func (m *QYCmdItem) GetCmdid() SyncCmdID {
if m != nil && m.Cmdid != nil {
return *m.Cmdid
}
return SyncCmdID_CmdIdAddMsg
}
func (m *QYCmdItem) GetCmdg() *DATA {
if m != nil {
return m.Cmdg
}
return nil
}
type Openimcontact struct {
UserName *string `protobuf:"bytes,1,opt,name=userName" json:"userName,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Openimcontact) Reset() { *m = Openimcontact{} }
func (m *Openimcontact) String() string { return proto.CompactTextString(m) }
func (*Openimcontact) ProtoMessage() {}
func (*Openimcontact) Descriptor() ([]byte, []int) {
return fileDescriptor_e987d505bca64f2b, []int{13}
}
func (m *Openimcontact) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Openimcontact.Unmarshal(m, b)
}
func (m *Openimcontact) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Openimcontact.Marshal(b, m, deterministic)
}
func (m *Openimcontact) XXX_Merge(src proto.Message) {
xxx_messageInfo_Openimcontact.Merge(m, src)
}
func (m *Openimcontact) XXX_Size() int {
return xxx_messageInfo_Openimcontact.Size(m)
}
func (m *Openimcontact) XXX_DiscardUnknown() {
xxx_messageInfo_Openimcontact.DiscardUnknown(m)
}
var xxx_messageInfo_Openimcontact proto.InternalMessageInfo
func (m *Openimcontact) GetUserName() string {
if m != nil && m.UserName != nil {
return *m.UserName
}
return ""
}
type CreateQYChatRoomRequest struct {
MemberList []*Openimcontact `protobuf:"bytes,1,rep,name=memberList" json:"memberList,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *CreateQYChatRoomRequest) Reset() { *m = CreateQYChatRoomRequest{} }
func (m *CreateQYChatRoomRequest) String() string { return proto.CompactTextString(m) }
func (*CreateQYChatRoomRequest) ProtoMessage() {}
func (*CreateQYChatRoomRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_e987d505bca64f2b, []int{14}
}
func (m *CreateQYChatRoomRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_CreateQYChatRoomRequest.Unmarshal(m, b)
}
func (m *CreateQYChatRoomRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_CreateQYChatRoomRequest.Marshal(b, m, deterministic)
}
func (m *CreateQYChatRoomRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_CreateQYChatRoomRequest.Merge(m, src)
}
func (m *CreateQYChatRoomRequest) XXX_Size() int {
return xxx_messageInfo_CreateQYChatRoomRequest.Size(m)
}
func (m *CreateQYChatRoomRequest) XXX_DiscardUnknown() {
xxx_messageInfo_CreateQYChatRoomRequest.DiscardUnknown(m)
}
var xxx_messageInfo_CreateQYChatRoomRequest proto.InternalMessageInfo
func (m *CreateQYChatRoomRequest) GetMemberList() []*Openimcontact {
if m != nil {
return m.MemberList
}
return nil
}
type CreateQYChatRoomResponese struct {
BaseResponse *BaseResponse `protobuf:"bytes,1,opt,name=baseResponse" json:"baseResponse,omitempty"`
Username *string `protobuf:"bytes,2,opt,name=Username" json:"Username,omitempty"`
MemberList []*QYMemberResp `protobuf:"bytes,3,rep,name=memberList" json:"memberList,omitempty"`
T *string `protobuf:"bytes,4,opt,name=T" json:"T,omitempty"`
G *string `protobuf:"bytes,5,opt,name=G" json:"G,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *CreateQYChatRoomResponese) Reset() { *m = CreateQYChatRoomResponese{} }
func (m *CreateQYChatRoomResponese) String() string { return proto.CompactTextString(m) }
func (*CreateQYChatRoomResponese) ProtoMessage() {}
func (*CreateQYChatRoomResponese) Descriptor() ([]byte, []int) {
return fileDescriptor_e987d505bca64f2b, []int{15}
}
func (m *CreateQYChatRoomResponese) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_CreateQYChatRoomResponese.Unmarshal(m, b)
}
func (m *CreateQYChatRoomResponese) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_CreateQYChatRoomResponese.Marshal(b, m, deterministic)
}
func (m *CreateQYChatRoomResponese) XXX_Merge(src proto.Message) {
xxx_messageInfo_CreateQYChatRoomResponese.Merge(m, src)
}
func (m *CreateQYChatRoomResponese) XXX_Size() int {
return xxx_messageInfo_CreateQYChatRoomResponese.Size(m)
}
func (m *CreateQYChatRoomResponese) XXX_DiscardUnknown() {
xxx_messageInfo_CreateQYChatRoomResponese.DiscardUnknown(m)
}
var xxx_messageInfo_CreateQYChatRoomResponese proto.InternalMessageInfo
func (m *CreateQYChatRoomResponese) GetBaseResponse() *BaseResponse {
if m != nil {
return m.BaseResponse
}
return nil
}
func (m *CreateQYChatRoomResponese) GetUsername() string {
if m != nil && m.Username != nil {
return *m.Username
}
return ""
}
func (m *CreateQYChatRoomResponese) GetMemberList() []*QYMemberResp {
if m != nil {
return m.MemberList
}
return nil
}
func (m *CreateQYChatRoomResponese) GetT() string {
if m != nil && m.T != nil {
return *m.T
}
return ""
}
func (m *CreateQYChatRoomResponese) GetG() string {
if m != nil && m.G != nil {
return *m.G
}
return ""
}
type QYMemberResp struct {
Member *string `protobuf:"bytes,1,opt,name=member" json:"member,omitempty"`
MemberStatus *int64 `protobuf:"varint,2,opt,name=memberStatus" json:"memberStatus,omitempty"`
NickName *string `protobuf:"bytes,3,opt,name=nickName" json:"nickName,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *QYMemberResp) Reset() { *m = QYMemberResp{} }
func (m *QYMemberResp) String() string { return proto.CompactTextString(m) }
func (*QYMemberResp) ProtoMessage() {}
func (*QYMemberResp) Descriptor() ([]byte, []int) {
return fileDescriptor_e987d505bca64f2b, []int{16}
}
func (m *QYMemberResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_QYMemberResp.Unmarshal(m, b)
}
func (m *QYMemberResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_QYMemberResp.Marshal(b, m, deterministic)
}
func (m *QYMemberResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_QYMemberResp.Merge(m, src)
}
func (m *QYMemberResp) XXX_Size() int {
return xxx_messageInfo_QYMemberResp.Size(m)
}
func (m *QYMemberResp) XXX_DiscardUnknown() {
xxx_messageInfo_QYMemberResp.DiscardUnknown(m)
}
var xxx_messageInfo_QYMemberResp proto.InternalMessageInfo
func (m *QYMemberResp) GetMember() string {
if m != nil && m.Member != nil {
return *m.Member
}
return ""
}
func (m *QYMemberResp) GetMemberStatus() int64 {
if m != nil && m.MemberStatus != nil {
return *m.MemberStatus
}
return 0
}
func (m *QYMemberResp) GetNickName() string {
if m != nil && m.NickName != nil {
return *m.NickName
}
return ""
}
type QYChatroomContactInfoResp struct {
Username *string `protobuf:"bytes,1,opt,name=Username" json:"Username,omitempty"`
ModSetTimes *int64 `protobuf:"varint,2,opt,name=modSetTimes" json:"modSetTimes,omitempty"`
Info *QYChatroomInfo `protobuf:"bytes,3,opt,name=Info" json:"Info,omitempty"`
ModSetTimes_ *int64 `protobuf:"varint,4,opt,name=ModSetTimes" json:"ModSetTimes,omitempty"`
MemberList *QYMemberList `protobuf:"bytes,5,opt,name=MemberList" json:"MemberList,omitempty"`
T *int64 `protobuf:"varint,6,opt,name=t" json:"t,omitempty"`
G *int64 `protobuf:"varint,7,opt,name=G" json:"G,omitempty"`
P *int64 `protobuf:"varint,8,opt,name=P" json:"P,omitempty"`
Tg *int64 `protobuf:"varint,9,opt,name=tg" json:"tg,omitempty"`
App *string `protobuf:"bytes,10,opt,name=App" json:"App,omitempty"`
P_ *int64 `protobuf:"varint,11,opt,name=p" json:"p,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *QYChatroomContactInfoResp) Reset() { *m = QYChatroomContactInfoResp{} }
func (m *QYChatroomContactInfoResp) String() string { return proto.CompactTextString(m) }
func (*QYChatroomContactInfoResp) ProtoMessage() {}
func (*QYChatroomContactInfoResp) Descriptor() ([]byte, []int) {
return fileDescriptor_e987d505bca64f2b, []int{17}
}
func (m *QYChatroomContactInfoResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_QYChatroomContactInfoResp.Unmarshal(m, b)
}
func (m *QYChatroomContactInfoResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_QYChatroomContactInfoResp.Marshal(b, m, deterministic)
}
func (m *QYChatroomContactInfoResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_QYChatroomContactInfoResp.Merge(m, src)
}
func (m *QYChatroomContactInfoResp) XXX_Size() int {
return xxx_messageInfo_QYChatroomContactInfoResp.Size(m)
}
func (m *QYChatroomContactInfoResp) XXX_DiscardUnknown() {
xxx_messageInfo_QYChatroomContactInfoResp.DiscardUnknown(m)
}
var xxx_messageInfo_QYChatroomContactInfoResp proto.InternalMessageInfo
func (m *QYChatroomContactInfoResp) GetUsername() string {
if m != nil && m.Username != nil {
return *m.Username
}
return ""
}
func (m *QYChatroomContactInfoResp) GetModSetTimes() int64 {
if m != nil && m.ModSetTimes != nil {
return *m.ModSetTimes
}
return 0
}
func (m *QYChatroomContactInfoResp) GetInfo() *QYChatroomInfo {
if m != nil {
return m.Info
}
return nil
}
func (m *QYChatroomContactInfoResp) GetModSetTimes_() int64 {
if m != nil && m.ModSetTimes_ != nil {
return *m.ModSetTimes_
}
return 0
}
func (m *QYChatroomContactInfoResp) GetMemberList() *QYMemberList {
if m != nil {
return m.MemberList
}
return nil
}
func (m *QYChatroomContactInfoResp) GetT() int64 {
if m != nil && m.T != nil {
return *m.T
}
return 0
}
func (m *QYChatroomContactInfoResp) GetG() int64 {
if m != nil && m.G != nil {
return *m.G
}
return 0
}
func (m *QYChatroomContactInfoResp) GetP() int64 {
if m != nil && m.P != nil {
return *m.P
}
return 0
}
func (m *QYChatroomContactInfoResp) GetTg() int64 {
if m != nil && m.Tg != nil {
return *m.Tg
}
return 0
}
func (m *QYChatroomContactInfoResp) GetApp() string {
if m != nil && m.App != nil {
return *m.App
}
return ""
}
func (m *QYChatroomContactInfoResp) GetP_() int64 {
if m != nil && m.P_ != nil {
return *m.P_
}
return 0
}
type QYChatroomInfo struct {
ChatroomOwner *string `protobuf:"bytes,1,opt,name=ChatroomOwner" json:"ChatroomOwner,omitempty"`
Pic *string `protobuf:"bytes,2,opt,name=Pic" json:"Pic,omitempty"`
Pic_ *string `protobuf:"bytes,3,opt,name=pic" json:"pic,omitempty"`
G *int64 `protobuf:"varint,4,opt,name=g" json:"g,omitempty"`
ChatroomNickname *string `protobuf:"bytes,5,opt,name=ChatroomNickname" json:"ChatroomNickname,omitempty"`
Pyinitial *string `protobuf:"bytes,6,opt,name=Pyinitial" json:"Pyinitial,omitempty"`
Pinyin *string `protobuf:"bytes,7,opt,name=Pinyin" json:"Pinyin,omitempty"`
Announcement *string `protobuf:"bytes,8,opt,name=Announcement" json:"Announcement,omitempty"`
Announcer *string `protobuf:"bytes,9,opt,name=Announcer" json:"Announcer,omitempty"`
AnnouncementTime *int64 `protobuf:"varint,10,opt,name=AnnouncementTime" json:"AnnouncementTime,omitempty"`
CountMax *int64 `protobuf:"varint,11,opt,name=CountMax" json:"CountMax,omitempty"`
JoinMustApply *int64 `protobuf:"varint,12,opt,name=JoinMustApply" json:"JoinMustApply,omitempty"`
T *float32 `protobuf:"fixed32,13,opt,name=t" json:"t,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *QYChatroomInfo) Reset() { *m = QYChatroomInfo{} }
func (m *QYChatroomInfo) String() string { return proto.CompactTextString(m) }
func (*QYChatroomInfo) ProtoMessage() {}
func (*QYChatroomInfo) Descriptor() ([]byte, []int) {
return fileDescriptor_e987d505bca64f2b, []int{18}
}
func (m *QYChatroomInfo) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_QYChatroomInfo.Unmarshal(m, b)
}
func (m *QYChatroomInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_QYChatroomInfo.Marshal(b, m, deterministic)
}
func (m *QYChatroomInfo) XXX_Merge(src proto.Message) {
xxx_messageInfo_QYChatroomInfo.Merge(m, src)
}
func (m *QYChatroomInfo) XXX_Size() int {
return xxx_messageInfo_QYChatroomInfo.Size(m)
}
func (m *QYChatroomInfo) XXX_DiscardUnknown() {
xxx_messageInfo_QYChatroomInfo.DiscardUnknown(m)
}
var xxx_messageInfo_QYChatroomInfo proto.InternalMessageInfo
func (m *QYChatroomInfo) GetChatroomOwner() string {
if m != nil && m.ChatroomOwner != nil {
return *m.ChatroomOwner
}
return ""
}
func (m *QYChatroomInfo) GetPic() string {
if m != nil && m.Pic != nil {
return *m.Pic
}
return ""
}
func (m *QYChatroomInfo) GetPic_() string {
if m != nil && m.Pic_ != nil {
return *m.Pic_
}
return ""
}
func (m *QYChatroomInfo) GetG() int64 {
if m != nil && m.G != nil {
return *m.G
}
return 0
}
func (m *QYChatroomInfo) GetChatroomNickname() string {
if m != nil && m.ChatroomNickname != nil {
return *m.ChatroomNickname
}
return ""
}
func (m *QYChatroomInfo) GetPyinitial() string {
if m != nil && m.Pyinitial != nil {
return *m.Pyinitial
}
return ""
}
func (m *QYChatroomInfo) GetPinyin() string {
if m != nil && m.Pinyin != nil {
return *m.Pinyin
}
return ""
}
func (m *QYChatroomInfo) GetAnnouncement() string {
if m != nil && m.Announcement != nil {
return *m.Announcement
}
return ""
}
func (m *QYChatroomInfo) GetAnnouncer() string {
if m != nil && m.Announcer != nil {
return *m.Announcer
}
return ""
}
func (m *QYChatroomInfo) GetAnnouncementTime() int64 {
if m != nil && m.AnnouncementTime != nil {
return *m.AnnouncementTime
}
return 0
}
func (m *QYChatroomInfo) GetCountMax() int64 {
if m != nil && m.CountMax != nil {
return *m.CountMax
}
return 0
}
func (m *QYChatroomInfo) GetJoinMustApply() int64 {
if m != nil && m.JoinMustApply != nil {
return *m.JoinMustApply
}
return 0
}
func (m *QYChatroomInfo) GetT() float32 {
if m != nil && m.T != nil {
return *m.T
}
return 0
}
type QYMemberList struct {
MemberList []*QYMember `protobuf:"bytes,1,rep,name=MemberList" json:"MemberList,omitempty"`
G *int64 `protobuf:"varint,2,opt,name=g" json:"g,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *QYMemberList) Reset() { *m = QYMemberList{} }
func (m *QYMemberList) String() string { return proto.CompactTextString(m) }
func (*QYMemberList) ProtoMessage() {}
func (*QYMemberList) Descriptor() ([]byte, []int) {
return fileDescriptor_e987d505bca64f2b, []int{19}
}
func (m *QYMemberList) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_QYMemberList.Unmarshal(m, b)
}
func (m *QYMemberList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_QYMemberList.Marshal(b, m, deterministic)
}
func (m *QYMemberList) XXX_Merge(src proto.Message) {
xxx_messageInfo_QYMemberList.Merge(m, src)
}
func (m *QYMemberList) XXX_Size() int {
return xxx_messageInfo_QYMemberList.Size(m)
}
func (m *QYMemberList) XXX_DiscardUnknown() {
xxx_messageInfo_QYMemberList.DiscardUnknown(m)
}
var xxx_messageInfo_QYMemberList proto.InternalMessageInfo
func (m *QYMemberList) GetMemberList() []*QYMember {
if m != nil {
return m.MemberList
}
return nil
}
func (m *QYMemberList) GetG() int64 {
if m != nil && m.G != nil {
return *m.G
}
return 0
}
type QYMember struct {
Username *string `protobuf:"bytes,1,opt,name=Username" json:"Username,omitempty"`
T *string `protobuf:"bytes,2,opt,name=T" json:"T,omitempty"`
NicknameInChatroom *string `protobuf:"bytes,3,opt,name=NicknameInChatroom" json:"NicknameInChatroom,omitempty"`
G *string `protobuf:"bytes,4,opt,name=g" json:"g,omitempty"`
P *string `protobuf:"bytes,5,opt,name=P" json:"P,omitempty"`
Flag *int64 `protobuf:"varint,6,opt,name=flag" json:"flag,omitempty"`
G_ *string `protobuf:"bytes,7,opt,name=G" json:"G,omitempty"`
Tg *string `protobuf:"bytes,8,opt,name=tg" json:"tg,omitempty"`
T_ *string `protobuf:"bytes,9,opt,name=t" json:"t,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *QYMember) Reset() { *m = QYMember{} }
func (m *QYMember) String() string { return proto.CompactTextString(m) }
func (*QYMember) ProtoMessage() {}
func (*QYMember) Descriptor() ([]byte, []int) {
return fileDescriptor_e987d505bca64f2b, []int{20}
}
func (m *QYMember) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_QYMember.Unmarshal(m, b)
}
func (m *QYMember) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_QYMember.Marshal(b, m, deterministic)
}
func (m *QYMember) XXX_Merge(src proto.Message) {
xxx_messageInfo_QYMember.Merge(m, src)
}
func (m *QYMember) XXX_Size() int {
return xxx_messageInfo_QYMember.Size(m)
}
func (m *QYMember) XXX_DiscardUnknown() {
xxx_messageInfo_QYMember.DiscardUnknown(m)
}
var xxx_messageInfo_QYMember proto.InternalMessageInfo
func (m *QYMember) GetUsername() string {
if m != nil && m.Username != nil {
return *m.Username
}
return ""
}
func (m *QYMember) GetT() string {
if m != nil && m.T != nil {
return *m.T
}
return ""
}
func (m *QYMember) GetNicknameInChatroom() string {
if m != nil && m.NicknameInChatroom != nil {
return *m.NicknameInChatroom
}
return ""
}
func (m *QYMember) GetG() string {
if m != nil && m.G != nil {
return *m.G
}
return ""
}
func (m *QYMember) GetP() string {
if m != nil && m.P != nil {
return *m.P
}
return ""
}
func (m *QYMember) GetFlag() int64 {
if m != nil && m.Flag != nil {
return *m.Flag
}
return 0
}
func (m *QYMember) GetG_() string {
if m != nil && m.G_ != nil {
return *m.G_
}
return ""
}
func (m *QYMember) GetTg() string {
if m != nil && m.Tg != nil {
return *m.Tg
}
return ""
}
func (m *QYMember) GetT_() string {
if m != nil && m.T_ != nil {
return *m.T_
}
return ""
}
type QWTransferChatRoomOwnerRequest struct {
Username *string `protobuf:"bytes,1,opt,name=Username" json:"Username,omitempty"`
Owner *Openimcontact `protobuf:"bytes,2,opt,name=owner" json:"owner,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *QWTransferChatRoomOwnerRequest) Reset() { *m = QWTransferChatRoomOwnerRequest{} }
func (m *QWTransferChatRoomOwnerRequest) String() string { return proto.CompactTextString(m) }
func (*QWTransferChatRoomOwnerRequest) ProtoMessage() {}
func (*QWTransferChatRoomOwnerRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_e987d505bca64f2b, []int{21}
}
func (m *QWTransferChatRoomOwnerRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_QWTransferChatRoomOwnerRequest.Unmarshal(m, b)
}
func (m *QWTransferChatRoomOwnerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_QWTransferChatRoomOwnerRequest.Marshal(b, m, deterministic)
}
func (m *QWTransferChatRoomOwnerRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_QWTransferChatRoomOwnerRequest.Merge(m, src)
}
func (m *QWTransferChatRoomOwnerRequest) XXX_Size() int {
return xxx_messageInfo_QWTransferChatRoomOwnerRequest.Size(m)
}
func (m *QWTransferChatRoomOwnerRequest) XXX_DiscardUnknown() {
xxx_messageInfo_QWTransferChatRoomOwnerRequest.DiscardUnknown(m)
}
var xxx_messageInfo_QWTransferChatRoomOwnerRequest proto.InternalMessageInfo
func (m *QWTransferChatRoomOwnerRequest) GetUsername() string {
if m != nil && m.Username != nil {
return *m.Username
}
return ""
}
func (m *QWTransferChatRoomOwnerRequest) GetOwner() *Openimcontact {
if m != nil {
return m.Owner
}
return nil
}
type QYAddChatRoomRequest struct {
ChatRoomName *string `protobuf:"bytes,1,opt,name=chatRoomName" json:"chatRoomName,omitempty"`
MemberList []*Openimcontact `protobuf:"bytes,2,rep,name=memberList" json:"memberList,omitempty"`
T *string `protobuf:"bytes,3,opt,name=t" json:"t,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *QYAddChatRoomRequest) Reset() { *m = QYAddChatRoomRequest{} }
func (m *QYAddChatRoomRequest) String() string { return proto.CompactTextString(m) }
func (*QYAddChatRoomRequest) ProtoMessage() {}
func (*QYAddChatRoomRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_e987d505bca64f2b, []int{22}
}
func (m *QYAddChatRoomRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_QYAddChatRoomRequest.Unmarshal(m, b)
}
func (m *QYAddChatRoomRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_QYAddChatRoomRequest.Marshal(b, m, deterministic)
}
func (m *QYAddChatRoomRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_QYAddChatRoomRequest.Merge(m, src)
}
func (m *QYAddChatRoomRequest) XXX_Size() int {
return xxx_messageInfo_QYAddChatRoomRequest.Size(m)
}
func (m *QYAddChatRoomRequest) XXX_DiscardUnknown() {
xxx_messageInfo_QYAddChatRoomRequest.DiscardUnknown(m)
}
var xxx_messageInfo_QYAddChatRoomRequest proto.InternalMessageInfo
func (m *QYAddChatRoomRequest) GetChatRoomName() string {
if m != nil && m.ChatRoomName != nil {
return *m.ChatRoomName
}
return ""
}
func (m *QYAddChatRoomRequest) GetMemberList() []*Openimcontact {
if m != nil {
return m.MemberList
}
return nil
}
func (m *QYAddChatRoomRequest) GetT() string {
if m != nil && m.T != nil {
return *m.T
}
return ""
}
type QYAddChatRoomMemberResponse struct {
BaseResponse *BaseResponse `protobuf:"bytes,1,opt,name=baseResponse" json:"baseResponse,omitempty"`
MemberList []*QYMemberResp `protobuf:"bytes,2,rep,name=memberList" json:"memberList,omitempty"`
T *string `protobuf:"bytes,3,opt,name=T" json:"T,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *QYAddChatRoomMemberResponse) Reset() { *m = QYAddChatRoomMemberResponse{} }
func (m *QYAddChatRoomMemberResponse) String() string { return proto.CompactTextString(m) }
func (*QYAddChatRoomMemberResponse) ProtoMessage() {}
func (*QYAddChatRoomMemberResponse) Descriptor() ([]byte, []int) {
return fileDescriptor_e987d505bca64f2b, []int{23}
}
func (m *QYAddChatRoomMemberResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_QYAddChatRoomMemberResponse.Unmarshal(m, b)
}
func (m *QYAddChatRoomMemberResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_QYAddChatRoomMemberResponse.Marshal(b, m, deterministic)
}
func (m *QYAddChatRoomMemberResponse) XXX_Merge(src proto.Message) {
xxx_messageInfo_QYAddChatRoomMemberResponse.Merge(m, src)
}
func (m *QYAddChatRoomMemberResponse) XXX_Size() int {
return xxx_messageInfo_QYAddChatRoomMemberResponse.Size(m)
}
func (m *QYAddChatRoomMemberResponse) XXX_DiscardUnknown() {
xxx_messageInfo_QYAddChatRoomMemberResponse.DiscardUnknown(m)
}
var xxx_messageInfo_QYAddChatRoomMemberResponse proto.InternalMessageInfo
func (m *QYAddChatRoomMemberResponse) GetBaseResponse() *BaseResponse {
if m != nil {
return m.BaseResponse
}
return nil
}
func (m *QYAddChatRoomMemberResponse) GetMemberList() []*QYMemberResp {
if m != nil {
return m.MemberList
}
return nil
}
func (m *QYAddChatRoomMemberResponse) GetT() string {
if m != nil && m.T != nil {
return *m.T
}
return ""
}
type InviteQYChatRoomRequest struct {
ChatRoomName *string `protobuf:"bytes,1,opt,name=chatRoomName" json:"chatRoomName,omitempty"`
MemberList []*Openimcontact `protobuf:"bytes,2,rep,name=memberList" json:"memberList,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *InviteQYChatRoomRequest) Reset() { *m = InviteQYChatRoomRequest{} }
func (m *InviteQYChatRoomRequest) String() string { return proto.CompactTextString(m) }
func (*InviteQYChatRoomRequest) ProtoMessage() {}
func (*InviteQYChatRoomRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_e987d505bca64f2b, []int{24}
}
func (m *InviteQYChatRoomRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_InviteQYChatRoomRequest.Unmarshal(m, b)
}
func (m *InviteQYChatRoomRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_InviteQYChatRoomRequest.Marshal(b, m, deterministic)
}
func (m *InviteQYChatRoomRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_InviteQYChatRoomRequest.Merge(m, src)
}
func (m *InviteQYChatRoomRequest) XXX_Size() int {
return xxx_messageInfo_InviteQYChatRoomRequest.Size(m)
}
func (m *InviteQYChatRoomRequest) XXX_DiscardUnknown() {
xxx_messageInfo_InviteQYChatRoomRequest.DiscardUnknown(m)
}
var xxx_messageInfo_InviteQYChatRoomRequest proto.InternalMessageInfo
func (m *InviteQYChatRoomRequest) GetChatRoomName() string {
if m != nil && m.ChatRoomName != nil {
return *m.ChatRoomName
}
return ""
}
func (m *InviteQYChatRoomRequest) GetMemberList() []*Openimcontact {
if m != nil {
return m.MemberList
}
return nil
}
type QYDelChatRoomMemberRequest struct {
Username *string `protobuf:"bytes,1,opt,name=Username" json:"Username,omitempty"`
MemberList []*Openimcontact `protobuf:"bytes,2,rep,name=memberList" json:"memberList,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *QYDelChatRoomMemberRequest) Reset() { *m = QYDelChatRoomMemberRequest{} }
func (m *QYDelChatRoomMemberRequest) String() string { return proto.CompactTextString(m) }
func (*QYDelChatRoomMemberRequest) ProtoMessage() {}
func (*QYDelChatRoomMemberRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_e987d505bca64f2b, []int{25}
}
func (m *QYDelChatRoomMemberRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_QYDelChatRoomMemberRequest.Unmarshal(m, b)
}
func (m *QYDelChatRoomMemberRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_QYDelChatRoomMemberRequest.Marshal(b, m, deterministic)
}
func (m *QYDelChatRoomMemberRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_QYDelChatRoomMemberRequest.Merge(m, src)
}
func (m *QYDelChatRoomMemberRequest) XXX_Size() int {
return xxx_messageInfo_QYDelChatRoomMemberRequest.Size(m)
}
func (m *QYDelChatRoomMemberRequest) XXX_DiscardUnknown() {
xxx_messageInfo_QYDelChatRoomMemberRequest.DiscardUnknown(m)
}
var xxx_messageInfo_QYDelChatRoomMemberRequest proto.InternalMessageInfo
func (m *QYDelChatRoomMemberRequest) GetUsername() string {
if m != nil && m.Username != nil {
return *m.Username
}
return ""
}
func (m *QYDelChatRoomMemberRequest) GetMemberList() []*Openimcontact {
if m != nil {
return m.MemberList
}
return nil
}
type QYDelChatRoomMemberResponse struct {
BaseResponse *BaseResponse `protobuf:"bytes,1,opt,name=baseResponse" json:"baseResponse,omitempty"`
MemberList []*QYMemberResp `protobuf:"bytes,2,rep,name=memberList" json:"memberList,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *QYDelChatRoomMemberResponse) Reset() { *m = QYDelChatRoomMemberResponse{} }
func (m *QYDelChatRoomMemberResponse) String() string { return proto.CompactTextString(m) }
func (*QYDelChatRoomMemberResponse) ProtoMessage() {}
func (*QYDelChatRoomMemberResponse) Descriptor() ([]byte, []int) {
return fileDescriptor_e987d505bca64f2b, []int{26}
}
func (m *QYDelChatRoomMemberResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_QYDelChatRoomMemberResponse.Unmarshal(m, b)
}
func (m *QYDelChatRoomMemberResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_QYDelChatRoomMemberResponse.Marshal(b, m, deterministic)
}
func (m *QYDelChatRoomMemberResponse) XXX_Merge(src proto.Message) {
xxx_messageInfo_QYDelChatRoomMemberResponse.Merge(m, src)
}
func (m *QYDelChatRoomMemberResponse) XXX_Size() int {
return xxx_messageInfo_QYDelChatRoomMemberResponse.Size(m)
}
func (m *QYDelChatRoomMemberResponse) XXX_DiscardUnknown() {
xxx_messageInfo_QYDelChatRoomMemberResponse.DiscardUnknown(m)
}
var xxx_messageInfo_QYDelChatRoomMemberResponse proto.InternalMessageInfo
func (m *QYDelChatRoomMemberResponse) GetBaseResponse() *BaseResponse {
if m != nil {
return m.BaseResponse
}
return nil
}
func (m *QYDelChatRoomMemberResponse) GetMemberList() []*QYMemberResp {
if m != nil {
return m.MemberList
}
return nil
}
type QYChatroomContactResponse struct {
BaseResponse *BaseResponse `protobuf:"bytes,1,opt,name=baseResponse" json:"baseResponse,omitempty"`
Info *QYChatroomContactInfo `protobuf:"bytes,2,opt,name=info" json:"info,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *QYChatroomContactResponse) Reset() { *m = QYChatroomContactResponse{} }
func (m *QYChatroomContactResponse) String() string { return proto.CompactTextString(m) }
func (*QYChatroomContactResponse) ProtoMessage() {}
func (*QYChatroomContactResponse) Descriptor() ([]byte, []int) {
return fileDescriptor_e987d505bca64f2b, []int{27}
}
func (m *QYChatroomContactResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_QYChatroomContactResponse.Unmarshal(m, b)
}
func (m *QYChatroomContactResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_QYChatroomContactResponse.Marshal(b, m, deterministic)
}
func (m *QYChatroomContactResponse) XXX_Merge(src proto.Message) {
xxx_messageInfo_QYChatroomContactResponse.Merge(m, src)
}
func (m *QYChatroomContactResponse) XXX_Size() int {
return xxx_messageInfo_QYChatroomContactResponse.Size(m)
}
func (m *QYChatroomContactResponse) XXX_DiscardUnknown() {
xxx_messageInfo_QYChatroomContactResponse.DiscardUnknown(m)
}
var xxx_messageInfo_QYChatroomContactResponse proto.InternalMessageInfo
func (m *QYChatroomContactResponse) GetBaseResponse() *BaseResponse {
if m != nil {
return m.BaseResponse
}
return nil
}
func (m *QYChatroomContactResponse) GetInfo() *QYChatroomContactInfo {
if m != nil {
return m.Info
}
return nil
}
type QYChatroomContactInfo struct {
Username *string `protobuf:"bytes,1,opt,name=Username" json:"Username,omitempty"`
ModSetTimes *int64 `protobuf:"varint,2,opt,name=modSetTimes" json:"modSetTimes,omitempty"`
Info *QYChatroomInfo `protobuf:"bytes,3,opt,name=Info" json:"Info,omitempty"`
ModSetTimes_ *int64 `protobuf:"varint,4,opt,name=ModSetTimes" json:"ModSetTimes,omitempty"`
MemberList *QYMemberList `protobuf:"bytes,5,opt,name=MemberList" json:"MemberList,omitempty"`
T *int64 `protobuf:"varint,6,opt,name=t" json:"t,omitempty"`
G *int64 `protobuf:"varint,7,opt,name=G" json:"G,omitempty"`
P *int64 `protobuf:"varint,8,opt,name=P" json:"P,omitempty"`
Tg *int64 `protobuf:"varint,9,opt,name=tg" json:"tg,omitempty"`
App *string `protobuf:"bytes,10,opt,name=App" json:"App,omitempty"`
P_ *int64 `protobuf:"varint,11,opt,name=p" json:"p,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *QYChatroomContactInfo) Reset() { *m = QYChatroomContactInfo{} }
func (m *QYChatroomContactInfo) String() string { return proto.CompactTextString(m) }
func (*QYChatroomContactInfo) ProtoMessage() {}
func (*QYChatroomContactInfo) Descriptor() ([]byte, []int) {
return fileDescriptor_e987d505bca64f2b, []int{28}
}
func (m *QYChatroomContactInfo) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_QYChatroomContactInfo.Unmarshal(m, b)
}
func (m *QYChatroomContactInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_QYChatroomContactInfo.Marshal(b, m, deterministic)
}
func (m *QYChatroomContactInfo) XXX_Merge(src proto.Message) {
xxx_messageInfo_QYChatroomContactInfo.Merge(m, src)
}
func (m *QYChatroomContactInfo) XXX_Size() int {
return xxx_messageInfo_QYChatroomContactInfo.Size(m)
}
func (m *QYChatroomContactInfo) XXX_DiscardUnknown() {
xxx_messageInfo_QYChatroomContactInfo.DiscardUnknown(m)
}
var xxx_messageInfo_QYChatroomContactInfo proto.InternalMessageInfo
func (m *QYChatroomContactInfo) GetUsername() string {
if m != nil && m.Username != nil {
return *m.Username
}
return ""
}
func (m *QYChatroomContactInfo) GetModSetTimes() int64 {
if m != nil && m.ModSetTimes != nil {
return *m.ModSetTimes
}
return 0
}
func (m *QYChatroomContactInfo) GetInfo() *QYChatroomInfo {
if m != nil {
return m.Info
}
return nil
}
func (m *QYChatroomContactInfo) GetModSetTimes_() int64 {
if m != nil && m.ModSetTimes_ != nil {
return *m.ModSetTimes_
}
return 0
}
func (m *QYChatroomContactInfo) GetMemberList() *QYMemberList {
if m != nil {
return m.MemberList
}
return nil
}
func (m *QYChatroomContactInfo) GetT() int64 {
if m != nil && m.T != nil {
return *m.T
}
return 0
}
func (m *QYChatroomContactInfo) GetG() int64 {
if m != nil && m.G != nil {
return *m.G
}
return 0
}
func (m *QYChatroomContactInfo) GetP() int64 {
if m != nil && m.P != nil {
return *m.P
}
return 0
}
func (m *QYChatroomContactInfo) GetTg() int64 {
if m != nil && m.Tg != nil {
return *m.Tg
}
return 0
}
func (m *QYChatroomContactInfo) GetApp() string {
if m != nil && m.App != nil {
return *m.App
}
return ""
}
func (m *QYChatroomContactInfo) GetP_() int64 {
if m != nil && m.P_ != nil {
return *m.P_
}
return 0
}
type QYGetQRCodeResponse struct {
BaseResponse *BaseResponse `protobuf:"bytes,1,opt,name=baseResponse" json:"baseResponse,omitempty"`
Qrcode [][]byte `protobuf:"bytes,2,rep,name=qrcode" json:"qrcode,omitempty"`
FooterWording *string `protobuf:"bytes,3,opt,name=footerWording" json:"footerWording,omitempty"`
Link *string `protobuf:"bytes,4,opt,name=link" json:"link,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *QYGetQRCodeResponse) Reset() { *m = QYGetQRCodeResponse{} }
func (m *QYGetQRCodeResponse) String() string { return proto.CompactTextString(m) }
func (*QYGetQRCodeResponse) ProtoMessage() {}
func (*QYGetQRCodeResponse) Descriptor() ([]byte, []int) {
return fileDescriptor_e987d505bca64f2b, []int{29}
}
func (m *QYGetQRCodeResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_QYGetQRCodeResponse.Unmarshal(m, b)
}
func (m *QYGetQRCodeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_QYGetQRCodeResponse.Marshal(b, m, deterministic)
}
func (m *QYGetQRCodeResponse) XXX_Merge(src proto.Message) {
xxx_messageInfo_QYGetQRCodeResponse.Merge(m, src)
}
func (m *QYGetQRCodeResponse) XXX_Size() int {
return xxx_messageInfo_QYGetQRCodeResponse.Size(m)
}
func (m *QYGetQRCodeResponse) XXX_DiscardUnknown() {
xxx_messageInfo_QYGetQRCodeResponse.DiscardUnknown(m)
}
var xxx_messageInfo_QYGetQRCodeResponse proto.InternalMessageInfo
func (m *QYGetQRCodeResponse) GetBaseResponse() *BaseResponse {
if m != nil {
return m.BaseResponse
}
return nil
}
func (m *QYGetQRCodeResponse) GetQrcode() [][]byte {
if m != nil {
return m.Qrcode
}
return nil
}
func (m *QYGetQRCodeResponse) GetFooterWording() string {
if m != nil && m.FooterWording != nil {
return *m.FooterWording
}
return ""
}
func (m *QYGetQRCodeResponse) GetLink() string {
if m != nil && m.Link != nil {
return *m.Link
}
return ""
}
type QYChatRoomAdminRequest struct {
ChatRoomName *string `protobuf:"bytes,1,opt,name=chatRoomName" json:"chatRoomName,omitempty"`
MemberList []string `protobuf:"bytes,2,rep,name=memberList" json:"memberList,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *QYChatRoomAdminRequest) Reset() { *m = QYChatRoomAdminRequest{} }
func (m *QYChatRoomAdminRequest) String() string { return proto.CompactTextString(m) }
func (*QYChatRoomAdminRequest) ProtoMessage() {}
func (*QYChatRoomAdminRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_e987d505bca64f2b, []int{30}
}
func (m *QYChatRoomAdminRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_QYChatRoomAdminRequest.Unmarshal(m, b)
}
func (m *QYChatRoomAdminRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_QYChatRoomAdminRequest.Marshal(b, m, deterministic)
}
func (m *QYChatRoomAdminRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_QYChatRoomAdminRequest.Merge(m, src)
}
func (m *QYChatRoomAdminRequest) XXX_Size() int {
return xxx_messageInfo_QYChatRoomAdminRequest.Size(m)
}
func (m *QYChatRoomAdminRequest) XXX_DiscardUnknown() {
xxx_messageInfo_QYChatRoomAdminRequest.DiscardUnknown(m)
}
var xxx_messageInfo_QYChatRoomAdminRequest proto.InternalMessageInfo
func (m *QYChatRoomAdminRequest) GetChatRoomName() string {
if m != nil && m.ChatRoomName != nil {
return *m.ChatRoomName
}
return ""
}
func (m *QYChatRoomAdminRequest) GetMemberList() []string {
if m != nil {
return m.MemberList
}
return nil
}
type QYAdminAcceptJoinChatRoomSet struct {
G *string `protobuf:"bytes,1,opt,name=g" json:"g,omitempty"`
P *int64 `protobuf:"varint,2,opt,name=p" json:"p,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *QYAdminAcceptJoinChatRoomSet) Reset() { *m = QYAdminAcceptJoinChatRoomSet{} }
func (m *QYAdminAcceptJoinChatRoomSet) String() string { return proto.CompactTextString(m) }
func (*QYAdminAcceptJoinChatRoomSet) ProtoMessage() {}
func (*QYAdminAcceptJoinChatRoomSet) Descriptor() ([]byte, []int) {
return fileDescriptor_e987d505bca64f2b, []int{31}
}
func (m *QYAdminAcceptJoinChatRoomSet) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_QYAdminAcceptJoinChatRoomSet.Unmarshal(m, b)
}
func (m *QYAdminAcceptJoinChatRoomSet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_QYAdminAcceptJoinChatRoomSet.Marshal(b, m, deterministic)
}
func (m *QYAdminAcceptJoinChatRoomSet) XXX_Merge(src proto.Message) {
xxx_messageInfo_QYAdminAcceptJoinChatRoomSet.Merge(m, src)
}
func (m *QYAdminAcceptJoinChatRoomSet) XXX_Size() int {
return xxx_messageInfo_QYAdminAcceptJoinChatRoomSet.Size(m)
}
func (m *QYAdminAcceptJoinChatRoomSet) XXX_DiscardUnknown() {
xxx_messageInfo_QYAdminAcceptJoinChatRoomSet.DiscardUnknown(m)
}
var xxx_messageInfo_QYAdminAcceptJoinChatRoomSet proto.InternalMessageInfo
func (m *QYAdminAcceptJoinChatRoomSet) GetG() string {
if m != nil && m.G != nil {
return *m.G
}
return ""
}
func (m *QYAdminAcceptJoinChatRoomSet) GetP() int64 {
if m != nil && m.P != nil {
return *m.P
}
return 0
}
type QYAdminAddRequest struct {
Room *string `protobuf:"bytes,1,opt,name=room" json:"room,omitempty"`
Username *Openimcontact `protobuf:"bytes,2,opt,name=username" json:"username,omitempty"`
Usernamelist []*Openimcontact `protobuf:"bytes,3,rep,name=usernamelist" json:"usernamelist,omitempty"`
Key *string `protobuf:"bytes,4,opt,name=key" json:"key,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *QYAdminAddRequest) Reset() { *m = QYAdminAddRequest{} }
func (m *QYAdminAddRequest) String() string { return proto.CompactTextString(m) }
func (*QYAdminAddRequest) ProtoMessage() {}
func (*QYAdminAddRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_e987d505bca64f2b, []int{32}
}
func (m *QYAdminAddRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_QYAdminAddRequest.Unmarshal(m, b)
}
func (m *QYAdminAddRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_QYAdminAddRequest.Marshal(b, m, deterministic)
}
func (m *QYAdminAddRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_QYAdminAddRequest.Merge(m, src)
}
func (m *QYAdminAddRequest) XXX_Size() int {
return xxx_messageInfo_QYAdminAddRequest.Size(m)
}
func (m *QYAdminAddRequest) XXX_DiscardUnknown() {
xxx_messageInfo_QYAdminAddRequest.DiscardUnknown(m)
}
var xxx_messageInfo_QYAdminAddRequest proto.InternalMessageInfo
func (m *QYAdminAddRequest) GetRoom() string {
if m != nil && m.Room != nil {
return *m.Room
}
return ""
}
func (m *QYAdminAddRequest) GetUsername() *Openimcontact {
if m != nil {
return m.Username
}
return nil
}
func (m *QYAdminAddRequest) GetUsernamelist() []*Openimcontact {
if m != nil {
return m.Usernamelist
}
return nil
}
func (m *QYAdminAddRequest) GetKey() string {
if m != nil && m.Key != nil {
return *m.Key
}
return ""
}
type GetQYChatroomMemberDetailResponse struct {
BaseResponse *BaseResponse `protobuf:"bytes,1,opt,name=baseResponse" json:"baseResponse,omitempty"`
ClientVersion *uint64 `protobuf:"varint,2,opt,name=clientVersion" json:"clientVersion,omitempty"`
NewChatroomData *QYChatRoomMemberData `protobuf:"bytes,3,opt,name=newChatroomData" json:"newChatroomData,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *GetQYChatroomMemberDetailResponse) Reset() { *m = GetQYChatroomMemberDetailResponse{} }
func (m *GetQYChatroomMemberDetailResponse) String() string { return proto.CompactTextString(m) }
func (*GetQYChatroomMemberDetailResponse) ProtoMessage() {}
func (*GetQYChatroomMemberDetailResponse) Descriptor() ([]byte, []int) {
return fileDescriptor_e987d505bca64f2b, []int{33}
}
func (m *GetQYChatroomMemberDetailResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetQYChatroomMemberDetailResponse.Unmarshal(m, b)
}
func (m *GetQYChatroomMemberDetailResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetQYChatroomMemberDetailResponse.Marshal(b, m, deterministic)
}
func (m *GetQYChatroomMemberDetailResponse) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetQYChatroomMemberDetailResponse.Merge(m, src)
}
func (m *GetQYChatroomMemberDetailResponse) XXX_Size() int {
return xxx_messageInfo_GetQYChatroomMemberDetailResponse.Size(m)
}
func (m *GetQYChatroomMemberDetailResponse) XXX_DiscardUnknown() {
xxx_messageInfo_GetQYChatroomMemberDetailResponse.DiscardUnknown(m)
}
var xxx_messageInfo_GetQYChatroomMemberDetailResponse proto.InternalMessageInfo
func (m *GetQYChatroomMemberDetailResponse) GetBaseResponse() *BaseResponse {
if m != nil {
return m.BaseResponse
}
return nil
}
func (m *GetQYChatroomMemberDetailResponse) GetClientVersion() uint64 {
if m != nil && m.ClientVersion != nil {
return *m.ClientVersion
}
return 0
}
func (m *GetQYChatroomMemberDetailResponse) GetNewChatroomData() *QYChatRoomMemberData {
if m != nil {
return m.NewChatroomData
}
return nil
}
type QYChatRoomMemberData struct {
ChatRoomMember []*QYChatRoomMemberInfo `protobuf:"bytes,1,rep,name=chatRoomMember" json:"chatRoomMember,omitempty"`
InfoMask *uint64 `protobuf:"varint,2,opt,name=infoMask" json:"infoMask,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *QYChatRoomMemberData) Reset() { *m = QYChatRoomMemberData{} }
func (m *QYChatRoomMemberData) String() string { return proto.CompactTextString(m) }
func (*QYChatRoomMemberData) ProtoMessage() {}
func (*QYChatRoomMemberData) Descriptor() ([]byte, []int) {
return fileDescriptor_e987d505bca64f2b, []int{34}
}
func (m *QYChatRoomMemberData) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_QYChatRoomMemberData.Unmarshal(m, b)
}
func (m *QYChatRoomMemberData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_QYChatRoomMemberData.Marshal(b, m, deterministic)
}
func (m *QYChatRoomMemberData) XXX_Merge(src proto.Message) {
xxx_messageInfo_QYChatRoomMemberData.Merge(m, src)
}
func (m *QYChatRoomMemberData) XXX_Size() int {
return xxx_messageInfo_QYChatRoomMemberData.Size(m)
}
func (m *QYChatRoomMemberData) XXX_DiscardUnknown() {
xxx_messageInfo_QYChatRoomMemberData.DiscardUnknown(m)
}
var xxx_messageInfo_QYChatRoomMemberData proto.InternalMessageInfo
func (m *QYChatRoomMemberData) GetChatRoomMember() []*QYChatRoomMemberInfo {
if m != nil {
return m.ChatRoomMember
}
return nil
}
func (m *QYChatRoomMemberData) GetInfoMask() uint64 {
if m != nil && m.InfoMask != nil {
return *m.InfoMask
}
return 0
}
type QYChatRoomMemberInfo struct {
UserName *string `protobuf:"bytes,1,opt,name=userName" json:"userName,omitempty"`
NickName *string `protobuf:"bytes,2,opt,name=nickName" json:"nickName,omitempty"`
DisplayName *string `protobuf:"bytes,3,opt,name=displayName" json:"displayName,omitempty"`
BigHeadImgUrl *string `protobuf:"bytes,4,opt,name=bigHeadImgUrl" json:"bigHeadImgUrl,omitempty"`
SmallHeadImgUrl *string `protobuf:"bytes,5,opt,name=smallHeadImgUrl" json:"smallHeadImgUrl,omitempty"`
ChatroomMemberFlag *uint64 `protobuf:"varint,6,opt,name=chatroomMemberFlag" json:"chatroomMemberFlag,omitempty"`
AppId *string `protobuf:"bytes,7,opt,name=appId" json:"appId,omitempty"`
Qy *string `protobuf:"bytes,8,opt,name=qy" json:"qy,omitempty"`
Linkman *string `protobuf:"bytes,9,opt,name=linkman" json:"linkman,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *QYChatRoomMemberInfo) Reset() { *m = QYChatRoomMemberInfo{} }
func (m *QYChatRoomMemberInfo) String() string { return proto.CompactTextString(m) }
func (*QYChatRoomMemberInfo) ProtoMessage() {}
func (*QYChatRoomMemberInfo) Descriptor() ([]byte, []int) {
return fileDescriptor_e987d505bca64f2b, []int{35}
}
func (m *QYChatRoomMemberInfo) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_QYChatRoomMemberInfo.Unmarshal(m, b)
}
func (m *QYChatRoomMemberInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_QYChatRoomMemberInfo.Marshal(b, m, deterministic)
}
func (m *QYChatRoomMemberInfo) XXX_Merge(src proto.Message) {
xxx_messageInfo_QYChatRoomMemberInfo.Merge(m, src)
}
func (m *QYChatRoomMemberInfo) XXX_Size() int {
return xxx_messageInfo_QYChatRoomMemberInfo.Size(m)
}
func (m *QYChatRoomMemberInfo) XXX_DiscardUnknown() {
xxx_messageInfo_QYChatRoomMemberInfo.DiscardUnknown(m)
}
var xxx_messageInfo_QYChatRoomMemberInfo proto.InternalMessageInfo
func (m *QYChatRoomMemberInfo) GetUserName() string {
if m != nil && m.UserName != nil {
return *m.UserName
}
return ""
}
func (m *QYChatRoomMemberInfo) GetNickName() string {
if m != nil && m.NickName != nil {
return *m.NickName
}
return ""
}
func (m *QYChatRoomMemberInfo) GetDisplayName() string {
if m != nil && m.DisplayName != nil {
return *m.DisplayName
}
return ""
}
func (m *QYChatRoomMemberInfo) GetBigHeadImgUrl() string {
if m != nil && m.BigHeadImgUrl != nil {
return *m.BigHeadImgUrl
}
return ""
}
func (m *QYChatRoomMemberInfo) GetSmallHeadImgUrl() string {
if m != nil && m.SmallHeadImgUrl != nil {
return *m.SmallHeadImgUrl
}
return ""
}
func (m *QYChatRoomMemberInfo) GetChatroomMemberFlag() uint64 {
if m != nil && m.ChatroomMemberFlag != nil {
return *m.ChatroomMemberFlag
}
return 0
}
func (m *QYChatRoomMemberInfo) GetAppId() string {
if m != nil && m.AppId != nil {
return *m.AppId
}
return ""
}
func (m *QYChatRoomMemberInfo) GetQy() string {
if m != nil && m.Qy != nil {
return *m.Qy
}
return ""
}
func (m *QYChatRoomMemberInfo) GetLinkman() string {
if m != nil && m.Linkman != nil {
return *m.Linkman
}
return ""
}
type GetQYChatroomMemberDetailRequest struct {
ChatroomUserName *string `protobuf:"bytes,1,opt,name=chatroomUserName" json:"chatroomUserName,omitempty"`
ClientVersion *uint64 `protobuf:"varint,2,opt,name=clientVersion" json:"clientVersion,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *GetQYChatroomMemberDetailRequest) Reset() { *m = GetQYChatroomMemberDetailRequest{} }
func (m *GetQYChatroomMemberDetailRequest) String() string { return proto.CompactTextString(m) }
func (*GetQYChatroomMemberDetailRequest) ProtoMessage() {}
func (*GetQYChatroomMemberDetailRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_e987d505bca64f2b, []int{36}
}
func (m *GetQYChatroomMemberDetailRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetQYChatroomMemberDetailRequest.Unmarshal(m, b)
}
func (m *GetQYChatroomMemberDetailRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetQYChatroomMemberDetailRequest.Marshal(b, m, deterministic)
}
func (m *GetQYChatroomMemberDetailRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetQYChatroomMemberDetailRequest.Merge(m, src)
}
func (m *GetQYChatroomMemberDetailRequest) XXX_Size() int {
return xxx_messageInfo_GetQYChatroomMemberDetailRequest.Size(m)
}
func (m *GetQYChatroomMemberDetailRequest) XXX_DiscardUnknown() {
xxx_messageInfo_GetQYChatroomMemberDetailRequest.DiscardUnknown(m)
}
var xxx_messageInfo_GetQYChatroomMemberDetailRequest proto.InternalMessageInfo
func (m *GetQYChatroomMemberDetailRequest) GetChatroomUserName() string {
if m != nil && m.ChatroomUserName != nil {
return *m.ChatroomUserName
}
return ""
}
func (m *GetQYChatroomMemberDetailRequest) GetClientVersion() uint64 {
if m != nil && m.ClientVersion != nil {
return *m.ClientVersion
}
return 0
}
func init() {
proto.RegisterEnum("wechat_proto.SyncCmdID", SyncCmdID_name, SyncCmdID_value)
proto.RegisterType((*SearchQYContactRequest)(nil), "wechat_proto.SearchQYContactRequest")
proto.RegisterType((*SearchQYContactResponse)(nil), "wechat_proto.SearchQYContactResponse")
proto.RegisterType((*SearchQYContact)(nil), "wechat_proto.SearchQYContact")
proto.RegisterType((*GetQYContactRequest)(nil), "wechat_proto.GetQYContactRequest")
proto.RegisterType((*GetQYContactResponse)(nil), "wechat_proto.GetQYContactResponse")
proto.RegisterType((*ContactInfo)(nil), "wechat_proto.ContactInfo")
proto.RegisterType((*QYVAddUserRequest)(nil), "wechat_proto.QYVAddUserRequest")
proto.RegisterType((*QYVerifyUserRequest)(nil), "wechat_proto.QYVerifyUserRequest")
proto.RegisterType((*QYModChatRoomTopicRequest)(nil), "wechat_proto.QYModChatRoomTopicRequest")
proto.RegisterType((*QYSyncRequest)(nil), "wechat_proto.QYSyncRequest")
proto.RegisterType((*QYSyncRespone)(nil), "wechat_proto.QYSyncRespone")
proto.RegisterType((*QYCmdList)(nil), "wechat_proto.QYCmdList")
proto.RegisterType((*QYCmdItem)(nil), "wechat_proto.QYCmdItem")
proto.RegisterType((*Openimcontact)(nil), "wechat_proto.Openimcontact")
proto.RegisterType((*CreateQYChatRoomRequest)(nil), "wechat_proto.CreateQYChatRoomRequest")
proto.RegisterType((*CreateQYChatRoomResponese)(nil), "wechat_proto.CreateQYChatRoomResponese")
proto.RegisterType((*QYMemberResp)(nil), "wechat_proto.QYMemberResp")
proto.RegisterType((*QYChatroomContactInfoResp)(nil), "wechat_proto.QYChatroomContactInfoResp")
proto.RegisterType((*QYChatroomInfo)(nil), "wechat_proto.QYChatroomInfo")
proto.RegisterType((*QYMemberList)(nil), "wechat_proto.QYMemberList")
proto.RegisterType((*QYMember)(nil), "wechat_proto.QYMember")
proto.RegisterType((*QWTransferChatRoomOwnerRequest)(nil), "wechat_proto.QWTransferChatRoomOwnerRequest")
proto.RegisterType((*QYAddChatRoomRequest)(nil), "wechat_proto.QYAddChatRoomRequest")
proto.RegisterType((*QYAddChatRoomMemberResponse)(nil), "wechat_proto.QYAddChatRoomMemberResponse")
proto.RegisterType((*InviteQYChatRoomRequest)(nil), "wechat_proto.InviteQYChatRoomRequest")
proto.RegisterType((*QYDelChatRoomMemberRequest)(nil), "wechat_proto.QYDelChatRoomMemberRequest")
proto.RegisterType((*QYDelChatRoomMemberResponse)(nil), "wechat_proto.QYDelChatRoomMemberResponse")
proto.RegisterType((*QYChatroomContactResponse)(nil), "wechat_proto.QYChatroomContactResponse")
proto.RegisterType((*QYChatroomContactInfo)(nil), "wechat_proto.QYChatroomContactInfo")
proto.RegisterType((*QYGetQRCodeResponse)(nil), "wechat_proto.QYGetQRCodeResponse")
proto.RegisterType((*QYChatRoomAdminRequest)(nil), "wechat_proto.QYChatRoomAdminRequest")
proto.RegisterType((*QYAdminAcceptJoinChatRoomSet)(nil), "wechat_proto.QYAdminAcceptJoinChatRoomSet")
proto.RegisterType((*QYAdminAddRequest)(nil), "wechat_proto.QYAdminAddRequest")
proto.RegisterType((*GetQYChatroomMemberDetailResponse)(nil), "wechat_proto.GetQYChatroomMemberDetailResponse")
proto.RegisterType((*QYChatRoomMemberData)(nil), "wechat_proto.QYChatRoomMemberData")
proto.RegisterType((*QYChatRoomMemberInfo)(nil), "wechat_proto.QYChatRoomMemberInfo")
proto.RegisterType((*GetQYChatroomMemberDetailRequest)(nil), "wechat_proto.GetQYChatroomMemberDetailRequest")
}
func init() { proto.RegisterFile("enterprise_wecaht.proto", fileDescriptor_e987d505bca64f2b) }
var fileDescriptor_e987d505bca64f2b = []byte{
// 2348 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x58, 0x4b, 0x6f, 0x23, 0x59,
0x15, 0xa6, 0x6c, 0x27, 0x1d, 0x1f, 0x3b, 0x49, 0xcd, 0x4d, 0x3a, 0x71, 0x92, 0x9e, 0x9e, 0x4c,
0xcd, 0x00, 0xd1, 0x34, 0x93, 0x99, 0x6e, 0x60, 0x1a, 0xf5, 0x48, 0x20, 0xc7, 0x76, 0xd2, 0xee,
0x4e, 0xf9, 0x51, 0x55, 0x49, 0x26, 0x08, 0x29, 0xaa, 0x54, 0xdd, 0x38, 0xa5, 0xb8, 0x1e, 0x5d,
0x2e, 0x77, 0xda, 0xb3, 0x60, 0x37, 0x12, 0x4b, 0x24, 0xd8, 0xb0, 0x63, 0xc5, 0x48, 0xac, 0x90,
0xf8, 0x01, 0x20, 0xb1, 0x81, 0x15, 0x4b, 0x7e, 0x07, 0xff, 0x00, 0xdd, 0x57, 0xbd, 0xec, 0xa4,
0xa7, 0x35, 0x8d, 0xd8, 0xb0, 0xab, 0xf3, 0x9d, 0x73, 0xef, 0x39, 0xf7, 0x3c, 0xef, 0x2d, 0x58,
0xc7, 0x5e, 0x84, 0xc3, 0x20, 0x74, 0x46, 0xf8, 0xec, 0x1a, 0x5b, 0xe6, 0x65, 0xb4, 0x1b, 0x84,
0x7e, 0xe4, 0xa3, 0xea, 0x35, 0xb6, 0x2e, 0xcd, 0xe8, 0x8c, 0x52, 0x9b, 0x9c, 0x62, 0x3c, 0xe5,
0x1c, 0xd6, 0x74, 0x6c, 0x86, 0xd6, 0x65, 0xff, 0xb4, 0xe1, 0x7b, 0x91, 0x69, 0x45, 0x1a, 0x7e,
0x31, 0xc6, 0xa3, 0x08, 0x6d, 0xc2, 0xc2, 0x78, 0x84, 0xc3, 0x8e, 0xe9, 0xe2, 0x9a, 0xb4, 0x2d,
0xed, 0x94, 0xb5, 0x98, 0x46, 0x4b, 0x50, 0x88, 0x06, 0xb5, 0x02, 0x45, 0x0b, 0xd1, 0x00, 0xdd,
0x83, 0xf2, 0x45, 0xe8, 0xbb, 0xba, 0x85, 0x3d, 0x5c, 0x2b, 0x6e, 0x4b, 0x3b, 0x25, 0x2d, 0x01,
0x94, 0xdf, 0x4b, 0xb0, 0x3e, 0xa5, 0x64, 0x14, 0xf8, 0xde, 0x08, 0xa3, 0x9f, 0x42, 0xf5, 0xdc,
0x1c, 0x61, 0x41, 0x53, 0x4d, 0x95, 0x47, 0x9b, 0xbb, 0x69, 0x93, 0x77, 0xf7, 0x52, 0x12, 0x5a,
0x46, 0x1e, 0x3d, 0x84, 0x92, 0xe3, 0x5d, 0xf8, 0xd4, 0x96, 0xca, 0xa3, 0x77, 0xb3, 0xeb, 0xf2,
0x4a, 0xa9, 0x28, 0x42, 0x50, 0x1a, 0x3a, 0xde, 0x15, 0xb5, 0xb3, 0xac, 0xd1, 0x6f, 0xe5, 0xab,
0x02, 0x2c, 0xe7, 0xa4, 0x89, 0x03, 0x8e, 0x72, 0x0e, 0x10, 0x34, 0xe1, 0x75, 0x1c, 0xeb, 0xca,
0x23, 0x3c, 0xe6, 0x86, 0x98, 0x26, 0xce, 0xe8, 0x4d, 0x1c, 0xcf, 0x89, 0x1c, 0x73, 0xc8, 0x95,
0x24, 0x00, 0x5a, 0x83, 0xf9, 0x9e, 0xe3, 0x4d, 0x1c, 0xaf, 0x56, 0xa2, 0x2c, 0x4e, 0x21, 0x19,
0x8a, 0x3a, 0x7e, 0x55, 0x9b, 0xa3, 0x20, 0xf9, 0x24, 0xfb, 0x3c, 0x75, 0x06, 0x97, 0xc1, 0xab,
0xc0, 0xb1, 0x6a, 0xf3, 0x6c, 0x9f, 0x18, 0x20, 0xf2, 0x3d, 0xc7, 0xaa, 0xdd, 0x61, 0xf2, 0x3d,
0x86, 0xd4, 0x83, 0xa0, 0xb6, 0xc0, 0x90, 0x7a, 0x10, 0xa0, 0x2a, 0x48, 0x83, 0x5a, 0x79, 0x5b,
0xda, 0x29, 0x6a, 0xd2, 0x80, 0x9c, 0xbb, 0x4d, 0x5c, 0x05, 0xec, 0xdc, 0xe4, 0x9b, 0x04, 0xf2,
0xe5, 0xc3, 0x5a, 0x85, 0x05, 0xf2, 0xe5, 0x43, 0xe5, 0x39, 0xac, 0x1c, 0xe0, 0x68, 0x2a, 0x17,
0x10, 0x94, 0xae, 0x5f, 0x39, 0x36, 0x77, 0x03, 0xfd, 0x26, 0x58, 0xe8, 0xfb, 0x2e, 0x3f, 0x3e,
0xfd, 0x26, 0x0a, 0x23, 0x7e, 0x64, 0x29, 0x52, 0x7c, 0x58, 0xcd, 0x6e, 0xc6, 0x63, 0xb6, 0x09,
0x0b, 0x04, 0x72, 0xbc, 0x31, 0x73, 0x6c, 0x51, 0x8b, 0x69, 0xf4, 0x39, 0x54, 0x2c, 0x26, 0x7e,
0xe8, 0x8c, 0xa2, 0x5a, 0x61, 0xbb, 0xb8, 0x53, 0x79, 0xb4, 0x91, 0x0d, 0x2b, 0xdf, 0x8f, 0x1c,
0x40, 0x4b, 0x4b, 0x2b, 0xff, 0x2e, 0x40, 0x25, 0xc5, 0x14, 0x11, 0xf4, 0x72, 0x11, 0xf4, 0x5e,
0x17, 0x41, 0x04, 0x25, 0x63, 0x12, 0xb0, 0x4c, 0x2e, 0x6a, 0xf4, 0x9b, 0xc4, 0x4d, 0xc3, 0xae,
0x19, 0x5e, 0x89, 0xb8, 0x31, 0x2a, 0x1b, 0xa5, 0xb9, 0x1b, 0xa2, 0x34, 0x9f, 0x44, 0xa9, 0x0a,
0xd2, 0x01, 0x8d, 0x5a, 0x51, 0x93, 0x0e, 0xb2, 0xb9, 0xb2, 0x70, 0x73, 0xae, 0x94, 0x33, 0xb9,
0xb2, 0x03, 0xcb, 0x4c, 0x7b, 0xb2, 0x96, 0x05, 0x35, 0x0f, 0x93, 0x53, 0x0a, 0x88, 0x47, 0x39,
0xa6, 0xe3, 0x7c, 0xa8, 0xa6, 0xf2, 0xa1, 0x0a, 0x92, 0x51, 0x5b, 0x64, 0x01, 0x34, 0x44, 0x46,
0x2d, 0x25, 0x19, 0xc5, 0xb3, 0x74, 0x99, 0xda, 0x4f, 0x3e, 0x95, 0xc7, 0xf0, 0x4e, 0xff, 0xf4,
0xb8, 0x6e, 0xdb, 0xc4, 0xb3, 0xb7, 0xe5, 0x0b, 0x4b, 0xb5, 0x42, 0x9c, 0x6a, 0x3a, 0xac, 0xf4,
0x4f, 0x8f, 0x71, 0xe8, 0x5c, 0x4c, 0x5e, 0xb7, 0xb4, 0x06, 0x77, 0x48, 0x98, 0xb1, 0x17, 0xf1,
0xf5, 0x82, 0xe4, 0x9b, 0x16, 0xe3, 0x4d, 0x1f, 0xc3, 0x46, 0xff, 0x54, 0xf5, 0xed, 0xc6, 0xa5,
0x19, 0x69, 0xbe, 0xef, 0x1a, 0x7e, 0xe0, 0x58, 0x62, 0x6b, 0x5a, 0x0e, 0x6c, 0x5f, 0x69, 0x40,
0xa8, 0x80, 0x6f, 0x27, 0x05, 0xca, 0x97, 0xb0, 0xd8, 0x3f, 0xd5, 0x27, 0x5e, 0x2c, 0xfc, 0x39,
0x54, 0x58, 0xa3, 0xa1, 0x24, 0xef, 0x4b, 0x1b, 0xb3, 0xfa, 0x12, 0x15, 0xd0, 0xd2, 0xd2, 0xc4,
0xed, 0x23, 0x3c, 0xc4, 0x56, 0xe4, 0x87, 0x54, 0x45, 0x51, 0x8b, 0x69, 0xe2, 0xc2, 0xe7, 0x78,
0x42, 0x6d, 0xae, 0x6a, 0xe4, 0x53, 0xf9, 0xa3, 0x94, 0x28, 0x27, 0x25, 0xf2, 0xed, 0xbb, 0xe2,
0x03, 0x28, 0xf1, 0xf2, 0x21, 0xeb, 0xd6, 0xb3, 0xeb, 0xfa, 0xa7, 0x0d, 0xd7, 0x26, 0x6c, 0x8d,
0x0a, 0x65, 0xca, 0xb1, 0x98, 0x2b, 0x47, 0x6e, 0x6c, 0x29, 0x31, 0xb6, 0x03, 0xe5, 0x78, 0x03,
0xb4, 0x0a, 0x73, 0x96, 0x3f, 0xf6, 0x22, 0x5e, 0xc6, 0x8c, 0x20, 0xda, 0x87, 0x49, 0xf1, 0xce,
0xd2, 0xde, 0x8e, 0xb0, 0xab, 0x51, 0x21, 0xe5, 0x9c, 0xef, 0x47, 0x20, 0xf4, 0x31, 0xcc, 0x59,
0xae, 0xcd, 0xa3, 0xbf, 0x94, 0x5f, 0x4a, 0x3c, 0x44, 0x24, 0x9b, 0x1a, 0x93, 0x42, 0xdf, 0x83,
0x92, 0xe5, 0xda, 0x03, 0x7e, 0x4c, 0x94, 0x95, 0x6e, 0xd6, 0x8d, 0xba, 0x46, 0xf9, 0xca, 0x03,
0x58, 0xec, 0x06, 0xd8, 0x73, 0x5c, 0x2b, 0x69, 0xed, 0x37, 0xcd, 0x36, 0xe5, 0x18, 0xd6, 0x1b,
0x21, 0x36, 0x23, 0xdc, 0x3f, 0x15, 0x59, 0x94, 0xe4, 0x04, 0xb8, 0xd8, 0x3d, 0xc7, 0x21, 0x75,
0xae, 0x44, 0x8f, 0xb7, 0x95, 0xd5, 0x9a, 0xd1, 0xa3, 0xa5, 0xc4, 0x95, 0x7f, 0x4a, 0xb0, 0x31,
0xbd, 0x31, 0x8d, 0xf7, 0x5b, 0x98, 0x83, 0xe9, 0x56, 0x57, 0xc8, 0xb5, 0xba, 0x27, 0x19, 0xb3,
0x8b, 0xd4, 0xec, 0xcd, 0x7c, 0x54, 0x54, 0x2a, 0x41, 0xf6, 0x4b, 0x5b, 0xcd, 0x1a, 0x42, 0x49,
0x34, 0x04, 0xda, 0xbc, 0x58, 0x93, 0x93, 0x0e, 0x94, 0x0b, 0xa8, 0xa6, 0xd7, 0x91, 0x76, 0xc5,
0x56, 0x72, 0x9f, 0x72, 0x0a, 0x29, 0x50, 0x65, 0x5f, 0x7a, 0x64, 0x46, 0xe3, 0x11, 0xaf, 0x88,
0x0c, 0x46, 0xec, 0xf7, 0x1c, 0xeb, 0x8a, 0x46, 0x84, 0x95, 0x73, 0x4c, 0x2b, 0x7f, 0x2b, 0x90,
0xaa, 0x26, 0x3e, 0x23, 0x43, 0x26, 0xdd, 0xfd, 0x89, 0xd6, 0xdb, 0x9a, 0xfc, 0x36, 0x54, 0x5c,
0xdf, 0xd6, 0x71, 0x64, 0x38, 0x2e, 0x16, 0x8a, 0xd3, 0x10, 0xfa, 0x94, 0x37, 0xc1, 0x22, 0xf5,
0xf7, 0xbd, 0xa9, 0x5c, 0xe5, 0x4a, 0xa9, 0x36, 0xd6, 0x22, 0xb7, 0xa1, 0xa2, 0xa6, 0xf6, 0x2c,
0xb1, 0x3d, 0x53, 0x10, 0xf1, 0xb7, 0x9a, 0xf8, 0x7b, 0x6e, 0x56, 0x24, 0x85, 0xdf, 0x68, 0x19,
0xa6, 0xa4, 0xd9, 0x04, 0x9d, 0x67, 0xe3, 0x21, 0xca, 0x0d, 0x8b, 0x2a, 0x48, 0x3d, 0x3a, 0x24,
0x8a, 0x9a, 0xd4, 0xe3, 0x77, 0x30, 0x36, 0xdd, 0xc9, 0x1d, 0x8c, 0x37, 0x6b, 0xc8, 0x8c, 0xff,
0x80, 0x76, 0xfd, 0x22, 0xe9, 0x70, 0xbf, 0x2a, 0xc2, 0x52, 0xf6, 0x40, 0xe8, 0x43, 0x58, 0x14,
0x74, 0xf7, 0xda, 0x8b, 0xe3, 0x96, 0x05, 0xc5, 0x0c, 0x2b, 0x64, 0x6e, 0x1a, 0x64, 0xda, 0xb1,
0x38, 0x91, 0x4f, 0xd6, 0x5a, 0x4b, 0xe2, 0xa6, 0xf1, 0x11, 0xc8, 0x62, 0x8b, 0x78, 0xc6, 0xb2,
0xac, 0x99, 0xc2, 0xb3, 0x13, 0x70, 0xfe, 0xe6, 0x09, 0x78, 0x27, 0x33, 0x01, 0x15, 0xa8, 0xd6,
0x3d, 0xcf, 0x1f, 0x7b, 0x16, 0x76, 0xc9, 0x58, 0x60, 0xa3, 0x33, 0x83, 0x91, 0x9d, 0x05, 0x1d,
0xf2, 0x01, 0x9a, 0x00, 0xc4, 0xc6, 0xb4, 0x34, 0x89, 0x1c, 0xf5, 0x5d, 0x51, 0x9b, 0xc2, 0x59,
0x87, 0x1c, 0x7b, 0x91, 0x6a, 0xbe, 0xe2, 0xfe, 0x8c, 0x69, 0xe2, 0xc3, 0x67, 0xbe, 0xe3, 0xa9,
0xe3, 0x51, 0x54, 0x0f, 0x82, 0xe1, 0x84, 0x8e, 0xd3, 0xa2, 0x96, 0x05, 0x59, 0x58, 0xc9, 0x5c,
0x2d, 0x90, 0x8b, 0x91, 0x91, 0x14, 0x0e, 0x0d, 0xfa, 0x67, 0x99, 0x84, 0x61, 0x7d, 0x65, 0xed,
0x86, 0x02, 0xcd, 0x25, 0xcb, 0x80, 0x27, 0xb5, 0x34, 0x50, 0xfe, 0x2a, 0xc1, 0x82, 0x10, 0xbb,
0xb5, 0x2a, 0x68, 0x4d, 0x17, 0x44, 0x4d, 0xef, 0x02, 0x12, 0xc1, 0x68, 0x7b, 0x22, 0x3c, 0x3c,
0xb6, 0x33, 0x38, 0x49, 0xa8, 0xc5, 0x14, 0xed, 0x89, 0x8e, 0xd0, 0x23, 0xc3, 0xfb, 0x62, 0x68,
0x0e, 0x78, 0x02, 0xd3, 0xef, 0x24, 0x87, 0x49, 0xcf, 0xe0, 0x59, 0xbb, 0x10, 0xbf, 0x1c, 0xa8,
0x63, 0xca, 0xc9, 0x8d, 0xf1, 0x7e, 0xff, 0xc4, 0x08, 0x4d, 0x6f, 0x74, 0x81, 0x43, 0xd1, 0x24,
0x69, 0x16, 0xa6, 0x26, 0xeb, 0x8d, 0xe7, 0x7a, 0x08, 0x73, 0x3e, 0x4d, 0x63, 0x36, 0x0f, 0x6e,
0xed, 0xcc, 0x4c, 0x52, 0xf9, 0x4a, 0x82, 0xd5, 0xfe, 0x69, 0xdd, 0xb6, 0xf3, 0xad, 0x5e, 0x81,
0xaa, 0xc5, 0xa1, 0xd4, 0x94, 0xc8, 0x60, 0xb9, 0x71, 0x50, 0x78, 0xa3, 0x71, 0x90, 0xbb, 0x2a,
0x7f, 0x2d, 0xc1, 0x56, 0xc6, 0x8e, 0xa4, 0xad, 0xbe, 0x95, 0x67, 0xd2, 0x93, 0x19, 0xa6, 0xbe,
0xd1, 0x08, 0xe0, 0x96, 0x1a, 0xca, 0x97, 0xb0, 0xde, 0xf6, 0x5e, 0x3a, 0xb3, 0xc6, 0xe3, 0x7f,
0xdb, 0x67, 0xca, 0x18, 0x36, 0xfb, 0xa7, 0x4d, 0x3c, 0xcc, 0x3b, 0xe9, 0xf5, 0xa9, 0xf1, 0xad,
0xd4, 0xfe, 0x8e, 0x06, 0x67, 0x86, 0xde, 0xff, 0x7d, 0x70, 0x94, 0xdf, 0x4a, 0x33, 0x66, 0xe3,
0x5b, 0xb3, 0xec, 0x71, 0xe6, 0x75, 0xfd, 0xc1, 0x4d, 0xd3, 0x31, 0x3d, 0x92, 0xe9, 0x02, 0xe5,
0x2f, 0x05, 0xb8, 0x3b, 0x93, 0xff, 0xff, 0x71, 0xfd, 0x0d, 0xc7, 0xf5, 0xd7, 0x12, 0x79, 0x1f,
0x91, 0xf7, 0xb3, 0xd6, 0xf0, 0x6d, 0xfc, 0xd6, 0x42, 0xba, 0x06, 0xf3, 0x2f, 0x42, 0xcb, 0xb7,
0x31, 0x4d, 0xb4, 0xaa, 0xc6, 0x29, 0x32, 0xc7, 0x2e, 0x7c, 0x3f, 0xc2, 0xe1, 0x89, 0x1f, 0xda,
0x8e, 0x37, 0xe0, 0x15, 0x9f, 0x05, 0xe3, 0x7f, 0x27, 0xa5, 0xd4, 0xbf, 0x93, 0x5f, 0xc0, 0x5a,
0xd2, 0x0b, 0xea, 0xb6, 0xeb, 0x78, 0x6f, 0xd2, 0x10, 0xee, 0x4f, 0x25, 0x7f, 0x39, 0x93, 0xe0,
0x4f, 0xe0, 0x1e, 0x69, 0x8c, 0xae, 0xe3, 0xd5, 0x2d, 0x0b, 0x07, 0x11, 0x99, 0xab, 0x42, 0x99,
0x8e, 0x6f, 0x7c, 0xd4, 0x51, 0x1f, 0xfe, 0x59, 0x22, 0x8f, 0x53, 0xb6, 0xd8, 0xb6, 0x53, 0x2f,
0x4c, 0x3a, 0xe2, 0xa4, 0xd4, 0x8f, 0x8b, 0xc7, 0xec, 0x41, 0x10, 0x5f, 0x9f, 0x5f, 0xd3, 0x1d,
0x62, 0x61, 0xf4, 0x33, 0xa8, 0x8a, 0xef, 0x61, 0x72, 0xbb, 0xbe, 0x75, 0x71, 0x66, 0x01, 0xc9,
0x83, 0x2b, 0xfe, 0xc2, 0x2a, 0x6b, 0xe4, 0x53, 0xf9, 0x97, 0x04, 0xef, 0xb3, 0xff, 0x26, 0x3c,
0x9b, 0x59, 0xbe, 0x35, 0x71, 0x64, 0x3a, 0xc3, 0xb7, 0x96, 0x07, 0x1f, 0xc2, 0xa2, 0x35, 0x74,
0xb0, 0x17, 0x1d, 0xe3, 0x70, 0xe4, 0xf8, 0x1e, 0x3d, 0x76, 0x49, 0xcb, 0x82, 0xe8, 0x10, 0x96,
0x3d, 0x7c, 0x2d, 0x0c, 0x69, 0x9a, 0x91, 0xc9, 0x4b, 0x4f, 0x99, 0x55, 0x7a, 0x49, 0x6f, 0x24,
0x92, 0x5a, 0x7e, 0xa9, 0xf2, 0x4b, 0x32, 0x6c, 0xa7, 0x05, 0xd1, 0x33, 0x58, 0xb2, 0x32, 0x28,
0xbf, 0x03, 0xbd, 0x46, 0x09, 0xad, 0xf2, 0xdc, 0x4a, 0xd2, 0x5f, 0x48, 0x07, 0x52, 0xcd, 0xd1,
0x15, 0x3f, 0x52, 0x4c, 0x2b, 0x7f, 0x2a, 0x4c, 0x1b, 0x20, 0x9a, 0xd2, 0x8d, 0xff, 0x3a, 0xd3,
0x2f, 0x93, 0x42, 0xf6, 0x65, 0x42, 0x9a, 0x8b, 0xed, 0x8c, 0x82, 0xa1, 0x39, 0x49, 0x3d, 0x5c,
0xd2, 0x10, 0x71, 0xf3, 0xb9, 0x33, 0x78, 0x8a, 0x4d, 0xbb, 0xed, 0x0e, 0x8e, 0xc2, 0x21, 0x0f,
0x74, 0x16, 0x44, 0x3b, 0xb0, 0x3c, 0x72, 0xcd, 0xe1, 0x30, 0x25, 0xc7, 0xee, 0x54, 0x79, 0x98,
0xdc, 0xd6, 0xac, 0x4c, 0x5a, 0xec, 0x8b, 0xfb, 0x56, 0x49, 0x9b, 0xc1, 0x21, 0x2f, 0x74, 0x33,
0x08, 0xda, 0x36, 0xbf, 0x81, 0x31, 0x82, 0x34, 0xa3, 0x17, 0x13, 0x71, 0x0b, 0x7b, 0x31, 0x41,
0x35, 0xb8, 0x43, 0x4a, 0xd9, 0x35, 0xc5, 0x9f, 0x26, 0x41, 0x2a, 0x11, 0x6c, 0xdf, 0x92, 0x8b,
0xac, 0xa0, 0x3e, 0x02, 0x59, 0x68, 0xce, 0xfd, 0x30, 0x9d, 0xc2, 0xbf, 0x59, 0xda, 0x7d, 0xf4,
0x07, 0x80, 0x72, 0xfc, 0xda, 0x47, 0xcb, 0x50, 0x21, 0x1f, 0x76, 0xdd, 0xb6, 0xd5, 0xd1, 0x40,
0x9e, 0x43, 0xeb, 0xb0, 0x42, 0x81, 0xc6, 0xd0, 0x1f, 0x61, 0xd5, 0xb1, 0x42, 0x7f, 0x6f, 0xe8,
0x0f, 0xe4, 0x6a, 0xcc, 0xe0, 0xb3, 0x9a, 0xcf, 0x1d, 0xf9, 0x0e, 0x5a, 0x81, 0xe5, 0x98, 0xc1,
0xc1, 0x12, 0x5a, 0x03, 0x94, 0x03, 0xc9, 0xf6, 0x0b, 0xb1, 0xbe, 0x26, 0x1e, 0x12, 0xa0, 0x8c,
0xb6, 0x60, 0x5d, 0x00, 0xe4, 0x20, 0x4d, 0xdf, 0x35, 0x1d, 0xaf, 0xe5, 0x9a, 0xce, 0x50, 0x5e,
0x89, 0x75, 0xee, 0x8f, 0x3d, 0x2b, 0x72, 0x7c, 0x4f, 0xbf, 0x76, 0x22, 0xeb, 0x52, 0x5e, 0x47,
0x1b, 0x70, 0x97, 0x32, 0xd8, 0x75, 0x69, 0x3f, 0x74, 0xb0, 0x67, 0x93, 0x4e, 0x20, 0xaf, 0xa1,
0x45, 0x58, 0xa0, 0x2c, 0xd5, 0x7c, 0x25, 0xff, 0x43, 0x42, 0x9b, 0xb0, 0xc6, 0x48, 0x3f, 0x77,
0xff, 0x93, 0x97, 0x67, 0xf1, 0x3a, 0x7e, 0xe4, 0x5c, 0x4c, 0xe4, 0xd5, 0x58, 0x43, 0xfe, 0x87,
0x97, 0xbc, 0x15, 0x1f, 0x98, 0xb0, 0xf8, 0x81, 0x0b, 0xe8, 0x3e, 0x6c, 0xe6, 0xc0, 0xf4, 0x51,
0xde, 0x41, 0x77, 0xe1, 0x1d, 0xc1, 0x4f, 0xbc, 0xba, 0x98, 0x81, 0x47, 0x03, 0xf6, 0x60, 0x97,
0xe7, 0x51, 0x0d, 0x56, 0x05, 0xcc, 0x2c, 0xe2, 0x9c, 0x25, 0xb4, 0x0a, 0xb2, 0xe0, 0xf4, 0x85,
0xf6, 0x5a, 0x1a, 0x35, 0x04, 0xfa, 0x9d, 0xd8, 0xb7, 0xaa, 0x6f, 0xe7, 0x7d, 0x8b, 0xd2, 0x4b,
0x08, 0x93, 0xd4, 0xaa, 0x2c, 0xc5, 0x8a, 0x89, 0x33, 0xfb, 0xfd, 0xc4, 0xd2, 0x4a, 0x1c, 0x8b,
0x9e, 0x3f, 0x1a, 0x39, 0xe7, 0x43, 0xee, 0x74, 0xf9, 0x2e, 0x92, 0xa1, 0xca, 0x18, 0x23, 0x97,
0x58, 0x29, 0x6f, 0xc6, 0x87, 0xea, 0x8f, 0x9d, 0x48, 0x38, 0x4f, 0x96, 0xe3, 0xd8, 0x6b, 0x38,
0xf0, 0xc3, 0x48, 0x06, 0xb4, 0x05, 0x6b, 0xaa, 0x7a, 0xb6, 0x5f, 0x3f, 0x3e, 0xd3, 0x4f, 0x3b,
0x8d, 0x86, 0xda, 0x3c, 0xab, 0x37, 0x9b, 0x6d, 0xa3, 0xa5, 0xca, 0x7f, 0x97, 0x48, 0x00, 0x54,
0xf5, 0x4c, 0xef, 0xe8, 0x09, 0xb3, 0x61, 0xb4, 0xbb, 0x1d, 0x79, 0x77, 0x06, 0xab, 0xbb, 0xf7,
0xac, 0xd5, 0x30, 0xe4, 0x8f, 0xd1, 0x3d, 0xa8, 0x11, 0x16, 0x87, 0xf7, 0xb4, 0x7a, 0xa7, 0x79,
0xa6, 0xb7, 0x0c, 0xa3, 0xdd, 0x39, 0x90, 0x3f, 0x21, 0x67, 0x4e, 0x71, 0x9f, 0x1f, 0x37, 0xd4,
0xa6, 0xfc, 0x98, 0x9c, 0xb9, 0xd3, 0x89, 0x51, 0xe3, 0x69, 0x4b, 0x6d, 0xe9, 0x46, 0xdd, 0x90,
0xbf, 0x4b, 0x0e, 0x92, 0x91, 0xa7, 0xf0, 0x87, 0xe8, 0x3d, 0xd8, 0x4a, 0xc1, 0xcd, 0xd6, 0xe1,
0x5e, 0xd7, 0x30, 0x0e, 0x5b, 0x8d, 0x6e, 0xc7, 0xa8, 0x37, 0x0c, 0x59, 0x41, 0x0a, 0xdc, 0xcf,
0x0a, 0xb4, 0x8c, 0x16, 0xb5, 0xb7, 0x7b, 0xd8, 0x3c, 0xd0, 0xba, 0x47, 0x3d, 0xf9, 0x27, 0x24,
0x38, 0x53, 0x32, 0x6c, 0x1f, 0x79, 0x3b, 0xa7, 0x41, 0xed, 0x1e, 0x64, 0x35, 0xbc, 0x8f, 0x1e,
0xc0, 0xf7, 0x33, 0x02, 0xcd, 0xc6, 0xd3, 0xba, 0xa1, 0x75, 0xbb, 0xaa, 0xda, 0x52, 0xf7, 0x5a,
0x5a, 0xb3, 0xad, 0xf7, 0x0e, 0xeb, 0xa7, 0x9d, 0xba, 0xda, 0x92, 0x3f, 0x45, 0xef, 0xc2, 0x46,
0x56, 0xb8, 0xd9, 0xd2, 0x1b, 0x5a, 0xbb, 0x47, 0xdd, 0xf9, 0x19, 0xda, 0x86, 0x7b, 0x39, 0x76,
0x5b, 0x37, 0x8e, 0xb4, 0x3d, 0xe1, 0xb7, 0xf7, 0x72, 0xb6, 0xaa, 0xdd, 0xa6, 0xde, 0xd1, 0x3b,
0xdd, 0xc3, 0xb6, 0x6e, 0xc8, 0x3f, 0x9a, 0xde, 0x5d, 0xef, 0xe8, 0x47, 0x7a, 0x4b, 0x6b, 0x77,
0xf6, 0xbb, 0xf2, 0x0f, 0x45, 0xb0, 0x12, 0x36, 0xe5, 0xa9, 0x07, 0xf2, 0x07, 0xc4, 0xf1, 0x29,
0x56, 0xa7, 0x75, 0xd2, 0x6c, 0x1d, 0xaa, 0xfa, 0x81, 0xfc, 0xe3, 0xdc, 0xa2, 0xa3, 0x5e, 0xb3,
0x6e, 0xb0, 0x98, 0xdc, 0x27, 0x45, 0x9b, 0x66, 0x71, 0x45, 0xad, 0x2f, 0x0c, 0xf9, 0x07, 0x39,
0xbf, 0x9f, 0xb4, 0xf6, 0x4e, 0xbe, 0xd8, 0x3f, 0xea, 0xd0, 0xb4, 0xd1, 0x4f, 0xda, 0x46, 0xe3,
0xa9, 0xfc, 0x08, 0x21, 0xf1, 0xc3, 0x52, 0xd4, 0xc9, 0xaf, 0x8b, 0x68, 0x05, 0x96, 0x38, 0x26,
0xb2, 0xf5, 0x37, 0xc5, 0xbd, 0xca, 0xcf, 0xcb, 0xbb, 0xbb, 0x9f, 0xb0, 0x29, 0xf9, 0x9f, 0x00,
0x00, 0x00, 0xff, 0xff, 0xb0, 0x71, 0xc6, 0x6a, 0x01, 0x1c, 0x00, 0x00,
}