pb

package
v0.0.0-...-d9311aa Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 19, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_daemon_channel_pb_channel_base_proto protoreflect.FileDescriptor
View Source
var File_daemon_channel_pb_channel_common_proto protoreflect.FileDescriptor
View Source
var File_daemon_channel_pb_channel_proto protoreflect.FileDescriptor
View Source
var File_daemon_channel_pb_message_common_proto protoreflect.FileDescriptor
View Source
var File_daemon_channel_pb_message_push_proto protoreflect.FileDescriptor
View Source
var File_daemon_channel_pb_oidb_0xf62_proto protoreflect.FileDescriptor
View Source
var File_daemon_channel_pb_service_common_proto protoreflect.FileDescriptor
View Source
var File_daemon_channel_pb_service_proto protoreflect.FileDescriptor
View Source
var File_daemon_channel_pb_sync_logic_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Channel

type Channel struct {
	// contains filtered or unexported fields
}

Copyright 2022 Elapse and contributors

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Channel is the message type for the Channel.

func (*Channel) Descriptor deprecated

func (*Channel) Descriptor() ([]byte, []int)

Deprecated: Use Channel.ProtoReflect.Descriptor instead.

func (*Channel) ProtoMessage

func (*Channel) ProtoMessage()

func (*Channel) ProtoReflect

func (x *Channel) ProtoReflect() protoreflect.Message

func (*Channel) Reset

func (x *Channel) Reset()

func (*Channel) String

func (x *Channel) String() string

type ChannelService

type ChannelService struct {
	// contains filtered or unexported fields
}

Message generated by proto-message-gen. DO NOT EDIT. source: tencent.p1318im.group_pro_proto.msgpush.C73141servtype

ChannelService is the message type for the C73141servtype.

func (*ChannelService) Descriptor deprecated

func (*ChannelService) Descriptor() ([]byte, []int)

Deprecated: Use ChannelService.ProtoReflect.Descriptor instead.

func (*ChannelService) ProtoMessage

func (*ChannelService) ProtoMessage()

func (*ChannelService) ProtoReflect

func (x *ChannelService) ProtoReflect() protoreflect.Message

func (*ChannelService) Reset

func (x *ChannelService) Reset()

func (*ChannelService) String

func (x *ChannelService) String() string

type ChannelService_AppChannelMsg

type ChannelService_AppChannelMsg struct {
	Summary      string `protobuf:"bytes,1,opt,name=summary,proto3" json:"summary,omitempty"`                                  // summary
	ExpireTimeMs uint64 `protobuf:"varint,3,opt,name=expire_time_ms,json=expireTimeMs,proto3" json:"expire_time_ms,omitempty"` // expire_time_ms
	SchemaType   uint32 `protobuf:"varint,4,opt,name=schema_type,json=schemaType,proto3" json:"schema_type,omitempty"`         // schema_type
	Schema       string `protobuf:"bytes,5,opt,name=schema,proto3" json:"schema,omitempty"`                                    // schema
	// contains filtered or unexported fields
}

AppChannelMsg is the message type for the AppChannelMsg.

func (*ChannelService_AppChannelMsg) Descriptor deprecated

func (*ChannelService_AppChannelMsg) Descriptor() ([]byte, []int)

Deprecated: Use ChannelService_AppChannelMsg.ProtoReflect.Descriptor instead.

func (*ChannelService_AppChannelMsg) GetExpireTimeMs

func (x *ChannelService_AppChannelMsg) GetExpireTimeMs() uint64

func (*ChannelService_AppChannelMsg) GetSchema

func (x *ChannelService_AppChannelMsg) GetSchema() string

func (*ChannelService_AppChannelMsg) GetSchemaType

func (x *ChannelService_AppChannelMsg) GetSchemaType() uint32

func (*ChannelService_AppChannelMsg) GetSummary

func (x *ChannelService_AppChannelMsg) GetSummary() string

func (*ChannelService_AppChannelMsg) ProtoMessage

func (*ChannelService_AppChannelMsg) ProtoMessage()

func (*ChannelService_AppChannelMsg) ProtoReflect

func (*ChannelService_AppChannelMsg) Reset

func (x *ChannelService_AppChannelMsg) Reset()

func (*ChannelService_AppChannelMsg) String

type ChannelService_CategoryChannelInfo

type ChannelService_CategoryChannelInfo struct {
	ChannelIndex uint32 `protobuf:"varint,1,opt,name=channel_index,json=channelIndex,proto3" json:"channel_index,omitempty"` // uint32_channel_index
	ChannelId    uint64 `protobuf:"varint,2,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"`          // uint64_channel_id
	// contains filtered or unexported fields
}

CategoryChannelInfo is the message type for the CategoryChannelInfo.

func (*ChannelService_CategoryChannelInfo) Descriptor deprecated

func (*ChannelService_CategoryChannelInfo) Descriptor() ([]byte, []int)

Deprecated: Use ChannelService_CategoryChannelInfo.ProtoReflect.Descriptor instead.

func (*ChannelService_CategoryChannelInfo) GetChannelId

func (x *ChannelService_CategoryChannelInfo) GetChannelId() uint64

func (*ChannelService_CategoryChannelInfo) GetChannelIndex

func (x *ChannelService_CategoryChannelInfo) GetChannelIndex() uint32

func (*ChannelService_CategoryChannelInfo) ProtoMessage

func (*ChannelService_CategoryChannelInfo) ProtoMessage()

func (*ChannelService_CategoryChannelInfo) ProtoReflect

func (*ChannelService_CategoryChannelInfo) Reset

func (*ChannelService_CategoryChannelInfo) String

type ChannelService_CategoryInfo

type ChannelService_CategoryInfo struct {
	CategoryIndex  uint32                                `protobuf:"varint,1,opt,name=category_index,json=categoryIndex,proto3" json:"category_index,omitempty"`     // uint32_category_index
	MsgChannelInfo []*ChannelService_CategoryChannelInfo `protobuf:"bytes,2,rep,name=msg_channel_info,json=msgChannelInfo,proto3" json:"msg_channel_info,omitempty"` // rpt_msg_channel_info
	CategoryName   []byte                                `protobuf:"bytes,3,opt,name=category_name,json=categoryName,proto3" json:"category_name,omitempty"`         // bytes_category_name
	CategoryId     uint64                                `protobuf:"varint,4,opt,name=category_id,json=categoryId,proto3" json:"category_id,omitempty"`              // uint64_category_id
	// contains filtered or unexported fields
}

CategoryInfo is the message type for the CategoryInfo.

func (*ChannelService_CategoryInfo) Descriptor deprecated

func (*ChannelService_CategoryInfo) Descriptor() ([]byte, []int)

Deprecated: Use ChannelService_CategoryInfo.ProtoReflect.Descriptor instead.

func (*ChannelService_CategoryInfo) GetCategoryId

func (x *ChannelService_CategoryInfo) GetCategoryId() uint64

func (*ChannelService_CategoryInfo) GetCategoryIndex

func (x *ChannelService_CategoryInfo) GetCategoryIndex() uint32

func (*ChannelService_CategoryInfo) GetCategoryName

func (x *ChannelService_CategoryInfo) GetCategoryName() []byte

func (*ChannelService_CategoryInfo) GetMsgChannelInfo

func (*ChannelService_CategoryInfo) ProtoMessage

func (*ChannelService_CategoryInfo) ProtoMessage()

func (*ChannelService_CategoryInfo) ProtoReflect

func (*ChannelService_CategoryInfo) Reset

func (x *ChannelService_CategoryInfo) Reset()

func (*ChannelService_CategoryInfo) String

func (x *ChannelService_CategoryInfo) String() string

type ChannelService_ChanInfoFilter

type ChannelService_ChanInfoFilter struct {
	ChannelName               uint32                                 `protobuf:"varint,2,opt,name=channel_name,json=channelName,proto3" json:"channel_name,omitempty"`             // uint32_channel_name
	CreatorId                 uint32                                 `protobuf:"varint,3,opt,name=creator_id,json=creatorId,proto3" json:"creator_id,omitempty"`                   // uint32_creator_id
	CreateTime                uint32                                 `protobuf:"varint,4,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`                // uint32_create_time
	GuildId                   uint32                                 `protobuf:"varint,5,opt,name=guild_id,json=guildId,proto3" json:"guild_id,omitempty"`                         // uint32_guild_id
	MsgNotifyType             uint32                                 `protobuf:"varint,6,opt,name=msg_notify_type,json=msgNotifyType,proto3" json:"msg_notify_type,omitempty"`     // uint32_msg_notify_type
	ChannelType               uint32                                 `protobuf:"varint,7,opt,name=channel_type,json=channelType,proto3" json:"channel_type,omitempty"`             // uint32_channel_type
	SpeakPermission           uint32                                 `protobuf:"varint,8,opt,name=speak_permission,json=speakPermission,proto3" json:"speak_permission,omitempty"` // uint32_speak_permission
	LastMsgSeq                uint32                                 `protobuf:"varint,11,opt,name=last_msg_seq,json=lastMsgSeq,proto3" json:"last_msg_seq,omitempty"`             // uint32_last_msg_seq
	LastCntMsgSeq             uint32                                 `protobuf:"varint,12,opt,name=last_cnt_msg_seq,json=lastCntMsgSeq,proto3" json:"last_cnt_msg_seq,omitempty"`  // uint32_last_cnt_msg_seq
	MsgVoiceChannelInfoFilter *ChannelService_VoiceChannelInfoFilter ``                                                                                                            // msg_voice_channel_info_filter
	/* 143-byte string literal not displayed */
	MsgLiveChannelInfoFilter *ChannelService_LiveChannelInfoFilter `` // msg_live_channel_info_filter
	/* 140-byte string literal not displayed */
	BannedSpeak uint32 `protobuf:"varint,16,opt,name=banned_speak,json=bannedSpeak,proto3" json:"banned_speak,omitempty"` // uint32_banned_speak
	// contains filtered or unexported fields
}

ChanInfoFilter is the message type for the ChanInfoFilter.

func (*ChannelService_ChanInfoFilter) Descriptor deprecated

func (*ChannelService_ChanInfoFilter) Descriptor() ([]byte, []int)

Deprecated: Use ChannelService_ChanInfoFilter.ProtoReflect.Descriptor instead.

func (*ChannelService_ChanInfoFilter) GetBannedSpeak

func (x *ChannelService_ChanInfoFilter) GetBannedSpeak() uint32

func (*ChannelService_ChanInfoFilter) GetChannelName

func (x *ChannelService_ChanInfoFilter) GetChannelName() uint32

func (*ChannelService_ChanInfoFilter) GetChannelType

func (x *ChannelService_ChanInfoFilter) GetChannelType() uint32

func (*ChannelService_ChanInfoFilter) GetCreateTime

func (x *ChannelService_ChanInfoFilter) GetCreateTime() uint32

func (*ChannelService_ChanInfoFilter) GetCreatorId

func (x *ChannelService_ChanInfoFilter) GetCreatorId() uint32

func (*ChannelService_ChanInfoFilter) GetGuildId

func (x *ChannelService_ChanInfoFilter) GetGuildId() uint32

func (*ChannelService_ChanInfoFilter) GetLastCntMsgSeq

func (x *ChannelService_ChanInfoFilter) GetLastCntMsgSeq() uint32

func (*ChannelService_ChanInfoFilter) GetLastMsgSeq

func (x *ChannelService_ChanInfoFilter) GetLastMsgSeq() uint32

func (*ChannelService_ChanInfoFilter) GetMsgLiveChannelInfoFilter

func (x *ChannelService_ChanInfoFilter) GetMsgLiveChannelInfoFilter() *ChannelService_LiveChannelInfoFilter

func (*ChannelService_ChanInfoFilter) GetMsgNotifyType

func (x *ChannelService_ChanInfoFilter) GetMsgNotifyType() uint32

func (*ChannelService_ChanInfoFilter) GetMsgVoiceChannelInfoFilter

func (x *ChannelService_ChanInfoFilter) GetMsgVoiceChannelInfoFilter() *ChannelService_VoiceChannelInfoFilter

func (*ChannelService_ChanInfoFilter) GetSpeakPermission

func (x *ChannelService_ChanInfoFilter) GetSpeakPermission() uint32

func (*ChannelService_ChanInfoFilter) ProtoMessage

func (*ChannelService_ChanInfoFilter) ProtoMessage()

func (*ChannelService_ChanInfoFilter) ProtoReflect

func (*ChannelService_ChanInfoFilter) Reset

func (x *ChannelService_ChanInfoFilter) Reset()

func (*ChannelService_ChanInfoFilter) String

type ChannelService_ChangeChanInfo

type ChannelService_ChangeChanInfo struct {
	GuildId           uint64                         `protobuf:"varint,1,opt,name=guild_id,json=guildId,proto3" json:"guild_id,omitempty"`                                  // uint64_guild_id
	ChanId            uint64                         `protobuf:"varint,2,opt,name=chan_id,json=chanId,proto3" json:"chan_id,omitempty"`                                     // uint64_chan_id
	OperatorId        uint64                         `protobuf:"varint,3,opt,name=operator_id,json=operatorId,proto3" json:"operator_id,omitempty"`                         // uint64_operator_id
	MsgInfoSeq        *SvcCommon_MsgSeq              `protobuf:"bytes,4,opt,name=msg_info_seq,json=msgInfoSeq,proto3" json:"msg_info_seq,omitempty"`                        // msg_info_seq
	UpdateType        uint32                         `protobuf:"varint,5,opt,name=update_type,json=updateType,proto3" json:"update_type,omitempty"`                         // uint32_update_type
	MsgChanInfoFilter *ChannelService_ChanInfoFilter `protobuf:"bytes,6,opt,name=msg_chan_info_filter,json=msgChanInfoFilter,proto3" json:"msg_chan_info_filter,omitempty"` // msg_chan_info_filter
	MsgChanInfo       *ChannelService_ChannelInfo    `protobuf:"bytes,7,opt,name=msg_chan_info,json=msgChanInfo,proto3" json:"msg_chan_info,omitempty"`                     // msg_chan_info
	// contains filtered or unexported fields
}

ChangeChanInfo is the message type for the ChangeChanInfo.

func (*ChannelService_ChangeChanInfo) Descriptor deprecated

func (*ChannelService_ChangeChanInfo) Descriptor() ([]byte, []int)

Deprecated: Use ChannelService_ChangeChanInfo.ProtoReflect.Descriptor instead.

func (*ChannelService_ChangeChanInfo) GetChanId

func (x *ChannelService_ChangeChanInfo) GetChanId() uint64

func (*ChannelService_ChangeChanInfo) GetGuildId

func (x *ChannelService_ChangeChanInfo) GetGuildId() uint64

func (*ChannelService_ChangeChanInfo) GetMsgChanInfo

func (*ChannelService_ChangeChanInfo) GetMsgChanInfoFilter

func (*ChannelService_ChangeChanInfo) GetMsgInfoSeq

func (x *ChannelService_ChangeChanInfo) GetMsgInfoSeq() *SvcCommon_MsgSeq

func (*ChannelService_ChangeChanInfo) GetOperatorId

func (x *ChannelService_ChangeChanInfo) GetOperatorId() uint64

func (*ChannelService_ChangeChanInfo) GetUpdateType

func (x *ChannelService_ChangeChanInfo) GetUpdateType() uint32

func (*ChannelService_ChangeChanInfo) ProtoMessage

func (*ChannelService_ChangeChanInfo) ProtoMessage()

func (*ChannelService_ChangeChanInfo) ProtoReflect

func (*ChannelService_ChangeChanInfo) Reset

func (x *ChannelService_ChangeChanInfo) Reset()

func (*ChannelService_ChangeChanInfo) String

type ChannelService_ChangeGuildInfo

type ChannelService_ChangeGuildInfo struct {
	GuildId            uint64                          `protobuf:"varint,1,opt,name=guild_id,json=guildId,proto3" json:"guild_id,omitempty"`                                     // uint64_guild_id
	OperatorId         uint64                          `protobuf:"varint,2,opt,name=operator_id,json=operatorId,proto3" json:"operator_id,omitempty"`                            // uint64_operator_id
	MsgInfoSeq         *SvcCommon_MsgSeq               `protobuf:"bytes,3,opt,name=msg_info_seq,json=msgInfoSeq,proto3" json:"msg_info_seq,omitempty"`                           // msg_info_seq
	MsgFaceSeq         *SvcCommon_MsgSeq               `protobuf:"bytes,4,opt,name=msg_face_seq,json=msgFaceSeq,proto3" json:"msg_face_seq,omitempty"`                           // msg_face_seq
	UpdateType         uint32                          `protobuf:"varint,5,opt,name=update_type,json=updateType,proto3" json:"update_type,omitempty"`                            // uint32_update_type
	MsgGuildInfoFilter *ChannelService_GuildInfoFilter `protobuf:"bytes,6,opt,name=msg_guild_info_filter,json=msgGuildInfoFilter,proto3" json:"msg_guild_info_filter,omitempty"` // msg_guild_info_filter
	MsgGuildInfo       *ChannelService_GuildInfo       `protobuf:"bytes,7,opt,name=msg_guild_info,json=msgGuildInfo,proto3" json:"msg_guild_info,omitempty"`                     // msg_guild_info
	// contains filtered or unexported fields
}

ChangeGuildInfo is the message type for the ChangeGuildInfo.

func (*ChannelService_ChangeGuildInfo) Descriptor deprecated

func (*ChannelService_ChangeGuildInfo) Descriptor() ([]byte, []int)

Deprecated: Use ChannelService_ChangeGuildInfo.ProtoReflect.Descriptor instead.

func (*ChannelService_ChangeGuildInfo) GetGuildId

func (x *ChannelService_ChangeGuildInfo) GetGuildId() uint64

func (*ChannelService_ChangeGuildInfo) GetMsgFaceSeq

func (*ChannelService_ChangeGuildInfo) GetMsgGuildInfo

func (*ChannelService_ChangeGuildInfo) GetMsgGuildInfoFilter

func (*ChannelService_ChangeGuildInfo) GetMsgInfoSeq

func (*ChannelService_ChangeGuildInfo) GetOperatorId

func (x *ChannelService_ChangeGuildInfo) GetOperatorId() uint64

func (*ChannelService_ChangeGuildInfo) GetUpdateType

func (x *ChannelService_ChangeGuildInfo) GetUpdateType() uint32

func (*ChannelService_ChangeGuildInfo) ProtoMessage

func (*ChannelService_ChangeGuildInfo) ProtoMessage()

func (*ChannelService_ChangeGuildInfo) ProtoReflect

func (*ChannelService_ChangeGuildInfo) Reset

func (x *ChannelService_ChangeGuildInfo) Reset()

func (*ChannelService_ChangeGuildInfo) String

type ChannelService_ChannelID

type ChannelService_ChannelID struct {
	ChanId uint64 `protobuf:"varint,1,opt,name=chan_id,json=chanId,proto3" json:"chan_id,omitempty"` // uint64_chan_id
	// contains filtered or unexported fields
}

ChannelID is the message type for the ChannelID.

func (*ChannelService_ChannelID) Descriptor deprecated

func (*ChannelService_ChannelID) Descriptor() ([]byte, []int)

Deprecated: Use ChannelService_ChannelID.ProtoReflect.Descriptor instead.

func (*ChannelService_ChannelID) GetChanId

func (x *ChannelService_ChannelID) GetChanId() uint64

func (*ChannelService_ChannelID) ProtoMessage

func (*ChannelService_ChannelID) ProtoMessage()

func (*ChannelService_ChannelID) ProtoReflect

func (x *ChannelService_ChannelID) ProtoReflect() protoreflect.Message

func (*ChannelService_ChannelID) Reset

func (x *ChannelService_ChannelID) Reset()

func (*ChannelService_ChannelID) String

func (x *ChannelService_ChannelID) String() string

type ChannelService_ChannelInfo

type ChannelService_ChannelInfo struct {
	ChannelId           uint64                           `protobuf:"varint,1,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"`                                   // uint64_channel_id
	ChannelName         []byte                           `protobuf:"bytes,2,opt,name=channel_name,json=channelName,proto3" json:"channel_name,omitempty"`                              // bytes_channel_name
	CreatorId           uint64                           `protobuf:"varint,3,opt,name=creator_id,json=creatorId,proto3" json:"creator_id,omitempty"`                                   // uint64_creator_id
	CreateTime          uint64                           `protobuf:"varint,4,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`                                // uint64_create_time
	GuildId             uint64                           `protobuf:"varint,5,opt,name=guild_id,json=guildId,proto3" json:"guild_id,omitempty"`                                         // uint64_guild_id
	MsgNotifyType       uint32                           `protobuf:"varint,6,opt,name=msg_notify_type,json=msgNotifyType,proto3" json:"msg_notify_type,omitempty"`                     // uint32_msg_notify_type
	ChannelType         uint32                           `protobuf:"varint,7,opt,name=channel_type,json=channelType,proto3" json:"channel_type,omitempty"`                             // uint32_channel_type
	SpeakPermission     uint32                           `protobuf:"varint,8,opt,name=speak_permission,json=speakPermission,proto3" json:"speak_permission,omitempty"`                 // uint32_speak_permission
	LastMsgSeq          *SvcCommon_MsgSeq                `protobuf:"bytes,11,opt,name=last_msg_seq,json=lastMsgSeq,proto3" json:"last_msg_seq,omitempty"`                              // last_msg_seq
	LastCntMsgSeq       *SvcCommon_MsgSeq                `protobuf:"bytes,12,opt,name=last_cnt_msg_seq,json=lastCntMsgSeq,proto3" json:"last_cnt_msg_seq,omitempty"`                   // last_cnt_msg_seq
	MsgVoiceChannelInfo *ChannelService_VoiceChannelInfo `protobuf:"bytes,14,opt,name=msg_voice_channel_info,json=msgVoiceChannelInfo,proto3" json:"msg_voice_channel_info,omitempty"` // msg_voice_channel_info
	MsgLiveChannelInfo  *ChannelService_LiveChannelInfo  `protobuf:"bytes,15,opt,name=msg_live_channel_info,json=msgLiveChannelInfo,proto3" json:"msg_live_channel_info,omitempty"`    // msg_live_channel_info
	BannedSpeak         uint32                           `protobuf:"varint,16,opt,name=banned_speak,json=bannedSpeak,proto3" json:"banned_speak,omitempty"`                            // uint32_banned_speak
	// contains filtered or unexported fields
}

ChannelInfo is the message type for the ChannelInfo.

func (*ChannelService_ChannelInfo) Descriptor deprecated

func (*ChannelService_ChannelInfo) Descriptor() ([]byte, []int)

Deprecated: Use ChannelService_ChannelInfo.ProtoReflect.Descriptor instead.

func (*ChannelService_ChannelInfo) GetBannedSpeak

func (x *ChannelService_ChannelInfo) GetBannedSpeak() uint32

func (*ChannelService_ChannelInfo) GetChannelId

func (x *ChannelService_ChannelInfo) GetChannelId() uint64

func (*ChannelService_ChannelInfo) GetChannelName

func (x *ChannelService_ChannelInfo) GetChannelName() []byte

func (*ChannelService_ChannelInfo) GetChannelType

func (x *ChannelService_ChannelInfo) GetChannelType() uint32

func (*ChannelService_ChannelInfo) GetCreateTime

func (x *ChannelService_ChannelInfo) GetCreateTime() uint64

func (*ChannelService_ChannelInfo) GetCreatorId

func (x *ChannelService_ChannelInfo) GetCreatorId() uint64

func (*ChannelService_ChannelInfo) GetGuildId

func (x *ChannelService_ChannelInfo) GetGuildId() uint64

func (*ChannelService_ChannelInfo) GetLastCntMsgSeq

func (x *ChannelService_ChannelInfo) GetLastCntMsgSeq() *SvcCommon_MsgSeq

func (*ChannelService_ChannelInfo) GetLastMsgSeq

func (x *ChannelService_ChannelInfo) GetLastMsgSeq() *SvcCommon_MsgSeq

func (*ChannelService_ChannelInfo) GetMsgLiveChannelInfo

func (x *ChannelService_ChannelInfo) GetMsgLiveChannelInfo() *ChannelService_LiveChannelInfo

func (*ChannelService_ChannelInfo) GetMsgNotifyType

func (x *ChannelService_ChannelInfo) GetMsgNotifyType() uint32

func (*ChannelService_ChannelInfo) GetMsgVoiceChannelInfo

func (x *ChannelService_ChannelInfo) GetMsgVoiceChannelInfo() *ChannelService_VoiceChannelInfo

func (*ChannelService_ChannelInfo) GetSpeakPermission

func (x *ChannelService_ChannelInfo) GetSpeakPermission() uint32

func (*ChannelService_ChannelInfo) ProtoMessage

func (*ChannelService_ChannelInfo) ProtoMessage()

func (*ChannelService_ChannelInfo) ProtoReflect

func (*ChannelService_ChannelInfo) Reset

func (x *ChannelService_ChannelInfo) Reset()

func (*ChannelService_ChannelInfo) String

func (x *ChannelService_ChannelInfo) String() string

type ChannelService_CommGrayTips

type ChannelService_CommGrayTips struct {
	BusiType      uint64                                    `protobuf:"varint,1,opt,name=busi_type,json=busiType,proto3" json:"busi_type,omitempty"`                 // uint64_busi_type
	BusiId        uint64                                    `protobuf:"varint,2,opt,name=busi_id,json=busiId,proto3" json:"busi_id,omitempty"`                       // uint64_busi_id
	CtrlFlag      uint32                                    `protobuf:"varint,3,opt,name=ctrl_flag,json=ctrlFlag,proto3" json:"ctrl_flag,omitempty"`                 // uint32_ctrl_flag
	TemplId       uint64                                    `protobuf:"varint,4,opt,name=templ_id,json=templId,proto3" json:"templ_id,omitempty"`                    // uint64_templ_id
	MsgTemplParam []*ChannelService_CommGrayTips_TemplParam `protobuf:"bytes,5,rep,name=msg_templ_param,json=msgTemplParam,proto3" json:"msg_templ_param,omitempty"` // rpt_msg_templ_param
	Content       []byte                                    `protobuf:"bytes,6,opt,name=content,proto3" json:"content,omitempty"`                                    // bytes_content
	TipsSeqId     uint64                                    `protobuf:"varint,10,opt,name=tips_seq_id,json=tipsSeqId,proto3" json:"tips_seq_id,omitempty"`           // uint64_tips_seq_id
	PbReserv      []byte                                    `protobuf:"bytes,100,opt,name=pb_reserv,json=pbReserv,proto3" json:"pb_reserv,omitempty"`                // bytes_pb_reserv
	// contains filtered or unexported fields
}

CommGrayTips is the message type for the CommGrayTips.

func (*ChannelService_CommGrayTips) Descriptor deprecated

func (*ChannelService_CommGrayTips) Descriptor() ([]byte, []int)

Deprecated: Use ChannelService_CommGrayTips.ProtoReflect.Descriptor instead.

func (*ChannelService_CommGrayTips) GetBusiId

func (x *ChannelService_CommGrayTips) GetBusiId() uint64

func (*ChannelService_CommGrayTips) GetBusiType

func (x *ChannelService_CommGrayTips) GetBusiType() uint64

func (*ChannelService_CommGrayTips) GetContent

func (x *ChannelService_CommGrayTips) GetContent() []byte

func (*ChannelService_CommGrayTips) GetCtrlFlag

func (x *ChannelService_CommGrayTips) GetCtrlFlag() uint32

func (*ChannelService_CommGrayTips) GetMsgTemplParam

func (*ChannelService_CommGrayTips) GetPbReserv

func (x *ChannelService_CommGrayTips) GetPbReserv() []byte

func (*ChannelService_CommGrayTips) GetTemplId

func (x *ChannelService_CommGrayTips) GetTemplId() uint64

func (*ChannelService_CommGrayTips) GetTipsSeqId

func (x *ChannelService_CommGrayTips) GetTipsSeqId() uint64

func (*ChannelService_CommGrayTips) ProtoMessage

func (*ChannelService_CommGrayTips) ProtoMessage()

func (*ChannelService_CommGrayTips) ProtoReflect

func (*ChannelService_CommGrayTips) Reset

func (x *ChannelService_CommGrayTips) Reset()

func (*ChannelService_CommGrayTips) String

func (x *ChannelService_CommGrayTips) String() string

type ChannelService_CommGrayTips_TemplParam

type ChannelService_CommGrayTips_TemplParam struct {
	Name  []byte `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`   // bytes_name
	Value []byte `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` // bytes_value
	// contains filtered or unexported fields
}

TemplParam is the message type for the TemplParam.

func (*ChannelService_CommGrayTips_TemplParam) Descriptor deprecated

func (*ChannelService_CommGrayTips_TemplParam) Descriptor() ([]byte, []int)

Deprecated: Use ChannelService_CommGrayTips_TemplParam.ProtoReflect.Descriptor instead.

func (*ChannelService_CommGrayTips_TemplParam) GetName

func (*ChannelService_CommGrayTips_TemplParam) GetValue

func (*ChannelService_CommGrayTips_TemplParam) ProtoMessage

func (*ChannelService_CommGrayTips_TemplParam) ProtoReflect

func (*ChannelService_CommGrayTips_TemplParam) Reset

func (*ChannelService_CommGrayTips_TemplParam) String

type ChannelService_CreateChan

type ChannelService_CreateChan struct {
	GuildId    uint64                      `protobuf:"varint,1,opt,name=guild_id,json=guildId,proto3" json:"guild_id,omitempty"`          // uint64_guild_id
	OperatorId uint64                      `protobuf:"varint,3,opt,name=operator_id,json=operatorId,proto3" json:"operator_id,omitempty"` // uint64_operator_id
	CreateId   []*ChannelService_ChannelID `protobuf:"bytes,4,rep,name=create_id,json=createId,proto3" json:"create_id,omitempty"`        // rpt_create_id
	// contains filtered or unexported fields
}

CreateChan is the message type for the CreateChan.

func (*ChannelService_CreateChan) Descriptor deprecated

func (*ChannelService_CreateChan) Descriptor() ([]byte, []int)

Deprecated: Use ChannelService_CreateChan.ProtoReflect.Descriptor instead.

func (*ChannelService_CreateChan) GetCreateId

func (*ChannelService_CreateChan) GetGuildId

func (x *ChannelService_CreateChan) GetGuildId() uint64

func (*ChannelService_CreateChan) GetOperatorId

func (x *ChannelService_CreateChan) GetOperatorId() uint64

func (*ChannelService_CreateChan) ProtoMessage

func (*ChannelService_CreateChan) ProtoMessage()

func (*ChannelService_CreateChan) ProtoReflect

func (*ChannelService_CreateChan) Reset

func (x *ChannelService_CreateChan) Reset()

func (*ChannelService_CreateChan) String

func (x *ChannelService_CreateChan) String() string

type ChannelService_CreateGuild

type ChannelService_CreateGuild struct {
	OperatorId uint64 `protobuf:"varint,1,opt,name=operator_id,json=operatorId,proto3" json:"operator_id,omitempty"` // uint64_operator_id
	GuildId    uint64 `protobuf:"varint,2,opt,name=guild_id,json=guildId,proto3" json:"guild_id,omitempty"`          // uint64_guild_id
	// contains filtered or unexported fields
}

CreateGuild is the message type for the CreateGuild.

func (*ChannelService_CreateGuild) Descriptor deprecated

func (*ChannelService_CreateGuild) Descriptor() ([]byte, []int)

Deprecated: Use ChannelService_CreateGuild.ProtoReflect.Descriptor instead.

func (*ChannelService_CreateGuild) GetGuildId

func (x *ChannelService_CreateGuild) GetGuildId() uint64

func (*ChannelService_CreateGuild) GetOperatorId

func (x *ChannelService_CreateGuild) GetOperatorId() uint64

func (*ChannelService_CreateGuild) ProtoMessage

func (*ChannelService_CreateGuild) ProtoMessage()

func (*ChannelService_CreateGuild) ProtoReflect

func (*ChannelService_CreateGuild) Reset

func (x *ChannelService_CreateGuild) Reset()

func (*ChannelService_CreateGuild) String

func (x *ChannelService_CreateGuild) String() string

type ChannelService_DestroyChan

type ChannelService_DestroyChan struct {
	GuildId    uint64                      `protobuf:"varint,1,opt,name=guild_id,json=guildId,proto3" json:"guild_id,omitempty"`          // uint64_guild_id
	OperatorId uint64                      `protobuf:"varint,3,opt,name=operator_id,json=operatorId,proto3" json:"operator_id,omitempty"` // uint64_operator_id
	DeleteId   []*ChannelService_ChannelID `protobuf:"bytes,4,rep,name=delete_id,json=deleteId,proto3" json:"delete_id,omitempty"`        // rpt_delete_id
	// contains filtered or unexported fields
}

DestroyChan is the message type for the DestroyChan.

func (*ChannelService_DestroyChan) Descriptor deprecated

func (*ChannelService_DestroyChan) Descriptor() ([]byte, []int)

Deprecated: Use ChannelService_DestroyChan.ProtoReflect.Descriptor instead.

func (*ChannelService_DestroyChan) GetDeleteId

func (*ChannelService_DestroyChan) GetGuildId

func (x *ChannelService_DestroyChan) GetGuildId() uint64

func (*ChannelService_DestroyChan) GetOperatorId

func (x *ChannelService_DestroyChan) GetOperatorId() uint64

func (*ChannelService_DestroyChan) ProtoMessage

func (*ChannelService_DestroyChan) ProtoMessage()

func (*ChannelService_DestroyChan) ProtoReflect

func (*ChannelService_DestroyChan) Reset

func (x *ChannelService_DestroyChan) Reset()

func (*ChannelService_DestroyChan) String

func (x *ChannelService_DestroyChan) String() string

type ChannelService_DestroyGuild

type ChannelService_DestroyGuild struct {
	OperatorId uint64 `protobuf:"varint,1,opt,name=operator_id,json=operatorId,proto3" json:"operator_id,omitempty"` // uint64_operator_id
	GuildId    uint64 `protobuf:"varint,2,opt,name=guild_id,json=guildId,proto3" json:"guild_id,omitempty"`          // uint64_guild_id
	// contains filtered or unexported fields
}

DestroyGuild is the message type for the DestroyGuild.

func (*ChannelService_DestroyGuild) Descriptor deprecated

func (*ChannelService_DestroyGuild) Descriptor() ([]byte, []int)

Deprecated: Use ChannelService_DestroyGuild.ProtoReflect.Descriptor instead.

func (*ChannelService_DestroyGuild) GetGuildId

func (x *ChannelService_DestroyGuild) GetGuildId() uint64

func (*ChannelService_DestroyGuild) GetOperatorId

func (x *ChannelService_DestroyGuild) GetOperatorId() uint64

func (*ChannelService_DestroyGuild) ProtoMessage

func (*ChannelService_DestroyGuild) ProtoMessage()

func (*ChannelService_DestroyGuild) ProtoReflect

func (*ChannelService_DestroyGuild) Reset

func (x *ChannelService_DestroyGuild) Reset()

func (*ChannelService_DestroyGuild) String

func (x *ChannelService_DestroyGuild) String() string

type ChannelService_EventBody

type ChannelService_EventBody struct {
	MsgReadNotify           *ChannelService_ReadNotify           `protobuf:"bytes,1,opt,name=msg_read_notify,json=msgReadNotify,proto3" json:"msg_read_notify,omitempty"`                  // msg_read_notify
	MsgCommGrayTips         *ChannelService_CommGrayTips         `protobuf:"bytes,2,opt,name=msg_comm_gray_tips,json=msgCommGrayTips,proto3" json:"msg_comm_gray_tips,omitempty"`          // msg_comm_gray_tips
	MsgCreateGuild          *ChannelService_CreateGuild          `protobuf:"bytes,3,opt,name=msg_create_guild,json=msgCreateGuild,proto3" json:"msg_create_guild,omitempty"`               // msg_create_guild
	MsgDestroyGuild         *ChannelService_DestroyGuild         `protobuf:"bytes,4,opt,name=msg_destroy_guild,json=msgDestroyGuild,proto3" json:"msg_destroy_guild,omitempty"`            // msg_destroy_guild
	MsgJoinGuild            *ChannelService_JoinGuild            `protobuf:"bytes,5,opt,name=msg_join_guild,json=msgJoinGuild,proto3" json:"msg_join_guild,omitempty"`                     // msg_join_guild
	MsgKickOffGuild         *ChannelService_KickOffGuild         `protobuf:"bytes,6,opt,name=msg_kick_off_guild,json=msgKickOffGuild,proto3" json:"msg_kick_off_guild,omitempty"`          // msg_kick_off_guild
	MsgQuitGuild            *ChannelService_QuitGuild            `protobuf:"bytes,7,opt,name=msg_quit_guild,json=msgQuitGuild,proto3" json:"msg_quit_guild,omitempty"`                     // msg_quit_guild
	MsgChangeGuildInfo      *ChannelService_ChangeGuildInfo      `protobuf:"bytes,8,opt,name=msg_change_guild_info,json=msgChangeGuildInfo,proto3" json:"msg_change_guild_info,omitempty"` // msg_change_guild_info
	MsgCreateChan           *ChannelService_CreateChan           `protobuf:"bytes,9,opt,name=msg_create_chan,json=msgCreateChan,proto3" json:"msg_create_chan,omitempty"`                  // msg_create_chan
	MsgDestroyChan          *ChannelService_DestroyChan          `protobuf:"bytes,10,opt,name=msg_destroy_chan,json=msgDestroyChan,proto3" json:"msg_destroy_chan,omitempty"`              // msg_destroy_chan
	MsgChangeChanInfo       *ChannelService_ChangeChanInfo       `protobuf:"bytes,11,opt,name=msg_change_chan_info,json=msgChangeChanInfo,proto3" json:"msg_change_chan_info,omitempty"`   // msg_change_chan_info
	MsgSetAdmin             *ChannelService_SetAdmin             `protobuf:"bytes,12,opt,name=msg_set_admin,json=msgSetAdmin,proto3" json:"msg_set_admin,omitempty"`                       // msg_set_admin
	MsgSetMsgRecvType       *ChannelService_SetMsgRecvType       `protobuf:"bytes,13,opt,name=msg_set_msg_recv_type,json=msgSetMsgRecvType,proto3" json:"msg_set_msg_recv_type,omitempty"` // msg_set_msg_recv_type
	MsgUpdateMsg            *ChannelService_UpdateMsg            `protobuf:"bytes,14,opt,name=msg_update_msg,json=msgUpdateMsg,proto3" json:"msg_update_msg,omitempty"`                    // msg_update_msg
	MsgSetTop               *ChannelService_SetTop               `protobuf:"bytes,17,opt,name=msg_set_top,json=msgSetTop,proto3" json:"msg_set_top,omitempty"`                             // msg_set_top
	MsgSwitchChannel        *ChannelService_SwitchVoiceChannel   `protobuf:"bytes,18,opt,name=msg_switch_channel,json=msgSwitchChannel,proto3" json:"msg_switch_channel,omitempty"`        // msg_switch_channel
	MsgUpdateCategory       *ChannelService_UpdateCategory       `protobuf:"bytes,21,opt,name=msg_update_category,json=msgUpdateCategory,proto3" json:"msg_update_category,omitempty"`     // msg_update_category
	MsgUpdateVoiceBlockList *ChannelService_UpdateVoiceBlockList ``                                                                                                                        // msg_update_voice_block_list
	/* 137-byte string literal not displayed */
	MsgSetMute              *ChannelService_SetMute                 `protobuf:"bytes,23,opt,name=msg_set_mute,json=msgSetMute,proto3" json:"msg_set_mute,omitempty"` // msg_set_mute
	MsgLiveStatusChangeRoom *ChannelService_LiveRoomStatusChangeMsg ``                                                                                               // msg_live_status_change_room
	/* 137-byte string literal not displayed */
	MsgSwitchLiveRoom        *ChannelService_SwitchLiveRoom           `protobuf:"bytes,25,opt,name=msg_switch_live_room,json=msgSwitchLiveRoom,proto3" json:"msg_switch_live_room,omitempty"` // msg_switch_live_room
	MsgEvents                []*ChannelService_MsgEvent               `protobuf:"bytes,39,rep,name=msg_events,json=msgEvents,proto3" json:"msg_events,omitempty"`                             // msg_events
	MsgScheduler             *ChannelService_SchedulerMsg             `protobuf:"bytes,40,opt,name=msg_scheduler,json=msgScheduler,proto3" json:"msg_scheduler,omitempty"`                    // msg_scheduler
	MsgAppChannel            *ChannelService_AppChannelMsg            `protobuf:"bytes,41,opt,name=msg_app_channel,json=msgAppChannel,proto3" json:"msg_app_channel,omitempty"`               // msg_app_channel
	FeedEvent                *ChannelService_FeedEvent                `protobuf:"bytes,44,opt,name=feed_event,json=feedEvent,proto3" json:"feed_event,omitempty"`                             // feed_event
	WeakMsgAppChannel        *ChannelService_AppChannelMsg            `protobuf:"bytes,46,opt,name=weak_msg_app_channel,json=weakMsgAppChannel,proto3" json:"weak_msg_app_channel,omitempty"` // weak_msg_app_channel
	ReadFeedNotify           *ChannelService_ReadFeedNotify           `protobuf:"bytes,48,opt,name=read_feed_notify,json=readFeedNotify,proto3" json:"read_feed_notify,omitempty"`            // read_feed_notify
	QuestionChannelSystemMsg *ChannelService_QuestionChannelSystemMsg ``                                                                                                                      // question_channel_system_msg
	/* 138-byte string literal not displayed */
	// contains filtered or unexported fields
}

EventBody is the message type for the EventBody.

func (*ChannelService_EventBody) Descriptor deprecated

func (*ChannelService_EventBody) Descriptor() ([]byte, []int)

Deprecated: Use ChannelService_EventBody.ProtoReflect.Descriptor instead.

func (*ChannelService_EventBody) GetFeedEvent

func (*ChannelService_EventBody) GetMsgAppChannel

func (*ChannelService_EventBody) GetMsgChangeChanInfo

func (x *ChannelService_EventBody) GetMsgChangeChanInfo() *ChannelService_ChangeChanInfo

func (*ChannelService_EventBody) GetMsgChangeGuildInfo

func (x *ChannelService_EventBody) GetMsgChangeGuildInfo() *ChannelService_ChangeGuildInfo

func (*ChannelService_EventBody) GetMsgCommGrayTips

func (x *ChannelService_EventBody) GetMsgCommGrayTips() *ChannelService_CommGrayTips

func (*ChannelService_EventBody) GetMsgCreateChan

func (x *ChannelService_EventBody) GetMsgCreateChan() *ChannelService_CreateChan

func (*ChannelService_EventBody) GetMsgCreateGuild

func (x *ChannelService_EventBody) GetMsgCreateGuild() *ChannelService_CreateGuild

func (*ChannelService_EventBody) GetMsgDestroyChan

func (x *ChannelService_EventBody) GetMsgDestroyChan() *ChannelService_DestroyChan

func (*ChannelService_EventBody) GetMsgDestroyGuild

func (x *ChannelService_EventBody) GetMsgDestroyGuild() *ChannelService_DestroyGuild

func (*ChannelService_EventBody) GetMsgEvents

func (*ChannelService_EventBody) GetMsgJoinGuild

func (x *ChannelService_EventBody) GetMsgJoinGuild() *ChannelService_JoinGuild

func (*ChannelService_EventBody) GetMsgKickOffGuild

func (x *ChannelService_EventBody) GetMsgKickOffGuild() *ChannelService_KickOffGuild

func (*ChannelService_EventBody) GetMsgLiveStatusChangeRoom

func (x *ChannelService_EventBody) GetMsgLiveStatusChangeRoom() *ChannelService_LiveRoomStatusChangeMsg

func (*ChannelService_EventBody) GetMsgQuitGuild

func (x *ChannelService_EventBody) GetMsgQuitGuild() *ChannelService_QuitGuild

func (*ChannelService_EventBody) GetMsgReadNotify

func (x *ChannelService_EventBody) GetMsgReadNotify() *ChannelService_ReadNotify

func (*ChannelService_EventBody) GetMsgScheduler

func (*ChannelService_EventBody) GetMsgSetAdmin

func (*ChannelService_EventBody) GetMsgSetMsgRecvType

func (x *ChannelService_EventBody) GetMsgSetMsgRecvType() *ChannelService_SetMsgRecvType

func (*ChannelService_EventBody) GetMsgSetMute

func (*ChannelService_EventBody) GetMsgSetTop

func (*ChannelService_EventBody) GetMsgSwitchChannel

func (*ChannelService_EventBody) GetMsgSwitchLiveRoom

func (x *ChannelService_EventBody) GetMsgSwitchLiveRoom() *ChannelService_SwitchLiveRoom

func (*ChannelService_EventBody) GetMsgUpdateCategory

func (x *ChannelService_EventBody) GetMsgUpdateCategory() *ChannelService_UpdateCategory

func (*ChannelService_EventBody) GetMsgUpdateMsg

func (x *ChannelService_EventBody) GetMsgUpdateMsg() *ChannelService_UpdateMsg

func (*ChannelService_EventBody) GetMsgUpdateVoiceBlockList

func (x *ChannelService_EventBody) GetMsgUpdateVoiceBlockList() *ChannelService_UpdateVoiceBlockList

func (*ChannelService_EventBody) GetQuestionChannelSystemMsg

func (x *ChannelService_EventBody) GetQuestionChannelSystemMsg() *ChannelService_QuestionChannelSystemMsg

func (*ChannelService_EventBody) GetReadFeedNotify

func (*ChannelService_EventBody) GetWeakMsgAppChannel

func (x *ChannelService_EventBody) GetWeakMsgAppChannel() *ChannelService_AppChannelMsg

func (*ChannelService_EventBody) ProtoMessage

func (*ChannelService_EventBody) ProtoMessage()

func (*ChannelService_EventBody) ProtoReflect

func (x *ChannelService_EventBody) ProtoReflect() protoreflect.Message

func (*ChannelService_EventBody) Reset

func (x *ChannelService_EventBody) Reset()

func (*ChannelService_EventBody) String

func (x *ChannelService_EventBody) String() string

type ChannelService_FeedEvent

type ChannelService_FeedEvent struct {
	GuildId    uint64 `protobuf:"varint,1,opt,name=guild_id,json=guildId,proto3" json:"guild_id,omitempty"`         // uint64_guild_id
	ChannelId  uint64 `protobuf:"varint,2,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"`   // uint64_channel_id
	FeedId     string `protobuf:"bytes,3,opt,name=feed_id,json=feedId,proto3" json:"feed_id,omitempty"`             // str_feed_id
	MsgSummary string `protobuf:"bytes,4,opt,name=msg_summary,json=msgSummary,proto3" json:"msg_summary,omitempty"` // str_msg_summary
	EventTime  uint64 `protobuf:"varint,5,opt,name=event_time,json=eventTime,proto3" json:"event_time,omitempty"`   // uint64_event_time
	// contains filtered or unexported fields
}

FeedEvent is the message type for the FeedEvent.

func (*ChannelService_FeedEvent) Descriptor deprecated

func (*ChannelService_FeedEvent) Descriptor() ([]byte, []int)

Deprecated: Use ChannelService_FeedEvent.ProtoReflect.Descriptor instead.

func (*ChannelService_FeedEvent) GetChannelId

func (x *ChannelService_FeedEvent) GetChannelId() uint64

func (*ChannelService_FeedEvent) GetEventTime

func (x *ChannelService_FeedEvent) GetEventTime() uint64

func (*ChannelService_FeedEvent) GetFeedId

func (x *ChannelService_FeedEvent) GetFeedId() string

func (*ChannelService_FeedEvent) GetGuildId

func (x *ChannelService_FeedEvent) GetGuildId() uint64

func (*ChannelService_FeedEvent) GetMsgSummary

func (x *ChannelService_FeedEvent) GetMsgSummary() string

func (*ChannelService_FeedEvent) ProtoMessage

func (*ChannelService_FeedEvent) ProtoMessage()

func (*ChannelService_FeedEvent) ProtoReflect

func (x *ChannelService_FeedEvent) ProtoReflect() protoreflect.Message

func (*ChannelService_FeedEvent) Reset

func (x *ChannelService_FeedEvent) Reset()

func (*ChannelService_FeedEvent) String

func (x *ChannelService_FeedEvent) String() string

type ChannelService_GroupProStatus

type ChannelService_GroupProStatus struct {
	IsEnable uint32 `protobuf:"varint,1,opt,name=is_enable,json=isEnable,proto3" json:"is_enable,omitempty"` // uint32_is_enable
	IsBanned uint32 `protobuf:"varint,2,opt,name=is_banned,json=isBanned,proto3" json:"is_banned,omitempty"` // uint32_is_banned
	IsFrozen uint32 `protobuf:"varint,3,opt,name=is_frozen,json=isFrozen,proto3" json:"is_frozen,omitempty"` // uint32_is_frozen
	// contains filtered or unexported fields
}

GroupProStatus is the message type for the GroupProStatus.

func (*ChannelService_GroupProStatus) Descriptor deprecated

func (*ChannelService_GroupProStatus) Descriptor() ([]byte, []int)

Deprecated: Use ChannelService_GroupProStatus.ProtoReflect.Descriptor instead.

func (*ChannelService_GroupProStatus) GetIsBanned

func (x *ChannelService_GroupProStatus) GetIsBanned() uint32

func (*ChannelService_GroupProStatus) GetIsEnable

func (x *ChannelService_GroupProStatus) GetIsEnable() uint32

func (*ChannelService_GroupProStatus) GetIsFrozen

func (x *ChannelService_GroupProStatus) GetIsFrozen() uint32

func (*ChannelService_GroupProStatus) ProtoMessage

func (*ChannelService_GroupProStatus) ProtoMessage()

func (*ChannelService_GroupProStatus) ProtoReflect

func (*ChannelService_GroupProStatus) Reset

func (x *ChannelService_GroupProStatus) Reset()

func (*ChannelService_GroupProStatus) String

type ChannelService_GuildInfo

type ChannelService_GuildInfo struct {
	GuildCode             uint64                         `protobuf:"varint,2,opt,name=guild_code,json=guildCode,proto3" json:"guild_code,omitempty"`                                  // uint64_guild_code
	OwnerId               uint64                         `protobuf:"varint,3,opt,name=owner_id,json=ownerId,proto3" json:"owner_id,omitempty"`                                        // uint64_owner_id
	CreateTime            uint64                         `protobuf:"varint,4,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`                               // uint64_create_time
	MemberMaxNum          uint32                         `protobuf:"varint,5,opt,name=member_max_num,json=memberMaxNum,proto3" json:"member_max_num,omitempty"`                       // uint32_member_max_num
	MemberNum             uint32                         `protobuf:"varint,6,opt,name=member_num,json=memberNum,proto3" json:"member_num,omitempty"`                                  // uint32_member_num
	GuildType             uint32                         `protobuf:"varint,7,opt,name=guild_type,json=guildType,proto3" json:"guild_type,omitempty"`                                  // uint32_guild_type
	GuildName             []byte                         `protobuf:"bytes,8,opt,name=guild_name,json=guildName,proto3" json:"guild_name,omitempty"`                                   // bytes_guild_name
	RobotList             []uint64                       `protobuf:"varint,9,rep,packed,name=robot_list,json=robotList,proto3" json:"robot_list,omitempty"`                           // rpt_robot_list
	AdminList             []uint64                       `protobuf:"varint,10,rep,packed,name=admin_list,json=adminList,proto3" json:"admin_list,omitempty"`                          // rpt_admin_list
	RobotMaxNum           uint32                         `protobuf:"varint,11,opt,name=robot_max_num,json=robotMaxNum,proto3" json:"robot_max_num,omitempty"`                         // uint32_robot_max_num
	AdminMaxNum           uint32                         `protobuf:"varint,12,opt,name=admin_max_num,json=adminMaxNum,proto3" json:"admin_max_num,omitempty"`                         // uint32_admin_max_num
	Profile               []byte                         `protobuf:"bytes,13,opt,name=profile,proto3" json:"profile,omitempty"`                                                       // bytes_profile
	FaceSeq               uint64                         `protobuf:"varint,14,opt,name=face_seq,json=faceSeq,proto3" json:"face_seq,omitempty"`                                       // uint64_face_seq
	MsgGuildStatus        *ChannelService_GroupProStatus `protobuf:"bytes,15,opt,name=msg_guild_status,json=msgGuildStatus,proto3" json:"msg_guild_status,omitempty"`                 // msg_guild_status
	ChannelNum            uint32                         `protobuf:"varint,16,opt,name=channel_num,json=channelNum,proto3" json:"channel_num,omitempty"`                              // uint32_channel_num
	MsgMemberChangeSeq    *SvcCommon_MsgSeq              `protobuf:"bytes,5002,opt,name=msg_member_change_seq,json=msgMemberChangeSeq,proto3" json:"msg_member_change_seq,omitempty"` // msg_member_change_seq
	MsgGuildInfoChangeSeq *SvcCommon_MsgSeq              ``                                                                                                                           // msg_guild_info_change_seq
	/* 133-byte string literal not displayed */
	MsgChannelChangeSeq *SvcCommon_MsgSeq `protobuf:"bytes,5004,opt,name=msg_channel_change_seq,json=msgChannelChangeSeq,proto3" json:"msg_channel_change_seq,omitempty"` // msg_channel_change_seq
	// contains filtered or unexported fields
}

GuildInfo is the message type for the GuildInfo.

func (*ChannelService_GuildInfo) Descriptor deprecated

func (*ChannelService_GuildInfo) Descriptor() ([]byte, []int)

Deprecated: Use ChannelService_GuildInfo.ProtoReflect.Descriptor instead.

func (*ChannelService_GuildInfo) GetAdminList

func (x *ChannelService_GuildInfo) GetAdminList() []uint64

func (*ChannelService_GuildInfo) GetAdminMaxNum

func (x *ChannelService_GuildInfo) GetAdminMaxNum() uint32

func (*ChannelService_GuildInfo) GetChannelNum

func (x *ChannelService_GuildInfo) GetChannelNum() uint32

func (*ChannelService_GuildInfo) GetCreateTime

func (x *ChannelService_GuildInfo) GetCreateTime() uint64

func (*ChannelService_GuildInfo) GetFaceSeq

func (x *ChannelService_GuildInfo) GetFaceSeq() uint64

func (*ChannelService_GuildInfo) GetGuildCode

func (x *ChannelService_GuildInfo) GetGuildCode() uint64

func (*ChannelService_GuildInfo) GetGuildName

func (x *ChannelService_GuildInfo) GetGuildName() []byte

func (*ChannelService_GuildInfo) GetGuildType

func (x *ChannelService_GuildInfo) GetGuildType() uint32

func (*ChannelService_GuildInfo) GetMemberMaxNum

func (x *ChannelService_GuildInfo) GetMemberMaxNum() uint32

func (*ChannelService_GuildInfo) GetMemberNum

func (x *ChannelService_GuildInfo) GetMemberNum() uint32

func (*ChannelService_GuildInfo) GetMsgChannelChangeSeq

func (x *ChannelService_GuildInfo) GetMsgChannelChangeSeq() *SvcCommon_MsgSeq

func (*ChannelService_GuildInfo) GetMsgGuildInfoChangeSeq

func (x *ChannelService_GuildInfo) GetMsgGuildInfoChangeSeq() *SvcCommon_MsgSeq

func (*ChannelService_GuildInfo) GetMsgGuildStatus

func (*ChannelService_GuildInfo) GetMsgMemberChangeSeq

func (x *ChannelService_GuildInfo) GetMsgMemberChangeSeq() *SvcCommon_MsgSeq

func (*ChannelService_GuildInfo) GetOwnerId

func (x *ChannelService_GuildInfo) GetOwnerId() uint64

func (*ChannelService_GuildInfo) GetProfile

func (x *ChannelService_GuildInfo) GetProfile() []byte

func (*ChannelService_GuildInfo) GetRobotList

func (x *ChannelService_GuildInfo) GetRobotList() []uint64

func (*ChannelService_GuildInfo) GetRobotMaxNum

func (x *ChannelService_GuildInfo) GetRobotMaxNum() uint32

func (*ChannelService_GuildInfo) ProtoMessage

func (*ChannelService_GuildInfo) ProtoMessage()

func (*ChannelService_GuildInfo) ProtoReflect

func (x *ChannelService_GuildInfo) ProtoReflect() protoreflect.Message

func (*ChannelService_GuildInfo) Reset

func (x *ChannelService_GuildInfo) Reset()

func (*ChannelService_GuildInfo) String

func (x *ChannelService_GuildInfo) String() string

type ChannelService_GuildInfoFilter

type ChannelService_GuildInfoFilter struct {
	GuildCode          uint32 `protobuf:"varint,2,opt,name=guild_code,json=guildCode,proto3" json:"guild_code,omitempty"`                                   // uint32_guild_code
	OwnerId            uint32 `protobuf:"varint,3,opt,name=owner_id,json=ownerId,proto3" json:"owner_id,omitempty"`                                         // uint32_owner_id
	CreateTime         uint32 `protobuf:"varint,4,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`                                // uint32_create_time
	MemberMaxNum       uint32 `protobuf:"varint,5,opt,name=member_max_num,json=memberMaxNum,proto3" json:"member_max_num,omitempty"`                        // uint32_member_max_num
	MemberNum          uint32 `protobuf:"varint,6,opt,name=member_num,json=memberNum,proto3" json:"member_num,omitempty"`                                   // uint32_member_num
	GuildType          uint32 `protobuf:"varint,7,opt,name=guild_type,json=guildType,proto3" json:"guild_type,omitempty"`                                   // uint32_guild_type
	GuildName          uint32 `protobuf:"varint,8,opt,name=guild_name,json=guildName,proto3" json:"guild_name,omitempty"`                                   // uint32_guild_name
	RobotList          uint32 `protobuf:"varint,9,opt,name=robot_list,json=robotList,proto3" json:"robot_list,omitempty"`                                   // uint32_robot_list
	AdminList          uint32 `protobuf:"varint,10,opt,name=admin_list,json=adminList,proto3" json:"admin_list,omitempty"`                                  // uint32_admin_list
	RobotMaxNum        uint32 `protobuf:"varint,11,opt,name=robot_max_num,json=robotMaxNum,proto3" json:"robot_max_num,omitempty"`                          // uint32_robot_max_num
	AdminMaxNum        uint32 `protobuf:"varint,12,opt,name=admin_max_num,json=adminMaxNum,proto3" json:"admin_max_num,omitempty"`                          // uint32_admin_max_num
	Profile            uint32 `protobuf:"varint,13,opt,name=profile,proto3" json:"profile,omitempty"`                                                       // uint32_profile
	FaceSeq            uint32 `protobuf:"varint,14,opt,name=face_seq,json=faceSeq,proto3" json:"face_seq,omitempty"`                                        // uint32_face_seq
	GuildStatus        uint32 `protobuf:"varint,15,opt,name=guild_status,json=guildStatus,proto3" json:"guild_status,omitempty"`                            // uint32_guild_status
	ChannelNum         uint32 `protobuf:"varint,16,opt,name=channel_num,json=channelNum,proto3" json:"channel_num,omitempty"`                               // uint32_channel_num
	MemberChangeSeq    uint32 `protobuf:"varint,5002,opt,name=member_change_seq,json=memberChangeSeq,proto3" json:"member_change_seq,omitempty"`            // uint32_member_change_seq
	GuildInfoChangeSeq uint32 `protobuf:"varint,5003,opt,name=guild_info_change_seq,json=guildInfoChangeSeq,proto3" json:"guild_info_change_seq,omitempty"` // uint32_guild_info_change_seq
	ChannelChangeSeq   uint32 `protobuf:"varint,5004,opt,name=channel_change_seq,json=channelChangeSeq,proto3" json:"channel_change_seq,omitempty"`         // uint32_channel_change_seq
	// contains filtered or unexported fields
}

GuildInfoFilter is the message type for the GuildInfoFilter.

func (*ChannelService_GuildInfoFilter) Descriptor deprecated

func (*ChannelService_GuildInfoFilter) Descriptor() ([]byte, []int)

Deprecated: Use ChannelService_GuildInfoFilter.ProtoReflect.Descriptor instead.

func (*ChannelService_GuildInfoFilter) GetAdminList

func (x *ChannelService_GuildInfoFilter) GetAdminList() uint32

func (*ChannelService_GuildInfoFilter) GetAdminMaxNum

func (x *ChannelService_GuildInfoFilter) GetAdminMaxNum() uint32

func (*ChannelService_GuildInfoFilter) GetChannelChangeSeq

func (x *ChannelService_GuildInfoFilter) GetChannelChangeSeq() uint32

func (*ChannelService_GuildInfoFilter) GetChannelNum

func (x *ChannelService_GuildInfoFilter) GetChannelNum() uint32

func (*ChannelService_GuildInfoFilter) GetCreateTime

func (x *ChannelService_GuildInfoFilter) GetCreateTime() uint32

func (*ChannelService_GuildInfoFilter) GetFaceSeq

func (x *ChannelService_GuildInfoFilter) GetFaceSeq() uint32

func (*ChannelService_GuildInfoFilter) GetGuildCode

func (x *ChannelService_GuildInfoFilter) GetGuildCode() uint32

func (*ChannelService_GuildInfoFilter) GetGuildInfoChangeSeq

func (x *ChannelService_GuildInfoFilter) GetGuildInfoChangeSeq() uint32

func (*ChannelService_GuildInfoFilter) GetGuildName

func (x *ChannelService_GuildInfoFilter) GetGuildName() uint32

func (*ChannelService_GuildInfoFilter) GetGuildStatus

func (x *ChannelService_GuildInfoFilter) GetGuildStatus() uint32

func (*ChannelService_GuildInfoFilter) GetGuildType

func (x *ChannelService_GuildInfoFilter) GetGuildType() uint32

func (*ChannelService_GuildInfoFilter) GetMemberChangeSeq

func (x *ChannelService_GuildInfoFilter) GetMemberChangeSeq() uint32

func (*ChannelService_GuildInfoFilter) GetMemberMaxNum

func (x *ChannelService_GuildInfoFilter) GetMemberMaxNum() uint32

func (*ChannelService_GuildInfoFilter) GetMemberNum

func (x *ChannelService_GuildInfoFilter) GetMemberNum() uint32

func (*ChannelService_GuildInfoFilter) GetOwnerId

func (x *ChannelService_GuildInfoFilter) GetOwnerId() uint32

func (*ChannelService_GuildInfoFilter) GetProfile

func (x *ChannelService_GuildInfoFilter) GetProfile() uint32

func (*ChannelService_GuildInfoFilter) GetRobotList

func (x *ChannelService_GuildInfoFilter) GetRobotList() uint32

func (*ChannelService_GuildInfoFilter) GetRobotMaxNum

func (x *ChannelService_GuildInfoFilter) GetRobotMaxNum() uint32

func (*ChannelService_GuildInfoFilter) ProtoMessage

func (*ChannelService_GuildInfoFilter) ProtoMessage()

func (*ChannelService_GuildInfoFilter) ProtoReflect

func (*ChannelService_GuildInfoFilter) Reset

func (x *ChannelService_GuildInfoFilter) Reset()

func (*ChannelService_GuildInfoFilter) String

type ChannelService_JoinGuild

type ChannelService_JoinGuild struct {
	MemberId     uint64 `protobuf:"varint,3,opt,name=member_id,json=memberId,proto3" json:"member_id,omitempty"`             // uint64_member_id
	MemberType   uint32 `protobuf:"varint,4,opt,name=member_type,json=memberType,proto3" json:"member_type,omitempty"`       // uint32_member_type
	MemberTinyid uint64 `protobuf:"varint,5,opt,name=member_tinyid,json=memberTinyid,proto3" json:"member_tinyid,omitempty"` // uint64_member_tinyid
	// contains filtered or unexported fields
}

JoinGuild is the message type for the JoinGuild.

func (*ChannelService_JoinGuild) Descriptor deprecated

func (*ChannelService_JoinGuild) Descriptor() ([]byte, []int)

Deprecated: Use ChannelService_JoinGuild.ProtoReflect.Descriptor instead.

func (*ChannelService_JoinGuild) GetMemberId

func (x *ChannelService_JoinGuild) GetMemberId() uint64

func (*ChannelService_JoinGuild) GetMemberTinyid

func (x *ChannelService_JoinGuild) GetMemberTinyid() uint64

func (*ChannelService_JoinGuild) GetMemberType

func (x *ChannelService_JoinGuild) GetMemberType() uint32

func (*ChannelService_JoinGuild) ProtoMessage

func (*ChannelService_JoinGuild) ProtoMessage()

func (*ChannelService_JoinGuild) ProtoReflect

func (x *ChannelService_JoinGuild) ProtoReflect() protoreflect.Message

func (*ChannelService_JoinGuild) Reset

func (x *ChannelService_JoinGuild) Reset()

func (*ChannelService_JoinGuild) String

func (x *ChannelService_JoinGuild) String() string

type ChannelService_KickOffGuild

type ChannelService_KickOffGuild struct {
	MemberId     uint64 `protobuf:"varint,3,opt,name=member_id,json=memberId,proto3" json:"member_id,omitempty"`             // uint64_member_id
	SetBlack     uint32 `protobuf:"varint,4,opt,name=set_black,json=setBlack,proto3" json:"set_black,omitempty"`             // uint32_set_black
	MemberTinyid uint64 `protobuf:"varint,5,opt,name=member_tinyid,json=memberTinyid,proto3" json:"member_tinyid,omitempty"` // uint64_member_tinyid
	// contains filtered or unexported fields
}

KickOffGuild is the message type for the KickOffGuild.

func (*ChannelService_KickOffGuild) Descriptor deprecated

func (*ChannelService_KickOffGuild) Descriptor() ([]byte, []int)

Deprecated: Use ChannelService_KickOffGuild.ProtoReflect.Descriptor instead.

func (*ChannelService_KickOffGuild) GetMemberId

func (x *ChannelService_KickOffGuild) GetMemberId() uint64

func (*ChannelService_KickOffGuild) GetMemberTinyid

func (x *ChannelService_KickOffGuild) GetMemberTinyid() uint64

func (*ChannelService_KickOffGuild) GetSetBlack

func (x *ChannelService_KickOffGuild) GetSetBlack() uint32

func (*ChannelService_KickOffGuild) ProtoMessage

func (*ChannelService_KickOffGuild) ProtoMessage()

func (*ChannelService_KickOffGuild) ProtoReflect

func (*ChannelService_KickOffGuild) Reset

func (x *ChannelService_KickOffGuild) Reset()

func (*ChannelService_KickOffGuild) String

func (x *ChannelService_KickOffGuild) String() string

type ChannelService_LiveChannelInfo

type ChannelService_LiveChannelInfo struct {
	RoomId    uint64 `protobuf:"varint,1,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`          // uint64_room_id
	AnchorUin uint64 `protobuf:"varint,2,opt,name=anchor_uin,json=anchorUin,proto3" json:"anchor_uin,omitempty"` // uint64_anchor_uin
	Name      []byte `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`                             // bytes_name
	// contains filtered or unexported fields
}

LiveChannelInfo is the message type for the LiveChannelInfo.

func (*ChannelService_LiveChannelInfo) Descriptor deprecated

func (*ChannelService_LiveChannelInfo) Descriptor() ([]byte, []int)

Deprecated: Use ChannelService_LiveChannelInfo.ProtoReflect.Descriptor instead.

func (*ChannelService_LiveChannelInfo) GetAnchorUin

func (x *ChannelService_LiveChannelInfo) GetAnchorUin() uint64

func (*ChannelService_LiveChannelInfo) GetName

func (x *ChannelService_LiveChannelInfo) GetName() []byte

func (*ChannelService_LiveChannelInfo) GetRoomId

func (x *ChannelService_LiveChannelInfo) GetRoomId() uint64

func (*ChannelService_LiveChannelInfo) ProtoMessage

func (*ChannelService_LiveChannelInfo) ProtoMessage()

func (*ChannelService_LiveChannelInfo) ProtoReflect

func (*ChannelService_LiveChannelInfo) Reset

func (x *ChannelService_LiveChannelInfo) Reset()

func (*ChannelService_LiveChannelInfo) String

type ChannelService_LiveChannelInfoFilter

type ChannelService_LiveChannelInfoFilter struct {
	IsNeedRoomId    uint32 `protobuf:"varint,1,opt,name=is_need_room_id,json=isNeedRoomId,proto3" json:"is_need_room_id,omitempty"`          // uint32_is_need_room_id
	IsNeedAnchorUin uint32 `protobuf:"varint,2,opt,name=is_need_anchor_uin,json=isNeedAnchorUin,proto3" json:"is_need_anchor_uin,omitempty"` // uint32_is_need_anchor_uin
	IsNeedName      uint32 `protobuf:"varint,3,opt,name=is_need_name,json=isNeedName,proto3" json:"is_need_name,omitempty"`                  // uint32_is_need_name
	// contains filtered or unexported fields
}

LiveChannelInfoFilter is the message type for the LiveChannelInfoFilter.

func (*ChannelService_LiveChannelInfoFilter) Descriptor deprecated

func (*ChannelService_LiveChannelInfoFilter) Descriptor() ([]byte, []int)

Deprecated: Use ChannelService_LiveChannelInfoFilter.ProtoReflect.Descriptor instead.

func (*ChannelService_LiveChannelInfoFilter) GetIsNeedAnchorUin

func (x *ChannelService_LiveChannelInfoFilter) GetIsNeedAnchorUin() uint32

func (*ChannelService_LiveChannelInfoFilter) GetIsNeedName

func (x *ChannelService_LiveChannelInfoFilter) GetIsNeedName() uint32

func (*ChannelService_LiveChannelInfoFilter) GetIsNeedRoomId

func (x *ChannelService_LiveChannelInfoFilter) GetIsNeedRoomId() uint32

func (*ChannelService_LiveChannelInfoFilter) ProtoMessage

func (*ChannelService_LiveChannelInfoFilter) ProtoMessage()

func (*ChannelService_LiveChannelInfoFilter) ProtoReflect

func (*ChannelService_LiveChannelInfoFilter) Reset

func (*ChannelService_LiveChannelInfoFilter) String

type ChannelService_LiveRoomStatusChangeMsg

type ChannelService_LiveRoomStatusChangeMsg struct {
	GuildId      uint64 `protobuf:"varint,1,opt,name=guild_id,json=guildId,proto3" json:"guild_id,omitempty"`                // guild_id
	ChannelId    uint64 `protobuf:"varint,2,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"`          // channel_id
	RoomId       uint64 `protobuf:"varint,3,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`                   // room_id
	AnchorTinyid uint64 `protobuf:"varint,4,opt,name=anchor_tinyid,json=anchorTinyid,proto3" json:"anchor_tinyid,omitempty"` // anchor_tinyid
	Action       int32  `protobuf:"varint,5,opt,name=action,proto3" json:"action,omitempty"`                                 // action
	// contains filtered or unexported fields
}

LiveRoomStatusChangeMsg is the message type for the LiveRoomStatusChangeMsg.

func (*ChannelService_LiveRoomStatusChangeMsg) Descriptor deprecated

func (*ChannelService_LiveRoomStatusChangeMsg) Descriptor() ([]byte, []int)

Deprecated: Use ChannelService_LiveRoomStatusChangeMsg.ProtoReflect.Descriptor instead.

func (*ChannelService_LiveRoomStatusChangeMsg) GetAction

func (*ChannelService_LiveRoomStatusChangeMsg) GetAnchorTinyid

func (x *ChannelService_LiveRoomStatusChangeMsg) GetAnchorTinyid() uint64

func (*ChannelService_LiveRoomStatusChangeMsg) GetChannelId

func (*ChannelService_LiveRoomStatusChangeMsg) GetGuildId

func (*ChannelService_LiveRoomStatusChangeMsg) GetRoomId

func (*ChannelService_LiveRoomStatusChangeMsg) ProtoMessage

func (*ChannelService_LiveRoomStatusChangeMsg) ProtoReflect

func (*ChannelService_LiveRoomStatusChangeMsg) Reset

func (*ChannelService_LiveRoomStatusChangeMsg) String

type ChannelService_MsgEvent

type ChannelService_MsgEvent struct {
	MsgSeq       uint64 `protobuf:"varint,1,opt,name=msg_seq,json=msgSeq,proto3" json:"msg_seq,omitempty"`                   // msg_seq
	EventType    uint64 `protobuf:"varint,2,opt,name=event_type,json=eventType,proto3" json:"event_type,omitempty"`          // event_type
	EventVersion uint64 `protobuf:"varint,3,opt,name=event_version,json=eventVersion,proto3" json:"event_version,omitempty"` // event_version
	// contains filtered or unexported fields
}

MsgEvent is the message type for the MsgEvent.

func (*ChannelService_MsgEvent) Descriptor deprecated

func (*ChannelService_MsgEvent) Descriptor() ([]byte, []int)

Deprecated: Use ChannelService_MsgEvent.ProtoReflect.Descriptor instead.

func (*ChannelService_MsgEvent) GetEventType

func (x *ChannelService_MsgEvent) GetEventType() uint64

func (*ChannelService_MsgEvent) GetEventVersion

func (x *ChannelService_MsgEvent) GetEventVersion() uint64

func (*ChannelService_MsgEvent) GetMsgSeq

func (x *ChannelService_MsgEvent) GetMsgSeq() uint64

func (*ChannelService_MsgEvent) ProtoMessage

func (*ChannelService_MsgEvent) ProtoMessage()

func (*ChannelService_MsgEvent) ProtoReflect

func (x *ChannelService_MsgEvent) ProtoReflect() protoreflect.Message

func (*ChannelService_MsgEvent) Reset

func (x *ChannelService_MsgEvent) Reset()

func (*ChannelService_MsgEvent) String

func (x *ChannelService_MsgEvent) String() string

type ChannelService_MsgSeq

type ChannelService_MsgSeq struct {
	Seq  uint64 `protobuf:"varint,1,opt,name=seq,proto3" json:"seq,omitempty"`   // uint64_seq
	Time uint64 `protobuf:"varint,2,opt,name=time,proto3" json:"time,omitempty"` // uint64_time
	// contains filtered or unexported fields
}

MsgSeq is the message type for the MsgSeq.

func (*ChannelService_MsgSeq) Descriptor deprecated

func (*ChannelService_MsgSeq) Descriptor() ([]byte, []int)

Deprecated: Use ChannelService_MsgSeq.ProtoReflect.Descriptor instead.

func (*ChannelService_MsgSeq) GetSeq

func (x *ChannelService_MsgSeq) GetSeq() uint64

func (*ChannelService_MsgSeq) GetTime

func (x *ChannelService_MsgSeq) GetTime() uint64

func (*ChannelService_MsgSeq) ProtoMessage

func (*ChannelService_MsgSeq) ProtoMessage()

func (*ChannelService_MsgSeq) ProtoReflect

func (x *ChannelService_MsgSeq) ProtoReflect() protoreflect.Message

func (*ChannelService_MsgSeq) Reset

func (x *ChannelService_MsgSeq) Reset()

func (*ChannelService_MsgSeq) String

func (x *ChannelService_MsgSeq) String() string

type ChannelService_QuestionChannelSystemMsg

type ChannelService_QuestionChannelSystemMsg struct {
	BusiType uint32 `protobuf:"varint,1,opt,name=busi_type,json=busiType,proto3" json:"busi_type,omitempty"` // busi_type
	BusiData []byte `protobuf:"bytes,2,opt,name=busi_data,json=busiData,proto3" json:"busi_data,omitempty"`  // busi_data
	// contains filtered or unexported fields
}

QuestionChannelSystemMsg is the message type for the QuestionChannelSystemMsg.

func (*ChannelService_QuestionChannelSystemMsg) Descriptor deprecated

func (*ChannelService_QuestionChannelSystemMsg) Descriptor() ([]byte, []int)

Deprecated: Use ChannelService_QuestionChannelSystemMsg.ProtoReflect.Descriptor instead.

func (*ChannelService_QuestionChannelSystemMsg) GetBusiData

func (x *ChannelService_QuestionChannelSystemMsg) GetBusiData() []byte

func (*ChannelService_QuestionChannelSystemMsg) GetBusiType

func (*ChannelService_QuestionChannelSystemMsg) ProtoMessage

func (*ChannelService_QuestionChannelSystemMsg) ProtoReflect

func (*ChannelService_QuestionChannelSystemMsg) Reset

func (*ChannelService_QuestionChannelSystemMsg) String

type ChannelService_QuitGuild

type ChannelService_QuitGuild struct {
	// contains filtered or unexported fields
}

QuitGuild is the message type for the QuitGuild.

func (*ChannelService_QuitGuild) Descriptor deprecated

func (*ChannelService_QuitGuild) Descriptor() ([]byte, []int)

Deprecated: Use ChannelService_QuitGuild.ProtoReflect.Descriptor instead.

func (*ChannelService_QuitGuild) ProtoMessage

func (*ChannelService_QuitGuild) ProtoMessage()

func (*ChannelService_QuitGuild) ProtoReflect

func (x *ChannelService_QuitGuild) ProtoReflect() protoreflect.Message

func (*ChannelService_QuitGuild) Reset

func (x *ChannelService_QuitGuild) Reset()

func (*ChannelService_QuitGuild) String

func (x *ChannelService_QuitGuild) String() string

type ChannelService_ReadFeedNotify

type ChannelService_ReadFeedNotify struct {
	ReportTime uint64 `protobuf:"varint,2,opt,name=report_time,json=reportTime,proto3" json:"report_time,omitempty"` // report_time
	// contains filtered or unexported fields
}

ReadFeedNotify is the message type for the ReadFeedNotify.

func (*ChannelService_ReadFeedNotify) Descriptor deprecated

func (*ChannelService_ReadFeedNotify) Descriptor() ([]byte, []int)

Deprecated: Use ChannelService_ReadFeedNotify.ProtoReflect.Descriptor instead.

func (*ChannelService_ReadFeedNotify) GetReportTime

func (x *ChannelService_ReadFeedNotify) GetReportTime() uint64

func (*ChannelService_ReadFeedNotify) ProtoMessage

func (*ChannelService_ReadFeedNotify) ProtoMessage()

func (*ChannelService_ReadFeedNotify) ProtoReflect

func (*ChannelService_ReadFeedNotify) Reset

func (x *ChannelService_ReadFeedNotify) Reset()

func (*ChannelService_ReadFeedNotify) String

type ChannelService_ReadNotify

type ChannelService_ReadNotify struct {
	ChannelId        uint64            `protobuf:"varint,1,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"`                           // uint64_channel_id
	GuildId          uint64            `protobuf:"varint,2,opt,name=guild_id,json=guildId,proto3" json:"guild_id,omitempty"`                                 // uint64_guild_id
	MsgReadMsgSeq    *SvcCommon_MsgSeq `protobuf:"bytes,3,opt,name=msg_read_msg_seq,json=msgReadMsgSeq,proto3" json:"msg_read_msg_seq,omitempty"`            // msg_read_msg_seq
	MsgReadCntMsgSeq *SvcCommon_MsgSeq `protobuf:"bytes,4,opt,name=msg_read_cnt_msg_seq,json=msgReadCntMsgSeq,proto3" json:"msg_read_cnt_msg_seq,omitempty"` // msg_read_cnt_msg_seq
	ReadMsgMeta      []byte            `protobuf:"bytes,5,opt,name=read_msg_meta,json=readMsgMeta,proto3" json:"read_msg_meta,omitempty"`                    // bytes_read_msg_meta
	// contains filtered or unexported fields
}

ReadNotify is the message type for the ReadNotify.

func (*ChannelService_ReadNotify) Descriptor deprecated

func (*ChannelService_ReadNotify) Descriptor() ([]byte, []int)

Deprecated: Use ChannelService_ReadNotify.ProtoReflect.Descriptor instead.

func (*ChannelService_ReadNotify) GetChannelId

func (x *ChannelService_ReadNotify) GetChannelId() uint64

func (*ChannelService_ReadNotify) GetGuildId

func (x *ChannelService_ReadNotify) GetGuildId() uint64

func (*ChannelService_ReadNotify) GetMsgReadCntMsgSeq

func (x *ChannelService_ReadNotify) GetMsgReadCntMsgSeq() *SvcCommon_MsgSeq

func (*ChannelService_ReadNotify) GetMsgReadMsgSeq

func (x *ChannelService_ReadNotify) GetMsgReadMsgSeq() *SvcCommon_MsgSeq

func (*ChannelService_ReadNotify) GetReadMsgMeta

func (x *ChannelService_ReadNotify) GetReadMsgMeta() []byte

func (*ChannelService_ReadNotify) ProtoMessage

func (*ChannelService_ReadNotify) ProtoMessage()

func (*ChannelService_ReadNotify) ProtoReflect

func (*ChannelService_ReadNotify) Reset

func (x *ChannelService_ReadNotify) Reset()

func (*ChannelService_ReadNotify) String

func (x *ChannelService_ReadNotify) String() string

type ChannelService_SchedulerMsg

type ChannelService_SchedulerMsg struct {
	CreatorHeadUrl []byte `protobuf:"bytes,1,opt,name=creator_head_url,json=creatorHeadUrl,proto3" json:"creator_head_url,omitempty"` // creator_head_url
	Wording        string `protobuf:"bytes,2,opt,name=wording,proto3" json:"wording,omitempty"`                                       // wording
	ExpireTimeMs   uint64 `protobuf:"varint,3,opt,name=expire_time_ms,json=expireTimeMs,proto3" json:"expire_time_ms,omitempty"`      // expire_time_ms
	// contains filtered or unexported fields
}

SchedulerMsg is the message type for the SchedulerMsg.

func (*ChannelService_SchedulerMsg) Descriptor deprecated

func (*ChannelService_SchedulerMsg) Descriptor() ([]byte, []int)

Deprecated: Use ChannelService_SchedulerMsg.ProtoReflect.Descriptor instead.

func (*ChannelService_SchedulerMsg) GetCreatorHeadUrl

func (x *ChannelService_SchedulerMsg) GetCreatorHeadUrl() []byte

func (*ChannelService_SchedulerMsg) GetExpireTimeMs

func (x *ChannelService_SchedulerMsg) GetExpireTimeMs() uint64

func (*ChannelService_SchedulerMsg) GetWording

func (x *ChannelService_SchedulerMsg) GetWording() string

func (*ChannelService_SchedulerMsg) ProtoMessage

func (*ChannelService_SchedulerMsg) ProtoMessage()

func (*ChannelService_SchedulerMsg) ProtoReflect

func (*ChannelService_SchedulerMsg) Reset

func (x *ChannelService_SchedulerMsg) Reset()

func (*ChannelService_SchedulerMsg) String

func (x *ChannelService_SchedulerMsg) String() string

type ChannelService_SetAdmin

type ChannelService_SetAdmin struct {
	GuildId     uint64 `protobuf:"varint,1,opt,name=guild_id,json=guildId,proto3" json:"guild_id,omitempty"`             // uint64_guild_id
	ChanId      uint64 `protobuf:"varint,2,opt,name=chan_id,json=chanId,proto3" json:"chan_id,omitempty"`                // uint64_chan_id
	OperatorId  uint64 `protobuf:"varint,3,opt,name=operator_id,json=operatorId,proto3" json:"operator_id,omitempty"`    // uint64_operator_id
	AdminId     uint64 `protobuf:"varint,4,opt,name=admin_id,json=adminId,proto3" json:"admin_id,omitempty"`             // uint64_admin_id
	AdminTinyid uint64 `protobuf:"varint,5,opt,name=admin_tinyid,json=adminTinyid,proto3" json:"admin_tinyid,omitempty"` // uint64_admin_tinyid
	OperateType uint32 `protobuf:"varint,6,opt,name=operate_type,json=operateType,proto3" json:"operate_type,omitempty"` // uint32_operate_type
	// contains filtered or unexported fields
}

SetAdmin is the message type for the SetAdmin.

func (*ChannelService_SetAdmin) Descriptor deprecated

func (*ChannelService_SetAdmin) Descriptor() ([]byte, []int)

Deprecated: Use ChannelService_SetAdmin.ProtoReflect.Descriptor instead.

func (*ChannelService_SetAdmin) GetAdminId

func (x *ChannelService_SetAdmin) GetAdminId() uint64

func (*ChannelService_SetAdmin) GetAdminTinyid

func (x *ChannelService_SetAdmin) GetAdminTinyid() uint64

func (*ChannelService_SetAdmin) GetChanId

func (x *ChannelService_SetAdmin) GetChanId() uint64

func (*ChannelService_SetAdmin) GetGuildId

func (x *ChannelService_SetAdmin) GetGuildId() uint64

func (*ChannelService_SetAdmin) GetOperateType

func (x *ChannelService_SetAdmin) GetOperateType() uint32

func (*ChannelService_SetAdmin) GetOperatorId

func (x *ChannelService_SetAdmin) GetOperatorId() uint64

func (*ChannelService_SetAdmin) ProtoMessage

func (*ChannelService_SetAdmin) ProtoMessage()

func (*ChannelService_SetAdmin) ProtoReflect

func (x *ChannelService_SetAdmin) ProtoReflect() protoreflect.Message

func (*ChannelService_SetAdmin) Reset

func (x *ChannelService_SetAdmin) Reset()

func (*ChannelService_SetAdmin) String

func (x *ChannelService_SetAdmin) String() string

type ChannelService_SetMsgRecvType

type ChannelService_SetMsgRecvType struct {
	GuildId       uint64 `protobuf:"varint,1,opt,name=guild_id,json=guildId,proto3" json:"guild_id,omitempty"`                     // uint64_guild_id
	ChanId        uint64 `protobuf:"varint,2,opt,name=chan_id,json=chanId,proto3" json:"chan_id,omitempty"`                        // uint64_chan_id
	OperatorId    uint64 `protobuf:"varint,3,opt,name=operator_id,json=operatorId,proto3" json:"operator_id,omitempty"`            // int64_operator_id
	MsgNotifyType int32  `protobuf:"varint,4,opt,name=msg_notify_type,json=msgNotifyType,proto3" json:"msg_notify_type,omitempty"` // uint32_msg_notify_type
	// contains filtered or unexported fields
}

SetMsgRecvType is the message type for the SetMsgRecvType.

func (*ChannelService_SetMsgRecvType) Descriptor deprecated

func (*ChannelService_SetMsgRecvType) Descriptor() ([]byte, []int)

Deprecated: Use ChannelService_SetMsgRecvType.ProtoReflect.Descriptor instead.

func (*ChannelService_SetMsgRecvType) GetChanId

func (x *ChannelService_SetMsgRecvType) GetChanId() uint64

func (*ChannelService_SetMsgRecvType) GetGuildId

func (x *ChannelService_SetMsgRecvType) GetGuildId() uint64

func (*ChannelService_SetMsgRecvType) GetMsgNotifyType

func (x *ChannelService_SetMsgRecvType) GetMsgNotifyType() int32

func (*ChannelService_SetMsgRecvType) GetOperatorId

func (x *ChannelService_SetMsgRecvType) GetOperatorId() uint64

func (*ChannelService_SetMsgRecvType) ProtoMessage

func (*ChannelService_SetMsgRecvType) ProtoMessage()

func (*ChannelService_SetMsgRecvType) ProtoReflect

func (*ChannelService_SetMsgRecvType) Reset

func (x *ChannelService_SetMsgRecvType) Reset()

func (*ChannelService_SetMsgRecvType) String

type ChannelService_SetMute

type ChannelService_SetMute struct {
	Action uint32 `protobuf:"varint,1,opt,name=action,proto3" json:"action,omitempty"` // action
	TinyID uint64 `protobuf:"varint,2,opt,name=tinyID,proto3" json:"tinyID,omitempty"` // tinyID
	// contains filtered or unexported fields
}

SetMute is the message type for the SetMute.

func (*ChannelService_SetMute) Descriptor deprecated

func (*ChannelService_SetMute) Descriptor() ([]byte, []int)

Deprecated: Use ChannelService_SetMute.ProtoReflect.Descriptor instead.

func (*ChannelService_SetMute) GetAction

func (x *ChannelService_SetMute) GetAction() uint32

func (*ChannelService_SetMute) GetTinyID

func (x *ChannelService_SetMute) GetTinyID() uint64

func (*ChannelService_SetMute) ProtoMessage

func (*ChannelService_SetMute) ProtoMessage()

func (*ChannelService_SetMute) ProtoReflect

func (x *ChannelService_SetMute) ProtoReflect() protoreflect.Message

func (*ChannelService_SetMute) Reset

func (x *ChannelService_SetMute) Reset()

func (*ChannelService_SetMute) String

func (x *ChannelService_SetMute) String() string

type ChannelService_SetTop

type ChannelService_SetTop struct {
	Action uint32 `protobuf:"varint,1,opt,name=action,proto3" json:"action,omitempty"` // uint32_action
	// contains filtered or unexported fields
}

SetTop is the message type for the SetTop.

func (*ChannelService_SetTop) Descriptor deprecated

func (*ChannelService_SetTop) Descriptor() ([]byte, []int)

Deprecated: Use ChannelService_SetTop.ProtoReflect.Descriptor instead.

func (*ChannelService_SetTop) GetAction

func (x *ChannelService_SetTop) GetAction() uint32

func (*ChannelService_SetTop) ProtoMessage

func (*ChannelService_SetTop) ProtoMessage()

func (*ChannelService_SetTop) ProtoReflect

func (x *ChannelService_SetTop) ProtoReflect() protoreflect.Message

func (*ChannelService_SetTop) Reset

func (x *ChannelService_SetTop) Reset()

func (*ChannelService_SetTop) String

func (x *ChannelService_SetTop) String() string

type ChannelService_SwitchDetail

type ChannelService_SwitchDetail struct {
	GuildId   uint64 `protobuf:"varint,1,opt,name=guild_id,json=guildId,proto3" json:"guild_id,omitempty"`       // guild_id
	ChannelId uint64 `protobuf:"varint,2,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"` // channel_id
	Platform  uint32 `protobuf:"varint,3,opt,name=platform,proto3" json:"platform,omitempty"`                    // platform
	// contains filtered or unexported fields
}

SwitchDetail is the message type for the SwitchDetail.

func (*ChannelService_SwitchDetail) Descriptor deprecated

func (*ChannelService_SwitchDetail) Descriptor() ([]byte, []int)

Deprecated: Use ChannelService_SwitchDetail.ProtoReflect.Descriptor instead.

func (*ChannelService_SwitchDetail) GetChannelId

func (x *ChannelService_SwitchDetail) GetChannelId() uint64

func (*ChannelService_SwitchDetail) GetGuildId

func (x *ChannelService_SwitchDetail) GetGuildId() uint64

func (*ChannelService_SwitchDetail) GetPlatform

func (x *ChannelService_SwitchDetail) GetPlatform() uint32

func (*ChannelService_SwitchDetail) ProtoMessage

func (*ChannelService_SwitchDetail) ProtoMessage()

func (*ChannelService_SwitchDetail) ProtoReflect

func (*ChannelService_SwitchDetail) Reset

func (x *ChannelService_SwitchDetail) Reset()

func (*ChannelService_SwitchDetail) String

func (x *ChannelService_SwitchDetail) String() string

type ChannelService_SwitchLiveRoom

type ChannelService_SwitchLiveRoom struct {
	GuildId   uint64 `protobuf:"varint,1,opt,name=guild_id,json=guildId,proto3" json:"guild_id,omitempty"`       // guild_id
	ChannelId uint64 `protobuf:"varint,2,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"` // channel_id
	RoomId    uint64 `protobuf:"varint,3,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`          // room_id
	Tinyid    uint64 `protobuf:"varint,4,opt,name=tinyid,proto3" json:"tinyid,omitempty"`                        // tinyid
	Action    int32  `protobuf:"varint,5,opt,name=action,proto3" json:"action,omitempty"`                        // action
	// contains filtered or unexported fields
}

SwitchLiveRoom is the message type for the SwitchLiveRoom.

func (*ChannelService_SwitchLiveRoom) Descriptor deprecated

func (*ChannelService_SwitchLiveRoom) Descriptor() ([]byte, []int)

Deprecated: Use ChannelService_SwitchLiveRoom.ProtoReflect.Descriptor instead.

func (*ChannelService_SwitchLiveRoom) GetAction

func (x *ChannelService_SwitchLiveRoom) GetAction() int32

func (*ChannelService_SwitchLiveRoom) GetChannelId

func (x *ChannelService_SwitchLiveRoom) GetChannelId() uint64

func (*ChannelService_SwitchLiveRoom) GetGuildId

func (x *ChannelService_SwitchLiveRoom) GetGuildId() uint64

func (*ChannelService_SwitchLiveRoom) GetRoomId

func (x *ChannelService_SwitchLiveRoom) GetRoomId() uint64

func (*ChannelService_SwitchLiveRoom) GetTinyid

func (x *ChannelService_SwitchLiveRoom) GetTinyid() uint64

func (*ChannelService_SwitchLiveRoom) ProtoMessage

func (*ChannelService_SwitchLiveRoom) ProtoMessage()

func (*ChannelService_SwitchLiveRoom) ProtoReflect

func (*ChannelService_SwitchLiveRoom) Reset

func (x *ChannelService_SwitchLiveRoom) Reset()

func (*ChannelService_SwitchLiveRoom) String

type ChannelService_SwitchVoiceChannel

type ChannelService_SwitchVoiceChannel struct {
	MemberId    uint64                       `protobuf:"varint,1,opt,name=member_id,json=memberId,proto3" json:"member_id,omitempty"`         // member_id
	EnterDetail *ChannelService_SwitchDetail `protobuf:"bytes,2,opt,name=enter_detail,json=enterDetail,proto3" json:"enter_detail,omitempty"` // enter_detail
	LeaveDetail *ChannelService_SwitchDetail `protobuf:"bytes,3,opt,name=leave_detail,json=leaveDetail,proto3" json:"leave_detail,omitempty"` // leave_detail
	// contains filtered or unexported fields
}

SwitchVoiceChannel is the message type for the SwitchVoiceChannel.

func (*ChannelService_SwitchVoiceChannel) Descriptor deprecated

func (*ChannelService_SwitchVoiceChannel) Descriptor() ([]byte, []int)

Deprecated: Use ChannelService_SwitchVoiceChannel.ProtoReflect.Descriptor instead.

func (*ChannelService_SwitchVoiceChannel) GetEnterDetail

func (*ChannelService_SwitchVoiceChannel) GetLeaveDetail

func (*ChannelService_SwitchVoiceChannel) GetMemberId

func (x *ChannelService_SwitchVoiceChannel) GetMemberId() uint64

func (*ChannelService_SwitchVoiceChannel) ProtoMessage

func (*ChannelService_SwitchVoiceChannel) ProtoMessage()

func (*ChannelService_SwitchVoiceChannel) ProtoReflect

func (*ChannelService_SwitchVoiceChannel) Reset

func (*ChannelService_SwitchVoiceChannel) String

type ChannelService_UpdateCategory

type ChannelService_UpdateCategory struct {
	MsgCategoryInfo           []*ChannelService_CategoryInfo `protobuf:"bytes,1,rep,name=msg_category_info,json=msgCategoryInfo,proto3" json:"msg_category_info,omitempty"` // rpt_msg_category_info
	MsgNoClassifyCategoryInfo *ChannelService_CategoryInfo   ``                                                                                                             // msg_no_classify_category_info
	/* 142-byte string literal not displayed */
	// contains filtered or unexported fields
}

UpdateCategory is the message type for the UpdateCategory.

func (*ChannelService_UpdateCategory) Descriptor deprecated

func (*ChannelService_UpdateCategory) Descriptor() ([]byte, []int)

Deprecated: Use ChannelService_UpdateCategory.ProtoReflect.Descriptor instead.

func (*ChannelService_UpdateCategory) GetMsgCategoryInfo

func (*ChannelService_UpdateCategory) GetMsgNoClassifyCategoryInfo

func (x *ChannelService_UpdateCategory) GetMsgNoClassifyCategoryInfo() *ChannelService_CategoryInfo

func (*ChannelService_UpdateCategory) ProtoMessage

func (*ChannelService_UpdateCategory) ProtoMessage()

func (*ChannelService_UpdateCategory) ProtoReflect

func (*ChannelService_UpdateCategory) Reset

func (x *ChannelService_UpdateCategory) Reset()

func (*ChannelService_UpdateCategory) String

type ChannelService_UpdateMsg

type ChannelService_UpdateMsg struct {
	MsgSeq             uint64 `protobuf:"varint,1,opt,name=msg_seq,json=msgSeq,proto3" json:"msg_seq,omitempty"`                                       // uint64_msg_seq
	OrigMsgUncountable bool   `protobuf:"varint,2,opt,name=orig_msg_uncountable,json=origMsgUncountable,proto3" json:"orig_msg_uncountable,omitempty"` // bool_orig_msg_uncountable
	EventType          uint64 `protobuf:"varint,3,opt,name=event_type,json=eventType,proto3" json:"event_type,omitempty"`                              // uint64_event_type
	EventVersion       uint64 `protobuf:"varint,4,opt,name=event_version,json=eventVersion,proto3" json:"event_version,omitempty"`                     // uint64_event_version
	OperatorTinyid     uint64 `protobuf:"varint,5,opt,name=operator_tinyid,json=operatorTinyid,proto3" json:"operator_tinyid,omitempty"`               // uint64_operator_tinyid
	OperatorRole       uint64 `protobuf:"varint,6,opt,name=operator_role,json=operatorRole,proto3" json:"operator_role,omitempty"`                     // uint64_operator_role
	Reason             uint64 `protobuf:"varint,7,opt,name=reason,proto3" json:"reason,omitempty"`                                                     // uint64_reason
	Timestamp          uint64 `protobuf:"varint,8,opt,name=timestamp,proto3" json:"timestamp,omitempty"`                                               // uint64_timestamp
	// contains filtered or unexported fields
}

UpdateMsg is the message type for the UpdateMsg.

func (*ChannelService_UpdateMsg) Descriptor deprecated

func (*ChannelService_UpdateMsg) Descriptor() ([]byte, []int)

Deprecated: Use ChannelService_UpdateMsg.ProtoReflect.Descriptor instead.

func (*ChannelService_UpdateMsg) GetEventType

func (x *ChannelService_UpdateMsg) GetEventType() uint64

func (*ChannelService_UpdateMsg) GetEventVersion

func (x *ChannelService_UpdateMsg) GetEventVersion() uint64

func (*ChannelService_UpdateMsg) GetMsgSeq

func (x *ChannelService_UpdateMsg) GetMsgSeq() uint64

func (*ChannelService_UpdateMsg) GetOperatorRole

func (x *ChannelService_UpdateMsg) GetOperatorRole() uint64

func (*ChannelService_UpdateMsg) GetOperatorTinyid

func (x *ChannelService_UpdateMsg) GetOperatorTinyid() uint64

func (*ChannelService_UpdateMsg) GetOrigMsgUncountable

func (x *ChannelService_UpdateMsg) GetOrigMsgUncountable() bool

func (*ChannelService_UpdateMsg) GetReason

func (x *ChannelService_UpdateMsg) GetReason() uint64

func (*ChannelService_UpdateMsg) GetTimestamp

func (x *ChannelService_UpdateMsg) GetTimestamp() uint64

func (*ChannelService_UpdateMsg) ProtoMessage

func (*ChannelService_UpdateMsg) ProtoMessage()

func (*ChannelService_UpdateMsg) ProtoReflect

func (x *ChannelService_UpdateMsg) ProtoReflect() protoreflect.Message

func (*ChannelService_UpdateMsg) Reset

func (x *ChannelService_UpdateMsg) Reset()

func (*ChannelService_UpdateMsg) String

func (x *ChannelService_UpdateMsg) String() string

type ChannelService_UpdateVoiceBlockList

type ChannelService_UpdateVoiceBlockList struct {
	Action       uint32 `protobuf:"varint,1,opt,name=action,proto3" json:"action,omitempty"`                                 // uint32_action
	ObjectTinyid uint64 `protobuf:"varint,2,opt,name=object_tinyid,json=objectTinyid,proto3" json:"object_tinyid,omitempty"` // uint64_object_tinyid
	// contains filtered or unexported fields
}

UpdateVoiceBlockList is the message type for the UpdateVoiceBlockList.

func (*ChannelService_UpdateVoiceBlockList) Descriptor deprecated

func (*ChannelService_UpdateVoiceBlockList) Descriptor() ([]byte, []int)

Deprecated: Use ChannelService_UpdateVoiceBlockList.ProtoReflect.Descriptor instead.

func (*ChannelService_UpdateVoiceBlockList) GetAction

func (*ChannelService_UpdateVoiceBlockList) GetObjectTinyid

func (x *ChannelService_UpdateVoiceBlockList) GetObjectTinyid() uint64

func (*ChannelService_UpdateVoiceBlockList) ProtoMessage

func (*ChannelService_UpdateVoiceBlockList) ProtoMessage()

func (*ChannelService_UpdateVoiceBlockList) ProtoReflect

func (*ChannelService_UpdateVoiceBlockList) Reset

func (*ChannelService_UpdateVoiceBlockList) String

type ChannelService_VoiceChannelInfo

type ChannelService_VoiceChannelInfo struct {
	MemberMaxNum uint32 `protobuf:"varint,1,opt,name=member_max_num,json=memberMaxNum,proto3" json:"member_max_num,omitempty"` // uint32_member_max_num
	// contains filtered or unexported fields
}

VoiceChannelInfo is the message type for the VoiceChannelInfo.

func (*ChannelService_VoiceChannelInfo) Descriptor deprecated

func (*ChannelService_VoiceChannelInfo) Descriptor() ([]byte, []int)

Deprecated: Use ChannelService_VoiceChannelInfo.ProtoReflect.Descriptor instead.

func (*ChannelService_VoiceChannelInfo) GetMemberMaxNum

func (x *ChannelService_VoiceChannelInfo) GetMemberMaxNum() uint32

func (*ChannelService_VoiceChannelInfo) ProtoMessage

func (*ChannelService_VoiceChannelInfo) ProtoMessage()

func (*ChannelService_VoiceChannelInfo) ProtoReflect

func (*ChannelService_VoiceChannelInfo) Reset

func (*ChannelService_VoiceChannelInfo) String

type ChannelService_VoiceChannelInfoFilter

type ChannelService_VoiceChannelInfoFilter struct {
	MemberMaxNum uint32 `protobuf:"varint,1,opt,name=member_max_num,json=memberMaxNum,proto3" json:"member_max_num,omitempty"` // uint32_member_max_num
	// contains filtered or unexported fields
}

VoiceChannelInfoFilter is the message type for the VoiceChannelInfoFilter.

func (*ChannelService_VoiceChannelInfoFilter) Descriptor deprecated

func (*ChannelService_VoiceChannelInfoFilter) Descriptor() ([]byte, []int)

Deprecated: Use ChannelService_VoiceChannelInfoFilter.ProtoReflect.Descriptor instead.

func (*ChannelService_VoiceChannelInfoFilter) GetMemberMaxNum

func (x *ChannelService_VoiceChannelInfoFilter) GetMemberMaxNum() uint32

func (*ChannelService_VoiceChannelInfoFilter) ProtoMessage

func (*ChannelService_VoiceChannelInfoFilter) ProtoMessage()

func (*ChannelService_VoiceChannelInfoFilter) ProtoReflect

func (*ChannelService_VoiceChannelInfoFilter) Reset

func (*ChannelService_VoiceChannelInfoFilter) String

type Channel_GetChannelRolesRequest

type Channel_GetChannelRolesRequest struct {
	ChannelId int64                                  `protobuf:"varint,1,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"`
	Field3    *Channel_GetChannelRolesRequest_Field3 `protobuf:"bytes,3,opt,name=field3,proto3" json:"field3,omitempty"`
	// contains filtered or unexported fields
}

func (*Channel_GetChannelRolesRequest) Descriptor deprecated

func (*Channel_GetChannelRolesRequest) Descriptor() ([]byte, []int)

Deprecated: Use Channel_GetChannelRolesRequest.ProtoReflect.Descriptor instead.

func (*Channel_GetChannelRolesRequest) GetChannelId

func (x *Channel_GetChannelRolesRequest) GetChannelId() int64

func (*Channel_GetChannelRolesRequest) GetField3

func (*Channel_GetChannelRolesRequest) ProtoMessage

func (*Channel_GetChannelRolesRequest) ProtoMessage()

func (*Channel_GetChannelRolesRequest) ProtoReflect

func (*Channel_GetChannelRolesRequest) Reset

func (x *Channel_GetChannelRolesRequest) Reset()

func (*Channel_GetChannelRolesRequest) String

type Channel_GetChannelRolesRequest_Field3

type Channel_GetChannelRolesRequest_Field3 struct {
	Field1 int32 `protobuf:"varint,1,opt,name=field1,proto3" json:"field1,omitempty"`
	Field2 int32 `protobuf:"varint,2,opt,name=field2,proto3" json:"field2,omitempty"`
	// contains filtered or unexported fields
}

func (*Channel_GetChannelRolesRequest_Field3) Descriptor deprecated

func (*Channel_GetChannelRolesRequest_Field3) Descriptor() ([]byte, []int)

Deprecated: Use Channel_GetChannelRolesRequest_Field3.ProtoReflect.Descriptor instead.

func (*Channel_GetChannelRolesRequest_Field3) GetField1

func (*Channel_GetChannelRolesRequest_Field3) GetField2

func (*Channel_GetChannelRolesRequest_Field3) ProtoMessage

func (*Channel_GetChannelRolesRequest_Field3) ProtoMessage()

func (*Channel_GetChannelRolesRequest_Field3) ProtoReflect

func (*Channel_GetChannelRolesRequest_Field3) Reset

func (*Channel_GetChannelRolesRequest_Field3) String

type Channel_GetChannelRolesResponse

type Channel_GetChannelRolesResponse struct {
	ChannelId int64                                      `protobuf:"varint,1,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"`
	Roles     []*Channel_Role                            `protobuf:"bytes,2,rep,name=roles,proto3" json:"roles,omitempty"`
	Limit     int32                                      `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
	Timestamp *Channel_Timestamp                         `protobuf:"bytes,4,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Field5    int64                                      `protobuf:"varint,5,opt,name=field5,proto3" json:"field5,omitempty"`
	Field10   []*Channel_GetChannelRolesResponse_Field10 `protobuf:"bytes,10,rep,name=field10,proto3" json:"field10,omitempty"`
	// contains filtered or unexported fields
}

func (*Channel_GetChannelRolesResponse) Descriptor deprecated

func (*Channel_GetChannelRolesResponse) Descriptor() ([]byte, []int)

Deprecated: Use Channel_GetChannelRolesResponse.ProtoReflect.Descriptor instead.

func (*Channel_GetChannelRolesResponse) GetChannelId

func (x *Channel_GetChannelRolesResponse) GetChannelId() int64

func (*Channel_GetChannelRolesResponse) GetField10

func (*Channel_GetChannelRolesResponse) GetField5

func (x *Channel_GetChannelRolesResponse) GetField5() int64

func (*Channel_GetChannelRolesResponse) GetLimit

func (x *Channel_GetChannelRolesResponse) GetLimit() int32

func (*Channel_GetChannelRolesResponse) GetRoles

func (*Channel_GetChannelRolesResponse) GetTimestamp

func (*Channel_GetChannelRolesResponse) ProtoMessage

func (*Channel_GetChannelRolesResponse) ProtoMessage()

func (*Channel_GetChannelRolesResponse) ProtoReflect

func (*Channel_GetChannelRolesResponse) Reset

func (*Channel_GetChannelRolesResponse) String

type Channel_GetChannelRolesResponse_Field10

type Channel_GetChannelRolesResponse_Field10 struct {
	Field1 int32                                             `protobuf:"varint,1,opt,name=field1,proto3" json:"field1,omitempty"`
	Field2 []byte                                            `protobuf:"bytes,2,opt,name=field2,proto3" json:"field2,omitempty"`
	Name   string                                            `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Desc   string                                            `protobuf:"bytes,4,opt,name=desc,proto3" json:"desc,omitempty"`
	Field5 []*Channel_GetChannelRolesResponse_Field10_Field5 `protobuf:"bytes,5,rep,name=field5,proto3" json:"field5,omitempty"`
	// contains filtered or unexported fields
}

func (*Channel_GetChannelRolesResponse_Field10) Descriptor deprecated

func (*Channel_GetChannelRolesResponse_Field10) Descriptor() ([]byte, []int)

Deprecated: Use Channel_GetChannelRolesResponse_Field10.ProtoReflect.Descriptor instead.

func (*Channel_GetChannelRolesResponse_Field10) GetDesc

func (*Channel_GetChannelRolesResponse_Field10) GetField1

func (*Channel_GetChannelRolesResponse_Field10) GetField2

func (*Channel_GetChannelRolesResponse_Field10) GetField5

func (*Channel_GetChannelRolesResponse_Field10) GetName

func (*Channel_GetChannelRolesResponse_Field10) ProtoMessage

func (*Channel_GetChannelRolesResponse_Field10) ProtoReflect

func (*Channel_GetChannelRolesResponse_Field10) Reset

func (*Channel_GetChannelRolesResponse_Field10) String

type Channel_GetChannelRolesResponse_Field10_Field5

type Channel_GetChannelRolesResponse_Field10_Field5 struct {
	Key   int32  `protobuf:"varint,1,opt,name=key,proto3" json:"key,omitempty"`
	Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*Channel_GetChannelRolesResponse_Field10_Field5) Descriptor deprecated

Deprecated: Use Channel_GetChannelRolesResponse_Field10_Field5.ProtoReflect.Descriptor instead.

func (*Channel_GetChannelRolesResponse_Field10_Field5) GetKey

func (*Channel_GetChannelRolesResponse_Field10_Field5) GetValue

func (*Channel_GetChannelRolesResponse_Field10_Field5) ProtoMessage

func (*Channel_GetChannelRolesResponse_Field10_Field5) ProtoReflect

func (*Channel_GetChannelRolesResponse_Field10_Field5) Reset

func (*Channel_GetChannelRolesResponse_Field10_Field5) String

type Channel_GetChannelUserRolesRequest

type Channel_GetChannelUserRolesRequest struct {
	ChannelId int64                                      `protobuf:"varint,1,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"`
	TinyId    int64                                      `protobuf:"varint,2,opt,name=tiny_id,json=tinyId,proto3" json:"tiny_id,omitempty"`
	Field4    *Channel_GetChannelUserRolesRequest_Field4 `protobuf:"bytes,4,opt,name=field4,proto3" json:"field4,omitempty"`
	RoomId    int64                                      `protobuf:"varint,5,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
	// contains filtered or unexported fields
}

func (*Channel_GetChannelUserRolesRequest) Descriptor deprecated

func (*Channel_GetChannelUserRolesRequest) Descriptor() ([]byte, []int)

Deprecated: Use Channel_GetChannelUserRolesRequest.ProtoReflect.Descriptor instead.

func (*Channel_GetChannelUserRolesRequest) GetChannelId

func (x *Channel_GetChannelUserRolesRequest) GetChannelId() int64

func (*Channel_GetChannelUserRolesRequest) GetField4

func (*Channel_GetChannelUserRolesRequest) GetRoomId

func (*Channel_GetChannelUserRolesRequest) GetTinyId

func (*Channel_GetChannelUserRolesRequest) ProtoMessage

func (*Channel_GetChannelUserRolesRequest) ProtoMessage()

func (*Channel_GetChannelUserRolesRequest) ProtoReflect

func (*Channel_GetChannelUserRolesRequest) Reset

func (*Channel_GetChannelUserRolesRequest) String

type Channel_GetChannelUserRolesRequest_Field4

type Channel_GetChannelUserRolesRequest_Field4 struct {
	Field1 int32 `protobuf:"varint,1,opt,name=field1,proto3" json:"field1,omitempty"`
	Field2 int32 `protobuf:"varint,2,opt,name=field2,proto3" json:"field2,omitempty"`
	Field3 int32 `protobuf:"varint,3,opt,name=field3,proto3" json:"field3,omitempty"`
	// contains filtered or unexported fields
}

func (*Channel_GetChannelUserRolesRequest_Field4) Descriptor deprecated

func (*Channel_GetChannelUserRolesRequest_Field4) Descriptor() ([]byte, []int)

Deprecated: Use Channel_GetChannelUserRolesRequest_Field4.ProtoReflect.Descriptor instead.

func (*Channel_GetChannelUserRolesRequest_Field4) GetField1

func (*Channel_GetChannelUserRolesRequest_Field4) GetField2

func (*Channel_GetChannelUserRolesRequest_Field4) GetField3

func (*Channel_GetChannelUserRolesRequest_Field4) ProtoMessage

func (*Channel_GetChannelUserRolesRequest_Field4) ProtoReflect

func (*Channel_GetChannelUserRolesRequest_Field4) Reset

func (*Channel_GetChannelUserRolesRequest_Field4) String

type Channel_GetChannelUserRolesResponse

type Channel_GetChannelUserRolesResponse struct {
	Field1    *Channel_GetChannelUserRolesResponse_Field1 `protobuf:"bytes,1,opt,name=field1,proto3" json:"field1,omitempty"`
	Timestamp *Channel_Timestamp                          `protobuf:"bytes,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*Channel_GetChannelUserRolesResponse) Descriptor deprecated

func (*Channel_GetChannelUserRolesResponse) Descriptor() ([]byte, []int)

Deprecated: Use Channel_GetChannelUserRolesResponse.ProtoReflect.Descriptor instead.

func (*Channel_GetChannelUserRolesResponse) GetField1

func (*Channel_GetChannelUserRolesResponse) GetTimestamp

func (*Channel_GetChannelUserRolesResponse) ProtoMessage

func (*Channel_GetChannelUserRolesResponse) ProtoMessage()

func (*Channel_GetChannelUserRolesResponse) ProtoReflect

func (*Channel_GetChannelUserRolesResponse) Reset

func (*Channel_GetChannelUserRolesResponse) String

type Channel_GetChannelUserRolesResponse_Field1

type Channel_GetChannelUserRolesResponse_Field1 struct {
	TinyId int32           `protobuf:"varint,1,opt,name=tiny_id,json=tinyId,proto3" json:"tiny_id,omitempty"`
	Roles  []*Channel_Role `protobuf:"bytes,3,rep,name=roles,proto3" json:"roles,omitempty"`
	// contains filtered or unexported fields
}

func (*Channel_GetChannelUserRolesResponse_Field1) Descriptor deprecated

Deprecated: Use Channel_GetChannelUserRolesResponse_Field1.ProtoReflect.Descriptor instead.

func (*Channel_GetChannelUserRolesResponse_Field1) GetRoles

func (*Channel_GetChannelUserRolesResponse_Field1) GetTinyId

func (*Channel_GetChannelUserRolesResponse_Field1) ProtoMessage

func (*Channel_GetChannelUserRolesResponse_Field1) ProtoReflect

func (*Channel_GetChannelUserRolesResponse_Field1) Reset

func (*Channel_GetChannelUserRolesResponse_Field1) String

type Channel_GetChannelUsersRequest

type Channel_GetChannelUsersRequest struct {
	ChannelId   int64                                  `protobuf:"varint,1,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"`
	Field2      int32                                  `protobuf:"varint,2,opt,name=field2,proto3" json:"field2,omitempty"` // 3
	Field3      int32                                  `protobuf:"varint,3,opt,name=field3,proto3" json:"field3,omitempty"` // 0
	Field4      *Channel_GetChannelUsersRequest_Field4 `protobuf:"bytes,4,opt,name=field4,proto3" json:"field4,omitempty"`
	Start       int64                                  `protobuf:"varint,6,opt,name=start,proto3" json:"start,omitempty"`
	Limit       int32                                  `protobuf:"varint,8,opt,name=limit,proto3" json:"limit,omitempty"`
	TinyIds     []int64                                `protobuf:"varint,9,rep,packed,name=tiny_ids,json=tinyIds,proto3" json:"tiny_ids,omitempty"`
	RoomId      int64                                  `protobuf:"varint,12,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
	Cookie      []byte                                 `protobuf:"bytes,13,opt,name=cookie,proto3" json:"cookie,omitempty"`
	StartRoleId int64                                  `protobuf:"varint,14,opt,name=start_role_id,json=startRoleId,proto3" json:"start_role_id,omitempty"`
	RoleId      int64                                  `protobuf:"varint,15,opt,name=role_id,json=roleId,proto3" json:"role_id,omitempty"`
	// contains filtered or unexported fields
}

func (*Channel_GetChannelUsersRequest) Descriptor deprecated

func (*Channel_GetChannelUsersRequest) Descriptor() ([]byte, []int)

Deprecated: Use Channel_GetChannelUsersRequest.ProtoReflect.Descriptor instead.

func (*Channel_GetChannelUsersRequest) GetChannelId

func (x *Channel_GetChannelUsersRequest) GetChannelId() int64

func (*Channel_GetChannelUsersRequest) GetCookie

func (x *Channel_GetChannelUsersRequest) GetCookie() []byte

func (*Channel_GetChannelUsersRequest) GetField2

func (x *Channel_GetChannelUsersRequest) GetField2() int32

func (*Channel_GetChannelUsersRequest) GetField3

func (x *Channel_GetChannelUsersRequest) GetField3() int32

func (*Channel_GetChannelUsersRequest) GetField4

func (*Channel_GetChannelUsersRequest) GetLimit

func (x *Channel_GetChannelUsersRequest) GetLimit() int32

func (*Channel_GetChannelUsersRequest) GetRoleId

func (x *Channel_GetChannelUsersRequest) GetRoleId() int64

func (*Channel_GetChannelUsersRequest) GetRoomId

func (x *Channel_GetChannelUsersRequest) GetRoomId() int64

func (*Channel_GetChannelUsersRequest) GetStart

func (x *Channel_GetChannelUsersRequest) GetStart() int64

func (*Channel_GetChannelUsersRequest) GetStartRoleId

func (x *Channel_GetChannelUsersRequest) GetStartRoleId() int64

func (*Channel_GetChannelUsersRequest) GetTinyIds

func (x *Channel_GetChannelUsersRequest) GetTinyIds() []int64

func (*Channel_GetChannelUsersRequest) ProtoMessage

func (*Channel_GetChannelUsersRequest) ProtoMessage()

func (*Channel_GetChannelUsersRequest) ProtoReflect

func (*Channel_GetChannelUsersRequest) Reset

func (x *Channel_GetChannelUsersRequest) Reset()

func (*Channel_GetChannelUsersRequest) String

type Channel_GetChannelUsersRequest_Field4

type Channel_GetChannelUsersRequest_Field4 struct {
	Field1  int32 `protobuf:"varint,1,opt,name=field1,proto3" json:"field1,omitempty"`
	Field2  int32 `protobuf:"varint,2,opt,name=field2,proto3" json:"field2,omitempty"`
	Field3  int32 `protobuf:"varint,3,opt,name=field3,proto3" json:"field3,omitempty"`
	Field4  int32 `protobuf:"varint,4,opt,name=field4,proto3" json:"field4,omitempty"`
	Field5  int32 `protobuf:"varint,5,opt,name=field5,proto3" json:"field5,omitempty"`
	Field6  int32 `protobuf:"varint,6,opt,name=field6,proto3" json:"field6,omitempty"`
	Field7  int32 `protobuf:"varint,7,opt,name=field7,proto3" json:"field7,omitempty"`
	Field8  int32 `protobuf:"varint,8,opt,name=field8,proto3" json:"field8,omitempty"`
	Field20 int32 `protobuf:"varint,20,opt,name=field20,proto3" json:"field20,omitempty"`
	Field21 int32 `protobuf:"varint,21,opt,name=field21,proto3" json:"field21,omitempty"`
	Field22 int32 `protobuf:"varint,22,opt,name=field22,proto3" json:"field22,omitempty"`
	Field25 int32 `protobuf:"varint,25,opt,name=field25,proto3" json:"field25,omitempty"`
	// contains filtered or unexported fields
}

func (*Channel_GetChannelUsersRequest_Field4) Descriptor deprecated

func (*Channel_GetChannelUsersRequest_Field4) Descriptor() ([]byte, []int)

Deprecated: Use Channel_GetChannelUsersRequest_Field4.ProtoReflect.Descriptor instead.

func (*Channel_GetChannelUsersRequest_Field4) GetField1

func (*Channel_GetChannelUsersRequest_Field4) GetField2

func (*Channel_GetChannelUsersRequest_Field4) GetField20

func (*Channel_GetChannelUsersRequest_Field4) GetField21

func (*Channel_GetChannelUsersRequest_Field4) GetField22

func (*Channel_GetChannelUsersRequest_Field4) GetField25

func (*Channel_GetChannelUsersRequest_Field4) GetField3

func (*Channel_GetChannelUsersRequest_Field4) GetField4

func (*Channel_GetChannelUsersRequest_Field4) GetField5

func (*Channel_GetChannelUsersRequest_Field4) GetField6

func (*Channel_GetChannelUsersRequest_Field4) GetField7

func (*Channel_GetChannelUsersRequest_Field4) GetField8

func (*Channel_GetChannelUsersRequest_Field4) ProtoMessage

func (*Channel_GetChannelUsersRequest_Field4) ProtoMessage()

func (*Channel_GetChannelUsersRequest_Field4) ProtoReflect

func (*Channel_GetChannelUsersRequest_Field4) Reset

func (*Channel_GetChannelUsersRequest_Field4) String

type Channel_GetChannelUsersResponse

type Channel_GetChannelUsersResponse struct {
	ChannelId    int64           `protobuf:"varint,1,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"`
	Owner        *Channel_User   `protobuf:"bytes,2,opt,name=owner,proto3" json:"owner,omitempty"`
	Bots         []*Channel_User `protobuf:"bytes,4,rep,name=bots,proto3" json:"bots,omitempty"`
	Users        []*Channel_User `protobuf:"bytes,5,rep,name=users,proto3" json:"users,omitempty"`
	Field8       int32           `protobuf:"varint,8,opt,name=field8,proto3" json:"field8,omitempty"`
	Finish       int32           `protobuf:"varint,9,opt,name=finish,proto3" json:"finish,omitempty"`
	Offset       int64           `protobuf:"varint,10,opt,name=offset,proto3" json:"offset,omitempty"`
	MembersLimit int32           `protobuf:"varint,14,opt,name=members_limit,json=membersLimit,proto3" json:"members_limit,omitempty"`
	MembersCount int32           `protobuf:"varint,15,opt,name=members_count,json=membersCount,proto3" json:"members_count,omitempty"`
	BotsCount    int32           `protobuf:"varint,17,opt,name=bots_count,json=botsCount,proto3" json:"bots_count,omitempty"`
	OwnerCount   int32           `protobuf:"varint,19,opt,name=owner_count,json=ownerCount,proto3" json:"owner_count,omitempty"`
	UsersCount   int32           `protobuf:"varint,20,opt,name=users_count,json=usersCount,proto3" json:"users_count,omitempty"`
	Cookie       []byte          `protobuf:"bytes,24,opt,name=cookie,proto3" json:"cookie,omitempty"`
	// contains filtered or unexported fields
}

func (*Channel_GetChannelUsersResponse) Descriptor deprecated

func (*Channel_GetChannelUsersResponse) Descriptor() ([]byte, []int)

Deprecated: Use Channel_GetChannelUsersResponse.ProtoReflect.Descriptor instead.

func (*Channel_GetChannelUsersResponse) GetBots

func (*Channel_GetChannelUsersResponse) GetBotsCount

func (x *Channel_GetChannelUsersResponse) GetBotsCount() int32

func (*Channel_GetChannelUsersResponse) GetChannelId

func (x *Channel_GetChannelUsersResponse) GetChannelId() int64

func (*Channel_GetChannelUsersResponse) GetCookie

func (x *Channel_GetChannelUsersResponse) GetCookie() []byte

func (*Channel_GetChannelUsersResponse) GetField8

func (x *Channel_GetChannelUsersResponse) GetField8() int32

func (*Channel_GetChannelUsersResponse) GetFinish

func (x *Channel_GetChannelUsersResponse) GetFinish() int32

func (*Channel_GetChannelUsersResponse) GetMembersCount

func (x *Channel_GetChannelUsersResponse) GetMembersCount() int32

func (*Channel_GetChannelUsersResponse) GetMembersLimit

func (x *Channel_GetChannelUsersResponse) GetMembersLimit() int32

func (*Channel_GetChannelUsersResponse) GetOffset

func (x *Channel_GetChannelUsersResponse) GetOffset() int64

func (*Channel_GetChannelUsersResponse) GetOwner

func (*Channel_GetChannelUsersResponse) GetOwnerCount

func (x *Channel_GetChannelUsersResponse) GetOwnerCount() int32

func (*Channel_GetChannelUsersResponse) GetUsers

func (*Channel_GetChannelUsersResponse) GetUsersCount

func (x *Channel_GetChannelUsersResponse) GetUsersCount() int32

func (*Channel_GetChannelUsersResponse) ProtoMessage

func (*Channel_GetChannelUsersResponse) ProtoMessage()

func (*Channel_GetChannelUsersResponse) ProtoReflect

func (*Channel_GetChannelUsersResponse) Reset

func (*Channel_GetChannelUsersResponse) String

type Channel_Role

type Channel_Role struct {
	Id      int64  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name    string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Color   uint32 `protobuf:"varint,3,opt,name=color,proto3" json:"color,omitempty"`
	Hoist   int32  `protobuf:"varint,4,opt,name=hoist,proto3" json:"hoist,omitempty"`
	Count   int32  `protobuf:"varint,5,opt,name=count,proto3" json:"count,omitempty"`
	Field7  int32  `protobuf:"varint,7,opt,name=field7,proto3" json:"field7,omitempty"`
	Limit   int32  `protobuf:"varint,8,opt,name=limit,proto3" json:"limit,omitempty"`
	Field20 int32  `protobuf:"varint,20,opt,name=field20,proto3" json:"field20,omitempty"`
	// contains filtered or unexported fields
}

func (*Channel_Role) Descriptor deprecated

func (*Channel_Role) Descriptor() ([]byte, []int)

Deprecated: Use Channel_Role.ProtoReflect.Descriptor instead.

func (*Channel_Role) GetColor

func (x *Channel_Role) GetColor() uint32

func (*Channel_Role) GetCount

func (x *Channel_Role) GetCount() int32

func (*Channel_Role) GetField20

func (x *Channel_Role) GetField20() int32

func (*Channel_Role) GetField7

func (x *Channel_Role) GetField7() int32

func (*Channel_Role) GetHoist

func (x *Channel_Role) GetHoist() int32

func (*Channel_Role) GetId

func (x *Channel_Role) GetId() int64

func (*Channel_Role) GetLimit

func (x *Channel_Role) GetLimit() int32

func (*Channel_Role) GetName

func (x *Channel_Role) GetName() string

func (*Channel_Role) ProtoMessage

func (*Channel_Role) ProtoMessage()

func (*Channel_Role) ProtoReflect

func (x *Channel_Role) ProtoReflect() protoreflect.Message

func (*Channel_Role) Reset

func (x *Channel_Role) Reset()

func (*Channel_Role) String

func (x *Channel_Role) String() string

type Channel_Service

type Channel_Service struct {
	ChannelMute *Channel_Service_ChannelMute `protobuf:"bytes,43,opt,name=channel_mute,json=channelMute,proto3" json:"channel_mute,omitempty"`
	// contains filtered or unexported fields
}

func (*Channel_Service) Descriptor deprecated

func (*Channel_Service) Descriptor() ([]byte, []int)

Deprecated: Use Channel_Service.ProtoReflect.Descriptor instead.

func (*Channel_Service) GetChannelMute

func (x *Channel_Service) GetChannelMute() *Channel_Service_ChannelMute

func (*Channel_Service) ProtoMessage

func (*Channel_Service) ProtoMessage()

func (*Channel_Service) ProtoReflect

func (x *Channel_Service) ProtoReflect() protoreflect.Message

func (*Channel_Service) Reset

func (x *Channel_Service) Reset()

func (*Channel_Service) String

func (x *Channel_Service) String() string

type Channel_Service_ChannelMute

type Channel_Service_ChannelMute struct {
	ChannelId int64 `protobuf:"varint,1,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"`
	TinyId    int64 `protobuf:"varint,2,opt,name=tiny_id,json=tinyId,proto3" json:"tiny_id,omitempty"`
	Time      int64 `protobuf:"varint,3,opt,name=time,proto3" json:"time,omitempty"`
	// contains filtered or unexported fields
}

func (*Channel_Service_ChannelMute) Descriptor deprecated

func (*Channel_Service_ChannelMute) Descriptor() ([]byte, []int)

Deprecated: Use Channel_Service_ChannelMute.ProtoReflect.Descriptor instead.

func (*Channel_Service_ChannelMute) GetChannelId

func (x *Channel_Service_ChannelMute) GetChannelId() int64

func (*Channel_Service_ChannelMute) GetTime

func (x *Channel_Service_ChannelMute) GetTime() int64

func (*Channel_Service_ChannelMute) GetTinyId

func (x *Channel_Service_ChannelMute) GetTinyId() int64

func (*Channel_Service_ChannelMute) ProtoMessage

func (*Channel_Service_ChannelMute) ProtoMessage()

func (*Channel_Service_ChannelMute) ProtoReflect

func (*Channel_Service_ChannelMute) Reset

func (x *Channel_Service_ChannelMute) Reset()

func (*Channel_Service_ChannelMute) String

func (x *Channel_Service_ChannelMute) String() string

type Channel_Timestamp

type Channel_Timestamp struct {
	Nanoseconds int64 `protobuf:"varint,1,opt,name=nanoseconds,proto3" json:"nanoseconds,omitempty"`
	Seconds     int64 `protobuf:"varint,2,opt,name=seconds,proto3" json:"seconds,omitempty"`
	// contains filtered or unexported fields
}

func (*Channel_Timestamp) Descriptor deprecated

func (*Channel_Timestamp) Descriptor() ([]byte, []int)

Deprecated: Use Channel_Timestamp.ProtoReflect.Descriptor instead.

func (*Channel_Timestamp) GetNanoseconds

func (x *Channel_Timestamp) GetNanoseconds() int64

func (*Channel_Timestamp) GetSeconds

func (x *Channel_Timestamp) GetSeconds() int64

func (*Channel_Timestamp) ProtoMessage

func (*Channel_Timestamp) ProtoMessage()

func (*Channel_Timestamp) ProtoReflect

func (x *Channel_Timestamp) ProtoReflect() protoreflect.Message

func (*Channel_Timestamp) Reset

func (x *Channel_Timestamp) Reset()

func (*Channel_Timestamp) String

func (x *Channel_Timestamp) String() string

type Channel_User

type Channel_User struct {
	Display  string                  `protobuf:"bytes,2,opt,name=display,proto3" json:"display,omitempty"`
	Username string                  `protobuf:"bytes,3,opt,name=username,proto3" json:"username,omitempty"`
	JoinedAt int64                   `protobuf:"varint,4,opt,name=joined_at,json=joinedAt,proto3" json:"joined_at,omitempty"`
	Field5   int32                   `protobuf:"varint,5,opt,name=field5,proto3" json:"field5,omitempty"`
	Field6   int32                   `protobuf:"varint,6,opt,name=field6,proto3" json:"field6,omitempty"`
	Field7   int32                   `protobuf:"varint,7,opt,name=field7,proto3" json:"field7,omitempty"`
	TinyId   int64                   `protobuf:"varint,8,opt,name=tiny_id,json=tinyId,proto3" json:"tiny_id,omitempty"`
	Field13  int32                   `protobuf:"varint,13,opt,name=field13,proto3" json:"field13,omitempty"`
	Field15  []*Channel_User_Field15 `protobuf:"bytes,15,rep,name=field15,proto3" json:"field15,omitempty"`
	Field17  int32                   `protobuf:"varint,17,opt,name=field17,proto3" json:"field17,omitempty"`
	Field19  int32                   `protobuf:"varint,19,opt,name=field19,proto3" json:"field19,omitempty"`
	Field20  int64                   `protobuf:"varint,20,opt,name=field20,proto3" json:"field20,omitempty"`
	Field27  []*Channel_User_Field27 `protobuf:"bytes,27,rep,name=field27,proto3" json:"field27,omitempty"`
	// contains filtered or unexported fields
}

func (*Channel_User) Descriptor deprecated

func (*Channel_User) Descriptor() ([]byte, []int)

Deprecated: Use Channel_User.ProtoReflect.Descriptor instead.

func (*Channel_User) GetDisplay

func (x *Channel_User) GetDisplay() string

func (*Channel_User) GetField13

func (x *Channel_User) GetField13() int32

func (*Channel_User) GetField15

func (x *Channel_User) GetField15() []*Channel_User_Field15

func (*Channel_User) GetField17

func (x *Channel_User) GetField17() int32

func (*Channel_User) GetField19

func (x *Channel_User) GetField19() int32

func (*Channel_User) GetField20

func (x *Channel_User) GetField20() int64

func (*Channel_User) GetField27

func (x *Channel_User) GetField27() []*Channel_User_Field27

func (*Channel_User) GetField5

func (x *Channel_User) GetField5() int32

func (*Channel_User) GetField6

func (x *Channel_User) GetField6() int32

func (*Channel_User) GetField7

func (x *Channel_User) GetField7() int32

func (*Channel_User) GetJoinedAt

func (x *Channel_User) GetJoinedAt() int64

func (*Channel_User) GetTinyId

func (x *Channel_User) GetTinyId() int64

func (*Channel_User) GetUsername

func (x *Channel_User) GetUsername() string

func (*Channel_User) ProtoMessage

func (*Channel_User) ProtoMessage()

func (*Channel_User) ProtoReflect

func (x *Channel_User) ProtoReflect() protoreflect.Message

func (*Channel_User) Reset

func (x *Channel_User) Reset()

func (*Channel_User) String

func (x *Channel_User) String() string

type Channel_User_Field15

type Channel_User_Field15 struct {
	Key   uint32 `protobuf:"varint,1,opt,name=key,proto3" json:"key,omitempty"`
	Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*Channel_User_Field15) Descriptor deprecated

func (*Channel_User_Field15) Descriptor() ([]byte, []int)

Deprecated: Use Channel_User_Field15.ProtoReflect.Descriptor instead.

func (*Channel_User_Field15) GetKey

func (x *Channel_User_Field15) GetKey() uint32

func (*Channel_User_Field15) GetValue

func (x *Channel_User_Field15) GetValue() string

func (*Channel_User_Field15) ProtoMessage

func (*Channel_User_Field15) ProtoMessage()

func (*Channel_User_Field15) ProtoReflect

func (x *Channel_User_Field15) ProtoReflect() protoreflect.Message

func (*Channel_User_Field15) Reset

func (x *Channel_User_Field15) Reset()

func (*Channel_User_Field15) String

func (x *Channel_User_Field15) String() string

type Channel_User_Field27

type Channel_User_Field27 struct {
	Key    uint32                       `protobuf:"varint,1,opt,name=key,proto3" json:"key,omitempty"`
	Field2 *Channel_User_Field27_Field2 `protobuf:"bytes,2,opt,name=field2,proto3" json:"field2,omitempty"`
	// contains filtered or unexported fields
}

func (*Channel_User_Field27) Descriptor deprecated

func (*Channel_User_Field27) Descriptor() ([]byte, []int)

Deprecated: Use Channel_User_Field27.ProtoReflect.Descriptor instead.

func (*Channel_User_Field27) GetField2

func (*Channel_User_Field27) GetKey

func (x *Channel_User_Field27) GetKey() uint32

func (*Channel_User_Field27) ProtoMessage

func (*Channel_User_Field27) ProtoMessage()

func (*Channel_User_Field27) ProtoReflect

func (x *Channel_User_Field27) ProtoReflect() protoreflect.Message

func (*Channel_User_Field27) Reset

func (x *Channel_User_Field27) Reset()

func (*Channel_User_Field27) String

func (x *Channel_User_Field27) String() string

type Channel_User_Field27_Field2

type Channel_User_Field27_Field2 struct {
	Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*Channel_User_Field27_Field2) Descriptor deprecated

func (*Channel_User_Field27_Field2) Descriptor() ([]byte, []int)

Deprecated: Use Channel_User_Field27_Field2.ProtoReflect.Descriptor instead.

func (*Channel_User_Field27_Field2) GetValue

func (x *Channel_User_Field27_Field2) GetValue() string

func (*Channel_User_Field27_Field2) ProtoMessage

func (*Channel_User_Field27_Field2) ProtoMessage()

func (*Channel_User_Field27_Field2) ProtoReflect

func (*Channel_User_Field27_Field2) Reset

func (x *Channel_User_Field27_Field2) Reset()

func (*Channel_User_Field27_Field2) String

func (x *Channel_User_Field27_Field2) String() string

type Common

type Common struct {
	// contains filtered or unexported fields
}

Message generated by proto-message-gen. DO NOT EDIT. source: tencent.p1298im.group_pro_proto.common.C72441common

C72441common is the message type for the C72441common.

func (*Common) Descriptor deprecated

func (*Common) Descriptor() ([]byte, []int)

Deprecated: Use Common.ProtoReflect.Descriptor instead.

func (*Common) ProtoMessage

func (*Common) ProtoMessage()

func (*Common) ProtoReflect

func (x *Common) ProtoReflect() protoreflect.Message

func (*Common) Reset

func (x *Common) Reset()

func (*Common) String

func (x *Common) String() string

type Common_ContentHead

type Common_ContentHead struct {
	MsgType uint64 `protobuf:"varint,1,opt,name=msg_type,json=msgType,proto3" json:"msg_type,omitempty"` // msg_type
	SubType uint64 `protobuf:"varint,2,opt,name=sub_type,json=subType,proto3" json:"sub_type,omitempty"` // sub_type
	Random  uint64 `protobuf:"varint,3,opt,name=random,proto3" json:"random,omitempty"`                  // random
	MsgSeq  uint64 `protobuf:"varint,4,opt,name=msg_seq,json=msgSeq,proto3" json:"msg_seq,omitempty"`    // msg_seq
	CntSeq  uint64 `protobuf:"varint,5,opt,name=cnt_seq,json=cntSeq,proto3" json:"cnt_seq,omitempty"`    // cnt_seq
	MsgTime uint64 `protobuf:"varint,6,opt,name=msg_time,json=msgTime,proto3" json:"msg_time,omitempty"` // msg_time
	MsgMeta []byte `protobuf:"bytes,7,opt,name=msg_meta,json=msgMeta,proto3" json:"msg_meta,omitempty"`  // msg_meta
	// contains filtered or unexported fields
}

ContentHead is the message type for the ContentHead.

func (*Common_ContentHead) Descriptor deprecated

func (*Common_ContentHead) Descriptor() ([]byte, []int)

Deprecated: Use Common_ContentHead.ProtoReflect.Descriptor instead.

func (*Common_ContentHead) GetCntSeq

func (x *Common_ContentHead) GetCntSeq() uint64

func (*Common_ContentHead) GetMsgMeta

func (x *Common_ContentHead) GetMsgMeta() []byte

func (*Common_ContentHead) GetMsgSeq

func (x *Common_ContentHead) GetMsgSeq() uint64

func (*Common_ContentHead) GetMsgTime

func (x *Common_ContentHead) GetMsgTime() uint64

func (*Common_ContentHead) GetMsgType

func (x *Common_ContentHead) GetMsgType() uint64

func (*Common_ContentHead) GetRandom

func (x *Common_ContentHead) GetRandom() uint64

func (*Common_ContentHead) GetSubType

func (x *Common_ContentHead) GetSubType() uint64

func (*Common_ContentHead) ProtoMessage

func (*Common_ContentHead) ProtoMessage()

func (*Common_ContentHead) ProtoReflect

func (x *Common_ContentHead) ProtoReflect() protoreflect.Message

func (*Common_ContentHead) Reset

func (x *Common_ContentHead) Reset()

func (*Common_ContentHead) String

func (x *Common_ContentHead) String() string

type Common_DirectMessageMember

type Common_DirectMessageMember struct {
	Uin             uint64 `protobuf:"varint,1,opt,name=uin,proto3" json:"uin,omitempty"`                                                 // uin
	Tinyid          uint64 `protobuf:"varint,2,opt,name=tinyid,proto3" json:"tinyid,omitempty"`                                           // tinyid
	SourceGuildId   uint64 `protobuf:"varint,3,opt,name=source_guild_id,json=sourceGuildId,proto3" json:"source_guild_id,omitempty"`      // source_guild_id
	SourceGuildName []byte `protobuf:"bytes,4,opt,name=source_guild_name,json=sourceGuildName,proto3" json:"source_guild_name,omitempty"` // source_guild_name
	NickName        []byte `protobuf:"bytes,5,opt,name=nick_name,json=nickName,proto3" json:"nick_name,omitempty"`                        // nick_name
	MemberName      []byte `protobuf:"bytes,6,opt,name=member_name,json=memberName,proto3" json:"member_name,omitempty"`                  // member_name
	MsgNotifyType   uint32 `protobuf:"varint,7,opt,name=msg_notify_type,json=msgNotifyType,proto3" json:"msg_notify_type,omitempty"`      // msg_notify_type
	MemberType      uint32 `protobuf:"varint,8,opt,name=member_type,json=memberType,proto3" json:"member_type,omitempty"`                 // member_type
	// contains filtered or unexported fields
}

DirectMessageMember is the message type for the DirectMessageMember.

func (*Common_DirectMessageMember) Descriptor deprecated

func (*Common_DirectMessageMember) Descriptor() ([]byte, []int)

Deprecated: Use Common_DirectMessageMember.ProtoReflect.Descriptor instead.

func (*Common_DirectMessageMember) GetMemberName

func (x *Common_DirectMessageMember) GetMemberName() []byte

func (*Common_DirectMessageMember) GetMemberType

func (x *Common_DirectMessageMember) GetMemberType() uint32

func (*Common_DirectMessageMember) GetMsgNotifyType

func (x *Common_DirectMessageMember) GetMsgNotifyType() uint32

func (*Common_DirectMessageMember) GetNickName

func (x *Common_DirectMessageMember) GetNickName() []byte

func (*Common_DirectMessageMember) GetSourceGuildId

func (x *Common_DirectMessageMember) GetSourceGuildId() uint64

func (*Common_DirectMessageMember) GetSourceGuildName

func (x *Common_DirectMessageMember) GetSourceGuildName() []byte

func (*Common_DirectMessageMember) GetTinyid

func (x *Common_DirectMessageMember) GetTinyid() uint64

func (*Common_DirectMessageMember) GetUin

func (x *Common_DirectMessageMember) GetUin() uint64

func (*Common_DirectMessageMember) ProtoMessage

func (*Common_DirectMessageMember) ProtoMessage()

func (*Common_DirectMessageMember) ProtoReflect

func (*Common_DirectMessageMember) Reset

func (x *Common_DirectMessageMember) Reset()

func (*Common_DirectMessageMember) String

func (x *Common_DirectMessageMember) String() string

type Common_Event

type Common_Event struct {
	Type    uint64            `protobuf:"varint,1,opt,name=type,proto3" json:"type,omitempty"`                  // type
	Version uint64            `protobuf:"varint,2,opt,name=version,proto3" json:"version,omitempty"`            // version
	OpInfo  *Common_MsgOpInfo `protobuf:"bytes,3,opt,name=op_info,json=opInfo,proto3" json:"op_info,omitempty"` // op_info
	// contains filtered or unexported fields
}

Event is the message type for the Event.

func (*Common_Event) Descriptor deprecated

func (*Common_Event) Descriptor() ([]byte, []int)

Deprecated: Use Common_Event.ProtoReflect.Descriptor instead.

func (*Common_Event) GetOpInfo

func (x *Common_Event) GetOpInfo() *Common_MsgOpInfo

func (*Common_Event) GetType

func (x *Common_Event) GetType() uint64

func (*Common_Event) GetVersion

func (x *Common_Event) GetVersion() uint64

func (*Common_Event) ProtoMessage

func (*Common_Event) ProtoMessage()

func (*Common_Event) ProtoReflect

func (x *Common_Event) ProtoReflect() protoreflect.Message

func (*Common_Event) Reset

func (x *Common_Event) Reset()

func (*Common_Event) String

func (x *Common_Event) String() string

type Common_ExtInfo

type Common_ExtInfo struct {
	FromNick            []byte                        `protobuf:"bytes,1,opt,name=from_nick,json=fromNick,proto3" json:"from_nick,omitempty"`                                     // from_nick
	GuildName           []byte                        `protobuf:"bytes,2,opt,name=guild_name,json=guildName,proto3" json:"guild_name,omitempty"`                                  // guild_name
	ChannelName         []byte                        `protobuf:"bytes,3,opt,name=channel_name,json=channelName,proto3" json:"channel_name,omitempty"`                            // channel_name
	Visibility          uint32                        `protobuf:"varint,4,opt,name=visibility,proto3" json:"visibility,omitempty"`                                                // visibility
	NotifyType          uint32                        `protobuf:"varint,5,opt,name=notify_type,json=notifyType,proto3" json:"notify_type,omitempty"`                              // notify_type
	OfflineFlag         uint32                        `protobuf:"varint,6,opt,name=offline_flag,json=offlineFlag,proto3" json:"offline_flag,omitempty"`                           // offline_flag
	NameType            uint32                        `protobuf:"varint,7,opt,name=name_type,json=nameType,proto3" json:"name_type,omitempty"`                                    // name_type
	MemberName          []byte                        `protobuf:"bytes,8,opt,name=member_name,json=memberName,proto3" json:"member_name,omitempty"`                               // bytes_member_name
	Timestamp           uint32                        `protobuf:"varint,9,opt,name=timestamp,proto3" json:"timestamp,omitempty"`                                                  // uint32_timestamp
	EventVersion        uint64                        `protobuf:"varint,10,opt,name=event_version,json=eventVersion,proto3" json:"event_version,omitempty"`                       // event_version
	Events              []*Common_Event               `protobuf:"bytes,11,rep,name=events,proto3" json:"events,omitempty"`                                                        // events
	FromRoleInfo        *Common_Role                  `protobuf:"bytes,12,opt,name=from_role_info,json=fromRoleInfo,proto3" json:"from_role_info,omitempty"`                      // from_role_info
	FreqLimitInfo       *Common_FreqLimitInfo         `protobuf:"bytes,13,opt,name=freq_limit_info,json=freqLimitInfo,proto3" json:"freq_limit_info,omitempty"`                   // freq_limit_info
	DirectMessageMember []*Common_DirectMessageMember `protobuf:"bytes,14,rep,name=direct_message_member,json=directMessageMember,proto3" json:"direct_message_member,omitempty"` // direct_message_member
	FromAvatar          []byte                        `protobuf:"bytes,15,opt,name=from_avatar,json=fromAvatar,proto3" json:"from_avatar,omitempty"`                              // from_avatar
	S2CMsgInfo          *Common_S2CMsgInfo            `protobuf:"bytes,16,opt,name=s2c_msg_info,json=s2cMsgInfo,proto3" json:"s2c_msg_info,omitempty"`                            // s2c_msg_info
	// contains filtered or unexported fields
}

ExtInfo is the message type for the ExtInfo.

func (*Common_ExtInfo) Descriptor deprecated

func (*Common_ExtInfo) Descriptor() ([]byte, []int)

Deprecated: Use Common_ExtInfo.ProtoReflect.Descriptor instead.

func (*Common_ExtInfo) GetChannelName

func (x *Common_ExtInfo) GetChannelName() []byte

func (*Common_ExtInfo) GetDirectMessageMember

func (x *Common_ExtInfo) GetDirectMessageMember() []*Common_DirectMessageMember

func (*Common_ExtInfo) GetEventVersion

func (x *Common_ExtInfo) GetEventVersion() uint64

func (*Common_ExtInfo) GetEvents

func (x *Common_ExtInfo) GetEvents() []*Common_Event

func (*Common_ExtInfo) GetFreqLimitInfo

func (x *Common_ExtInfo) GetFreqLimitInfo() *Common_FreqLimitInfo

func (*Common_ExtInfo) GetFromAvatar

func (x *Common_ExtInfo) GetFromAvatar() []byte

func (*Common_ExtInfo) GetFromNick

func (x *Common_ExtInfo) GetFromNick() []byte

func (*Common_ExtInfo) GetFromRoleInfo

func (x *Common_ExtInfo) GetFromRoleInfo() *Common_Role

func (*Common_ExtInfo) GetGuildName

func (x *Common_ExtInfo) GetGuildName() []byte

func (*Common_ExtInfo) GetMemberName

func (x *Common_ExtInfo) GetMemberName() []byte

func (*Common_ExtInfo) GetNameType

func (x *Common_ExtInfo) GetNameType() uint32

func (*Common_ExtInfo) GetNotifyType

func (x *Common_ExtInfo) GetNotifyType() uint32

func (*Common_ExtInfo) GetOfflineFlag

func (x *Common_ExtInfo) GetOfflineFlag() uint32

func (*Common_ExtInfo) GetS2CMsgInfo

func (x *Common_ExtInfo) GetS2CMsgInfo() *Common_S2CMsgInfo

func (*Common_ExtInfo) GetTimestamp

func (x *Common_ExtInfo) GetTimestamp() uint32

func (*Common_ExtInfo) GetVisibility

func (x *Common_ExtInfo) GetVisibility() uint32

func (*Common_ExtInfo) ProtoMessage

func (*Common_ExtInfo) ProtoMessage()

func (*Common_ExtInfo) ProtoReflect

func (x *Common_ExtInfo) ProtoReflect() protoreflect.Message

func (*Common_ExtInfo) Reset

func (x *Common_ExtInfo) Reset()

func (*Common_ExtInfo) String

func (x *Common_ExtInfo) String() string

type Common_FreqLimitInfo

type Common_FreqLimitInfo struct {
	IsLimited      uint32 `protobuf:"varint,1,opt,name=is_limited,json=isLimited,proto3" json:"is_limited,omitempty"`                // is_limited
	LeftCount      uint32 `protobuf:"varint,2,opt,name=left_count,json=leftCount,proto3" json:"left_count,omitempty"`                // left_count
	LimitTimestamp uint64 `protobuf:"varint,3,opt,name=limit_timestamp,json=limitTimestamp,proto3" json:"limit_timestamp,omitempty"` // limit_timestamp
	// contains filtered or unexported fields
}

FreqLimitInfo is the message type for the FreqLimitInfo.

func (*Common_FreqLimitInfo) Descriptor deprecated

func (*Common_FreqLimitInfo) Descriptor() ([]byte, []int)

Deprecated: Use Common_FreqLimitInfo.ProtoReflect.Descriptor instead.

func (*Common_FreqLimitInfo) GetIsLimited

func (x *Common_FreqLimitInfo) GetIsLimited() uint32

func (*Common_FreqLimitInfo) GetLeftCount

func (x *Common_FreqLimitInfo) GetLeftCount() uint32

func (*Common_FreqLimitInfo) GetLimitTimestamp

func (x *Common_FreqLimitInfo) GetLimitTimestamp() uint64

func (*Common_FreqLimitInfo) ProtoMessage

func (*Common_FreqLimitInfo) ProtoMessage()

func (*Common_FreqLimitInfo) ProtoReflect

func (x *Common_FreqLimitInfo) ProtoReflect() protoreflect.Message

func (*Common_FreqLimitInfo) Reset

func (x *Common_FreqLimitInfo) Reset()

func (*Common_FreqLimitInfo) String

func (x *Common_FreqLimitInfo) String() string

type Common_Info

type Common_Info struct {
	Name  []byte `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`    // name
	Color uint32 `protobuf:"varint,3,opt,name=color,proto3" json:"color,omitempty"` // color
	Hoist uint32 `protobuf:"varint,4,opt,name=hoist,proto3" json:"hoist,omitempty"` // hoist
	// contains filtered or unexported fields
}

Info is the message type for the Info.

func (*Common_Info) Descriptor deprecated

func (*Common_Info) Descriptor() ([]byte, []int)

Deprecated: Use Common_Info.ProtoReflect.Descriptor instead.

func (*Common_Info) GetColor

func (x *Common_Info) GetColor() uint32

func (*Common_Info) GetHoist

func (x *Common_Info) GetHoist() uint32

func (*Common_Info) GetName

func (x *Common_Info) GetName() []byte

func (*Common_Info) ProtoMessage

func (*Common_Info) ProtoMessage()

func (*Common_Info) ProtoReflect

func (x *Common_Info) ProtoReflect() protoreflect.Message

func (*Common_Info) Reset

func (x *Common_Info) Reset()

func (*Common_Info) String

func (x *Common_Info) String() string

type Common_LoginSig

type Common_LoginSig struct {
	Type  uint32 `protobuf:"varint,1,opt,name=type,proto3" json:"type,omitempty"`   // uint32_type
	Sig   []byte `protobuf:"bytes,2,opt,name=sig,proto3" json:"sig,omitempty"`      // bytes_sig
	Appid uint32 `protobuf:"varint,3,opt,name=appid,proto3" json:"appid,omitempty"` // uint32_appid
	// contains filtered or unexported fields
}

LoginSig is the message type for the LoginSig.

func (*Common_LoginSig) Descriptor deprecated

func (*Common_LoginSig) Descriptor() ([]byte, []int)

Deprecated: Use Common_LoginSig.ProtoReflect.Descriptor instead.

func (*Common_LoginSig) GetAppid

func (x *Common_LoginSig) GetAppid() uint32

func (*Common_LoginSig) GetSig

func (x *Common_LoginSig) GetSig() []byte

func (*Common_LoginSig) GetType

func (x *Common_LoginSig) GetType() uint32

func (*Common_LoginSig) ProtoMessage

func (*Common_LoginSig) ProtoMessage()

func (*Common_LoginSig) ProtoReflect

func (x *Common_LoginSig) ProtoReflect() protoreflect.Message

func (*Common_LoginSig) Reset

func (x *Common_LoginSig) Reset()

func (*Common_LoginSig) String

func (x *Common_LoginSig) String() string

type Common_Meta

type Common_Meta struct {
	FromUin  uint64           `protobuf:"varint,1,opt,name=from_uin,json=fromUin,proto3" json:"from_uin,omitempty"`   // from_uin
	LoginSig *Common_LoginSig `protobuf:"bytes,2,opt,name=login_sig,json=loginSig,proto3" json:"login_sig,omitempty"` // login_sig
	// contains filtered or unexported fields
}

Meta is the message type for the Meta.

func (*Common_Meta) Descriptor deprecated

func (*Common_Meta) Descriptor() ([]byte, []int)

Deprecated: Use Common_Meta.ProtoReflect.Descriptor instead.

func (*Common_Meta) GetFromUin

func (x *Common_Meta) GetFromUin() uint64

func (*Common_Meta) GetLoginSig

func (x *Common_Meta) GetLoginSig() *Common_LoginSig

func (*Common_Meta) ProtoMessage

func (*Common_Meta) ProtoMessage()

func (*Common_Meta) ProtoReflect

func (x *Common_Meta) ProtoReflect() protoreflect.Message

func (*Common_Meta) Reset

func (x *Common_Meta) Reset()

func (*Common_Meta) String

func (x *Common_Meta) String() string

type Common_Msg

type Common_Msg struct {
	Head     *Common_MsgHead       `protobuf:"bytes,1,opt,name=head,proto3" json:"head,omitempty"`                         // head
	CtrlHead *Common_MsgCtrlHead   `protobuf:"bytes,2,opt,name=ctrl_head,json=ctrlHead,proto3" json:"ctrl_head,omitempty"` // ctrl_head
	Body     *pb.IMMsgBody_MsgBody `protobuf:"bytes,3,opt,name=body,proto3" json:"body,omitempty"`                         // body
	ExtInfo  *Common_ExtInfo       `protobuf:"bytes,4,opt,name=ext_info,json=extInfo,proto3" json:"ext_info,omitempty"`    // ext_info
	// contains filtered or unexported fields
}

Msg is the message type for the Msg.

func (*Common_Msg) Descriptor deprecated

func (*Common_Msg) Descriptor() ([]byte, []int)

Deprecated: Use Common_Msg.ProtoReflect.Descriptor instead.

func (*Common_Msg) GetBody

func (x *Common_Msg) GetBody() *pb.IMMsgBody_MsgBody

func (*Common_Msg) GetCtrlHead

func (x *Common_Msg) GetCtrlHead() *Common_MsgCtrlHead

func (*Common_Msg) GetExtInfo

func (x *Common_Msg) GetExtInfo() *Common_ExtInfo

func (*Common_Msg) GetHead

func (x *Common_Msg) GetHead() *Common_MsgHead

func (*Common_Msg) ProtoMessage

func (*Common_Msg) ProtoMessage()

func (*Common_Msg) ProtoReflect

func (x *Common_Msg) ProtoReflect() protoreflect.Message

func (*Common_Msg) Reset

func (x *Common_Msg) Reset()

func (*Common_Msg) String

func (x *Common_Msg) String() string

type Common_MsgCtrlHead

type Common_MsgCtrlHead struct {
	IncludeUin         []uint64                `protobuf:"varint,1,rep,packed,name=include_uin,json=includeUin,proto3" json:"include_uin,omitempty"`                     // include_uin
	ExcludeUin         []uint64                `protobuf:"varint,2,rep,packed,name=exclude_uin,json=excludeUin,proto3" json:"exclude_uin,omitempty"`                     // exclude_uin
	Featureid          []uint64                `protobuf:"varint,3,rep,packed,name=featureid,proto3" json:"featureid,omitempty"`                                         // rpt_featureid
	OfflineFlag        uint32                  `protobuf:"varint,4,opt,name=offline_flag,json=offlineFlag,proto3" json:"offline_flag,omitempty"`                         // offline_flag
	Visibility         uint32                  `protobuf:"varint,5,opt,name=visibility,proto3" json:"visibility,omitempty"`                                              // visibility
	CtrlFlag           uint64                  `protobuf:"varint,6,opt,name=ctrl_flag,json=ctrlFlag,proto3" json:"ctrl_flag,omitempty"`                                  // ctrl_flag
	Events             []*Common_Event         `protobuf:"bytes,7,rep,name=events,proto3" json:"events,omitempty"`                                                       // events
	Level              uint64                  `protobuf:"varint,8,opt,name=level,proto3" json:"level,omitempty"`                                                        // level
	PersonalLevels     []*Common_PersonalLevel `protobuf:"bytes,9,rep,name=personal_levels,json=personalLevels,proto3" json:"personal_levels,omitempty"`                 // personal_levels
	GuildSyncSeq       uint64                  `protobuf:"varint,10,opt,name=guild_sync_seq,json=guildSyncSeq,proto3" json:"guild_sync_seq,omitempty"`                   // guild_sync_seq
	MemberNum          uint32                  `protobuf:"varint,11,opt,name=member_num,json=memberNum,proto3" json:"member_num,omitempty"`                              // member_num
	ChannelType        uint32                  `protobuf:"varint,12,opt,name=channel_type,json=channelType,proto3" json:"channel_type,omitempty"`                        // channel_type
	PrivateType        uint32                  `protobuf:"varint,13,opt,name=private_type,json=privateType,proto3" json:"private_type,omitempty"`                        // private_type
	FeatureAction      uint32                  `protobuf:"varint,14,opt,name=feature_action,json=featureAction,proto3" json:"feature_action,omitempty"`                  // feature_action
	ChannelVisibleType uint32                  `protobuf:"varint,16,opt,name=channel_visible_type,json=channelVisibleType,proto3" json:"channel_visible_type,omitempty"` // channel_visible_type
	S2CMsgInfo         *Common_S2CMsgInfo      `protobuf:"bytes,17,opt,name=s2c_msg_info,json=s2cMsgInfo,proto3" json:"s2c_msg_info,omitempty"`                          // s2c_msg_info
	// contains filtered or unexported fields
}

MsgCtrlHead is the message type for the MsgCtrlHead.

func (*Common_MsgCtrlHead) Descriptor deprecated

func (*Common_MsgCtrlHead) Descriptor() ([]byte, []int)

Deprecated: Use Common_MsgCtrlHead.ProtoReflect.Descriptor instead.

func (*Common_MsgCtrlHead) GetChannelType

func (x *Common_MsgCtrlHead) GetChannelType() uint32

func (*Common_MsgCtrlHead) GetChannelVisibleType

func (x *Common_MsgCtrlHead) GetChannelVisibleType() uint32

func (*Common_MsgCtrlHead) GetCtrlFlag

func (x *Common_MsgCtrlHead) GetCtrlFlag() uint64

func (*Common_MsgCtrlHead) GetEvents

func (x *Common_MsgCtrlHead) GetEvents() []*Common_Event

func (*Common_MsgCtrlHead) GetExcludeUin

func (x *Common_MsgCtrlHead) GetExcludeUin() []uint64

func (*Common_MsgCtrlHead) GetFeatureAction

func (x *Common_MsgCtrlHead) GetFeatureAction() uint32

func (*Common_MsgCtrlHead) GetFeatureid

func (x *Common_MsgCtrlHead) GetFeatureid() []uint64

func (*Common_MsgCtrlHead) GetGuildSyncSeq

func (x *Common_MsgCtrlHead) GetGuildSyncSeq() uint64

func (*Common_MsgCtrlHead) GetIncludeUin

func (x *Common_MsgCtrlHead) GetIncludeUin() []uint64

func (*Common_MsgCtrlHead) GetLevel

func (x *Common_MsgCtrlHead) GetLevel() uint64

func (*Common_MsgCtrlHead) GetMemberNum

func (x *Common_MsgCtrlHead) GetMemberNum() uint32

func (*Common_MsgCtrlHead) GetOfflineFlag

func (x *Common_MsgCtrlHead) GetOfflineFlag() uint32

func (*Common_MsgCtrlHead) GetPersonalLevels

func (x *Common_MsgCtrlHead) GetPersonalLevels() []*Common_PersonalLevel

func (*Common_MsgCtrlHead) GetPrivateType

func (x *Common_MsgCtrlHead) GetPrivateType() uint32

func (*Common_MsgCtrlHead) GetS2CMsgInfo

func (x *Common_MsgCtrlHead) GetS2CMsgInfo() *Common_S2CMsgInfo

func (*Common_MsgCtrlHead) GetVisibility

func (x *Common_MsgCtrlHead) GetVisibility() uint32

func (*Common_MsgCtrlHead) ProtoMessage

func (*Common_MsgCtrlHead) ProtoMessage()

func (*Common_MsgCtrlHead) ProtoReflect

func (x *Common_MsgCtrlHead) ProtoReflect() protoreflect.Message

func (*Common_MsgCtrlHead) Reset

func (x *Common_MsgCtrlHead) Reset()

func (*Common_MsgCtrlHead) String

func (x *Common_MsgCtrlHead) String() string

type Common_MsgHead

type Common_MsgHead struct {
	RoutingHead *Common_RoutingHead `protobuf:"bytes,1,opt,name=routing_head,json=routingHead,proto3" json:"routing_head,omitempty"` // routing_head
	ContentHead *Common_ContentHead `protobuf:"bytes,2,opt,name=content_head,json=contentHead,proto3" json:"content_head,omitempty"` // content_head
	// contains filtered or unexported fields
}

MsgHead is the message type for the MsgHead.

func (*Common_MsgHead) Descriptor deprecated

func (*Common_MsgHead) Descriptor() ([]byte, []int)

Deprecated: Use Common_MsgHead.ProtoReflect.Descriptor instead.

func (*Common_MsgHead) GetContentHead

func (x *Common_MsgHead) GetContentHead() *Common_ContentHead

func (*Common_MsgHead) GetRoutingHead

func (x *Common_MsgHead) GetRoutingHead() *Common_RoutingHead

func (*Common_MsgHead) ProtoMessage

func (*Common_MsgHead) ProtoMessage()

func (*Common_MsgHead) ProtoReflect

func (x *Common_MsgHead) ProtoReflect() protoreflect.Message

func (*Common_MsgHead) Reset

func (x *Common_MsgHead) Reset()

func (*Common_MsgHead) String

func (x *Common_MsgHead) String() string

type Common_MsgMeta

type Common_MsgMeta struct {
	AtAllSeq      uint64 `protobuf:"varint,1,opt,name=at_all_seq,json=atAllSeq,proto3" json:"at_all_seq,omitempty"`                // at_all_seq
	ChannelBoxSeq uint64 `protobuf:"varint,2,opt,name=channel_box_seq,json=channelBoxSeq,proto3" json:"channel_box_seq,omitempty"` // channel_box_seq
	// contains filtered or unexported fields
}

MsgMeta is the message type for the MsgMeta.

func (*Common_MsgMeta) Descriptor deprecated

func (*Common_MsgMeta) Descriptor() ([]byte, []int)

Deprecated: Use Common_MsgMeta.ProtoReflect.Descriptor instead.

func (*Common_MsgMeta) GetAtAllSeq

func (x *Common_MsgMeta) GetAtAllSeq() uint64

func (*Common_MsgMeta) GetChannelBoxSeq

func (x *Common_MsgMeta) GetChannelBoxSeq() uint64

func (*Common_MsgMeta) ProtoMessage

func (*Common_MsgMeta) ProtoMessage()

func (*Common_MsgMeta) ProtoReflect

func (x *Common_MsgMeta) ProtoReflect() protoreflect.Message

func (*Common_MsgMeta) Reset

func (x *Common_MsgMeta) Reset()

func (*Common_MsgMeta) String

func (x *Common_MsgMeta) String() string

type Common_MsgOpInfo

type Common_MsgOpInfo struct {
	OperatorTinyid uint64 `protobuf:"varint,1,opt,name=operator_tinyid,json=operatorTinyid,proto3" json:"operator_tinyid,omitempty"` // operator_tinyid
	OperatorRole   uint64 `protobuf:"varint,2,opt,name=operator_role,json=operatorRole,proto3" json:"operator_role,omitempty"`       // operator_role
	Reason         uint64 `protobuf:"varint,3,opt,name=reason,proto3" json:"reason,omitempty"`                                       // reason
	Timestamp      uint64 `protobuf:"varint,4,opt,name=timestamp,proto3" json:"timestamp,omitempty"`                                 // timestamp
	AtType         uint64 `protobuf:"varint,5,opt,name=at_type,json=atType,proto3" json:"at_type,omitempty"`                         // at_type
	// contains filtered or unexported fields
}

MsgOpInfo is the message type for the MsgOpInfo.

func (*Common_MsgOpInfo) Descriptor deprecated

func (*Common_MsgOpInfo) Descriptor() ([]byte, []int)

Deprecated: Use Common_MsgOpInfo.ProtoReflect.Descriptor instead.

func (*Common_MsgOpInfo) GetAtType

func (x *Common_MsgOpInfo) GetAtType() uint64

func (*Common_MsgOpInfo) GetOperatorRole

func (x *Common_MsgOpInfo) GetOperatorRole() uint64

func (*Common_MsgOpInfo) GetOperatorTinyid

func (x *Common_MsgOpInfo) GetOperatorTinyid() uint64

func (*Common_MsgOpInfo) GetReason

func (x *Common_MsgOpInfo) GetReason() uint64

func (*Common_MsgOpInfo) GetTimestamp

func (x *Common_MsgOpInfo) GetTimestamp() uint64

func (*Common_MsgOpInfo) ProtoMessage

func (*Common_MsgOpInfo) ProtoMessage()

func (*Common_MsgOpInfo) ProtoReflect

func (x *Common_MsgOpInfo) ProtoReflect() protoreflect.Message

func (*Common_MsgOpInfo) Reset

func (x *Common_MsgOpInfo) Reset()

func (*Common_MsgOpInfo) String

func (x *Common_MsgOpInfo) String() string

type Common_PersonalLevel

type Common_PersonalLevel struct {
	ToUin uint64 `protobuf:"varint,1,opt,name=to_uin,json=toUin,proto3" json:"to_uin,omitempty"` // to_uin
	Level uint64 `protobuf:"varint,2,opt,name=level,proto3" json:"level,omitempty"`              // level
	// contains filtered or unexported fields
}

PersonalLevel is the message type for the PersonalLevel.

func (*Common_PersonalLevel) Descriptor deprecated

func (*Common_PersonalLevel) Descriptor() ([]byte, []int)

Deprecated: Use Common_PersonalLevel.ProtoReflect.Descriptor instead.

func (*Common_PersonalLevel) GetLevel

func (x *Common_PersonalLevel) GetLevel() uint64

func (*Common_PersonalLevel) GetToUin

func (x *Common_PersonalLevel) GetToUin() uint64

func (*Common_PersonalLevel) ProtoMessage

func (*Common_PersonalLevel) ProtoMessage()

func (*Common_PersonalLevel) ProtoReflect

func (x *Common_PersonalLevel) ProtoReflect() protoreflect.Message

func (*Common_PersonalLevel) Reset

func (x *Common_PersonalLevel) Reset()

func (*Common_PersonalLevel) String

func (x *Common_PersonalLevel) String() string

type Common_Role

type Common_Role struct {
	Info []byte `protobuf:"bytes,2,opt,name=info,proto3" json:"info,omitempty"`  // info
	Flag uint32 `protobuf:"varint,3,opt,name=flag,proto3" json:"flag,omitempty"` // flag
	// contains filtered or unexported fields
}

Role is the message type for the Role.

func (*Common_Role) Descriptor deprecated

func (*Common_Role) Descriptor() ([]byte, []int)

Deprecated: Use Common_Role.ProtoReflect.Descriptor instead.

func (*Common_Role) GetFlag

func (x *Common_Role) GetFlag() uint32

func (*Common_Role) GetInfo

func (x *Common_Role) GetInfo() []byte

func (*Common_Role) ProtoMessage

func (*Common_Role) ProtoMessage()

func (*Common_Role) ProtoReflect

func (x *Common_Role) ProtoReflect() protoreflect.Message

func (*Common_Role) Reset

func (x *Common_Role) Reset()

func (*Common_Role) String

func (x *Common_Role) String() string

type Common_RoutingHead

type Common_RoutingHead struct {
	GuildId           uint64 `protobuf:"varint,1,opt,name=guild_id,json=guildId,proto3" json:"guild_id,omitempty"`                                 // guild_id
	ChannelId         uint64 `protobuf:"varint,2,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"`                           // channel_id
	FromUin           uint64 `protobuf:"varint,3,opt,name=from_uin,json=fromUin,proto3" json:"from_uin,omitempty"`                                 // from_uin
	FromTinyid        uint64 `protobuf:"varint,4,opt,name=from_tinyid,json=fromTinyid,proto3" json:"from_tinyid,omitempty"`                        // from_tinyid
	GuildCode         uint64 `protobuf:"varint,5,opt,name=guild_code,json=guildCode,proto3" json:"guild_code,omitempty"`                           // guild_code
	FromAppid         uint64 `protobuf:"varint,6,opt,name=from_appid,json=fromAppid,proto3" json:"from_appid,omitempty"`                           // from_appid
	DirectMessageFlag uint32 `protobuf:"varint,7,opt,name=direct_message_flag,json=directMessageFlag,proto3" json:"direct_message_flag,omitempty"` // direct_message_flag
	// contains filtered or unexported fields
}

RoutingHead is the message type for the RoutingHead.

func (*Common_RoutingHead) Descriptor deprecated

func (*Common_RoutingHead) Descriptor() ([]byte, []int)

Deprecated: Use Common_RoutingHead.ProtoReflect.Descriptor instead.

func (*Common_RoutingHead) GetChannelId

func (x *Common_RoutingHead) GetChannelId() uint64

func (*Common_RoutingHead) GetDirectMessageFlag

func (x *Common_RoutingHead) GetDirectMessageFlag() uint32

func (*Common_RoutingHead) GetFromAppid

func (x *Common_RoutingHead) GetFromAppid() uint64

func (*Common_RoutingHead) GetFromTinyid

func (x *Common_RoutingHead) GetFromTinyid() uint64

func (*Common_RoutingHead) GetFromUin

func (x *Common_RoutingHead) GetFromUin() uint64

func (*Common_RoutingHead) GetGuildCode

func (x *Common_RoutingHead) GetGuildCode() uint64

func (*Common_RoutingHead) GetGuildId

func (x *Common_RoutingHead) GetGuildId() uint64

func (*Common_RoutingHead) ProtoMessage

func (*Common_RoutingHead) ProtoMessage()

func (*Common_RoutingHead) ProtoReflect

func (x *Common_RoutingHead) ProtoReflect() protoreflect.Message

func (*Common_RoutingHead) Reset

func (x *Common_RoutingHead) Reset()

func (*Common_RoutingHead) String

func (x *Common_RoutingHead) String() string

type Common_S2CMsgInfo

type Common_S2CMsgInfo struct {
	S2CNotifyType uint32 `protobuf:"varint,1,opt,name=s2c_notify_type,json=s2cNotifyType,proto3" json:"s2c_notify_type,omitempty"` // s2c_notify_type
	FromNick      []byte `protobuf:"bytes,2,opt,name=from_nick,json=fromNick,proto3" json:"from_nick,omitempty"`                   // from_nick
	Title         []byte `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`                                         // title
	Content       []byte `protobuf:"bytes,4,opt,name=content,proto3" json:"content,omitempty"`                                     // content
	// contains filtered or unexported fields
}

S2CMsgInfo is the message type for the S2CMsgInfo.

func (*Common_S2CMsgInfo) Descriptor deprecated

func (*Common_S2CMsgInfo) Descriptor() ([]byte, []int)

Deprecated: Use Common_S2CMsgInfo.ProtoReflect.Descriptor instead.

func (*Common_S2CMsgInfo) GetContent

func (x *Common_S2CMsgInfo) GetContent() []byte

func (*Common_S2CMsgInfo) GetFromNick

func (x *Common_S2CMsgInfo) GetFromNick() []byte

func (*Common_S2CMsgInfo) GetS2CNotifyType

func (x *Common_S2CMsgInfo) GetS2CNotifyType() uint32

func (*Common_S2CMsgInfo) GetTitle

func (x *Common_S2CMsgInfo) GetTitle() []byte

func (*Common_S2CMsgInfo) ProtoMessage

func (*Common_S2CMsgInfo) ProtoMessage()

func (*Common_S2CMsgInfo) ProtoReflect

func (x *Common_S2CMsgInfo) ProtoReflect() protoreflect.Message

func (*Common_S2CMsgInfo) Reset

func (x *Common_S2CMsgInfo) Reset()

func (*Common_S2CMsgInfo) String

func (x *Common_S2CMsgInfo) String() string

type GuildChannelBase

type GuildChannelBase struct {
	// contains filtered or unexported fields
}

Message generated by proto-message-gen. DO NOT EDIT. source: guild.GuildChannelBase

GuildChannelBase is the message type for the GuildChannelBase.

func (*GuildChannelBase) Descriptor deprecated

func (*GuildChannelBase) Descriptor() ([]byte, []int)

Deprecated: Use GuildChannelBase.ProtoReflect.Descriptor instead.

func (*GuildChannelBase) ProtoMessage

func (*GuildChannelBase) ProtoMessage()

func (*GuildChannelBase) ProtoReflect

func (x *GuildChannelBase) ProtoReflect() protoreflect.Message

func (*GuildChannelBase) Reset

func (x *GuildChannelBase) Reset()

func (*GuildChannelBase) String

func (x *GuildChannelBase) String() string

type GuildChannelBase_ChannelUserInfo

type GuildChannelBase_ChannelUserInfo struct {
	ClientIdentity      *GuildChannelBase_ClientIdentity        `protobuf:"bytes,1,opt,name=client_identity,json=clientIdentity,proto3" json:"client_identity,omitempty"`                  // client_identity
	MemberType          int32                                   `protobuf:"varint,2,opt,name=member_type,json=memberType,proto3" json:"member_type,omitempty"`                             // member_type
	Permission          *GuildChannelBase_ChannelUserPermission `protobuf:"bytes,3,opt,name=permission,proto3" json:"permission,omitempty"`                                                // permission
	RoleGroups          []*GuildChannelBase_RoleGroupInfo       `protobuf:"bytes,4,rep,name=role_groups,json=roleGroups,proto3" json:"role_groups,omitempty"`                              // role_groups
	ClientIdentityBytes []byte                                  `protobuf:"bytes,5,opt,name=client_identity_bytes,json=clientIdentityBytes,proto3" json:"client_identity_bytes,omitempty"` // client_identity_bytes
	RoleType            int32                                   `protobuf:"varint,6,opt,name=role_type,json=roleType,proto3" json:"role_type,omitempty"`                                   // role_type
	// contains filtered or unexported fields
}

ChannelUserInfo is the message type for the ChannelUserInfo.

func (*GuildChannelBase_ChannelUserInfo) Descriptor deprecated

func (*GuildChannelBase_ChannelUserInfo) Descriptor() ([]byte, []int)

Deprecated: Use GuildChannelBase_ChannelUserInfo.ProtoReflect.Descriptor instead.

func (*GuildChannelBase_ChannelUserInfo) GetClientIdentity

func (*GuildChannelBase_ChannelUserInfo) GetClientIdentityBytes

func (x *GuildChannelBase_ChannelUserInfo) GetClientIdentityBytes() []byte

func (*GuildChannelBase_ChannelUserInfo) GetMemberType

func (x *GuildChannelBase_ChannelUserInfo) GetMemberType() int32

func (*GuildChannelBase_ChannelUserInfo) GetPermission

func (*GuildChannelBase_ChannelUserInfo) GetRoleGroups

func (*GuildChannelBase_ChannelUserInfo) GetRoleType

func (x *GuildChannelBase_ChannelUserInfo) GetRoleType() int32

func (*GuildChannelBase_ChannelUserInfo) ProtoMessage

func (*GuildChannelBase_ChannelUserInfo) ProtoMessage()

func (*GuildChannelBase_ChannelUserInfo) ProtoReflect

func (*GuildChannelBase_ChannelUserInfo) Reset

func (*GuildChannelBase_ChannelUserInfo) String

type GuildChannelBase_ChannelUserPermission

type GuildChannelBase_ChannelUserPermission struct {
	AllowReadFeed  bool `protobuf:"varint,1,opt,name=allow_read_feed,json=allowReadFeed,proto3" json:"allow_read_feed,omitempty"`    // allow_read_feed
	AllowWriteFeed bool `protobuf:"varint,2,opt,name=allow_write_feed,json=allowWriteFeed,proto3" json:"allow_write_feed,omitempty"` // allow_write_feed
	// contains filtered or unexported fields
}

ChannelUserPermission is the message type for the ChannelUserPermission.

func (*GuildChannelBase_ChannelUserPermission) Descriptor deprecated

func (*GuildChannelBase_ChannelUserPermission) Descriptor() ([]byte, []int)

Deprecated: Use GuildChannelBase_ChannelUserPermission.ProtoReflect.Descriptor instead.

func (*GuildChannelBase_ChannelUserPermission) GetAllowReadFeed

func (x *GuildChannelBase_ChannelUserPermission) GetAllowReadFeed() bool

func (*GuildChannelBase_ChannelUserPermission) GetAllowWriteFeed

func (x *GuildChannelBase_ChannelUserPermission) GetAllowWriteFeed() bool

func (*GuildChannelBase_ChannelUserPermission) ProtoMessage

func (*GuildChannelBase_ChannelUserPermission) ProtoReflect

func (*GuildChannelBase_ChannelUserPermission) Reset

func (*GuildChannelBase_ChannelUserPermission) String

type GuildChannelBase_ClientIdentity

type GuildChannelBase_ClientIdentity struct {
	ClientId uint32 `protobuf:"varint,1,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"` // client_id
	Desc     string `protobuf:"bytes,2,opt,name=desc,proto3" json:"desc,omitempty"`                          // desc
	// contains filtered or unexported fields
}

ClientIdentity is the message type for the ClientIdentity.

func (*GuildChannelBase_ClientIdentity) Descriptor deprecated

func (*GuildChannelBase_ClientIdentity) Descriptor() ([]byte, []int)

Deprecated: Use GuildChannelBase_ClientIdentity.ProtoReflect.Descriptor instead.

func (*GuildChannelBase_ClientIdentity) GetClientId

func (x *GuildChannelBase_ClientIdentity) GetClientId() uint32

func (*GuildChannelBase_ClientIdentity) GetDesc

func (*GuildChannelBase_ClientIdentity) ProtoMessage

func (*GuildChannelBase_ClientIdentity) ProtoMessage()

func (*GuildChannelBase_ClientIdentity) ProtoReflect

func (*GuildChannelBase_ClientIdentity) Reset

func (*GuildChannelBase_ClientIdentity) String

type GuildChannelBase_ClientIdentityBytes

type GuildChannelBase_ClientIdentityBytes struct {
	ClientId  uint32                       `protobuf:"varint,1,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"` // client_id
	Identitys []*GuildChannelBase_Identity `protobuf:"bytes,2,rep,name=identitys,proto3" json:"identitys,omitempty"`                // identitys
	// contains filtered or unexported fields
}

ClientIdentityBytes is the message type for the ClientIdentityBytes.

func (*GuildChannelBase_ClientIdentityBytes) Descriptor deprecated

func (*GuildChannelBase_ClientIdentityBytes) Descriptor() ([]byte, []int)

Deprecated: Use GuildChannelBase_ClientIdentityBytes.ProtoReflect.Descriptor instead.

func (*GuildChannelBase_ClientIdentityBytes) GetClientId

func (*GuildChannelBase_ClientIdentityBytes) GetIdentitys

func (*GuildChannelBase_ClientIdentityBytes) ProtoMessage

func (*GuildChannelBase_ClientIdentityBytes) ProtoMessage()

func (*GuildChannelBase_ClientIdentityBytes) ProtoReflect

func (*GuildChannelBase_ClientIdentityBytes) Reset

func (*GuildChannelBase_ClientIdentityBytes) String

type GuildChannelBase_GuildInfo

type GuildChannelBase_GuildInfo struct {
	GuildId  uint64 `protobuf:"varint,1,opt,name=guild_id,json=guildId,proto3" json:"guild_id,omitempty"`    // guild_id
	Name     string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`                          // name
	JoinTime uint64 `protobuf:"varint,3,opt,name=join_time,json=joinTime,proto3" json:"join_time,omitempty"` // join_time
	// contains filtered or unexported fields
}

GuildInfo is the message type for the GuildInfo.

func (*GuildChannelBase_GuildInfo) Descriptor deprecated

func (*GuildChannelBase_GuildInfo) Descriptor() ([]byte, []int)

Deprecated: Use GuildChannelBase_GuildInfo.ProtoReflect.Descriptor instead.

func (*GuildChannelBase_GuildInfo) GetGuildId

func (x *GuildChannelBase_GuildInfo) GetGuildId() uint64

func (*GuildChannelBase_GuildInfo) GetJoinTime

func (x *GuildChannelBase_GuildInfo) GetJoinTime() uint64

func (*GuildChannelBase_GuildInfo) GetName

func (x *GuildChannelBase_GuildInfo) GetName() string

func (*GuildChannelBase_GuildInfo) ProtoMessage

func (*GuildChannelBase_GuildInfo) ProtoMessage()

func (*GuildChannelBase_GuildInfo) ProtoReflect

func (*GuildChannelBase_GuildInfo) Reset

func (x *GuildChannelBase_GuildInfo) Reset()

func (*GuildChannelBase_GuildInfo) String

func (x *GuildChannelBase_GuildInfo) String() string

type GuildChannelBase_Identity

type GuildChannelBase_Identity struct {
	Type  uint32 `protobuf:"varint,1,opt,name=type,proto3" json:"type,omitempty"`  // type
	Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` // value
	// contains filtered or unexported fields
}

Identity is the message type for the Identity.

func (*GuildChannelBase_Identity) Descriptor deprecated

func (*GuildChannelBase_Identity) Descriptor() ([]byte, []int)

Deprecated: Use GuildChannelBase_Identity.ProtoReflect.Descriptor instead.

func (*GuildChannelBase_Identity) GetType

func (x *GuildChannelBase_Identity) GetType() uint32

func (*GuildChannelBase_Identity) GetValue

func (x *GuildChannelBase_Identity) GetValue() string

func (*GuildChannelBase_Identity) ProtoMessage

func (*GuildChannelBase_Identity) ProtoMessage()

func (*GuildChannelBase_Identity) ProtoReflect

func (*GuildChannelBase_Identity) Reset

func (x *GuildChannelBase_Identity) Reset()

func (*GuildChannelBase_Identity) String

func (x *GuildChannelBase_Identity) String() string

type GuildChannelBase_RoleGroupInfo

type GuildChannelBase_RoleGroupInfo struct {
	RoleId uint64 `protobuf:"varint,1,opt,name=role_id,json=roleId,proto3" json:"role_id,omitempty"` // role_id
	Name   string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`                    // name
	Color  uint32 `protobuf:"varint,3,opt,name=color,proto3" json:"color,omitempty"`                 // color
	// contains filtered or unexported fields
}

RoleGroupInfo is the message type for the RoleGroupInfo.

func (*GuildChannelBase_RoleGroupInfo) Descriptor deprecated

func (*GuildChannelBase_RoleGroupInfo) Descriptor() ([]byte, []int)

Deprecated: Use GuildChannelBase_RoleGroupInfo.ProtoReflect.Descriptor instead.

func (*GuildChannelBase_RoleGroupInfo) GetColor

func (x *GuildChannelBase_RoleGroupInfo) GetColor() uint32

func (*GuildChannelBase_RoleGroupInfo) GetName

func (*GuildChannelBase_RoleGroupInfo) GetRoleId

func (x *GuildChannelBase_RoleGroupInfo) GetRoleId() uint64

func (*GuildChannelBase_RoleGroupInfo) ProtoMessage

func (*GuildChannelBase_RoleGroupInfo) ProtoMessage()

func (*GuildChannelBase_RoleGroupInfo) ProtoReflect

func (*GuildChannelBase_RoleGroupInfo) Reset

func (x *GuildChannelBase_RoleGroupInfo) Reset()

func (*GuildChannelBase_RoleGroupInfo) String

type GuildChannelBase_StChannelInfo

type GuildChannelBase_StChannelInfo struct {
	Sign        *GuildChannelBase_StChannelSign `protobuf:"bytes,1,opt,name=sign,proto3" json:"sign,omitempty"`                                   // sign
	Name        string                          `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`                                   // name
	IconUrl     string                          `protobuf:"bytes,3,opt,name=icon_url,json=iconUrl,proto3" json:"icon_url,omitempty"`              // icon_url
	PrivateType int32                           `protobuf:"varint,4,opt,name=private_type,json=privateType,proto3" json:"private_type,omitempty"` // private_type
	GuildName   string                          `protobuf:"bytes,5,opt,name=guild_name,json=guildName,proto3" json:"guild_name,omitempty"`        // guild_name
	// contains filtered or unexported fields
}

StChannelInfo is the message type for the StChannelInfo.

func (*GuildChannelBase_StChannelInfo) Descriptor deprecated

func (*GuildChannelBase_StChannelInfo) Descriptor() ([]byte, []int)

Deprecated: Use GuildChannelBase_StChannelInfo.ProtoReflect.Descriptor instead.

func (*GuildChannelBase_StChannelInfo) GetGuildName

func (x *GuildChannelBase_StChannelInfo) GetGuildName() string

func (*GuildChannelBase_StChannelInfo) GetIconUrl

func (x *GuildChannelBase_StChannelInfo) GetIconUrl() string

func (*GuildChannelBase_StChannelInfo) GetName

func (*GuildChannelBase_StChannelInfo) GetPrivateType

func (x *GuildChannelBase_StChannelInfo) GetPrivateType() int32

func (*GuildChannelBase_StChannelInfo) GetSign

func (*GuildChannelBase_StChannelInfo) ProtoMessage

func (*GuildChannelBase_StChannelInfo) ProtoMessage()

func (*GuildChannelBase_StChannelInfo) ProtoReflect

func (*GuildChannelBase_StChannelInfo) Reset

func (x *GuildChannelBase_StChannelInfo) Reset()

func (*GuildChannelBase_StChannelInfo) String

type GuildChannelBase_StChannelSign

type GuildChannelBase_StChannelSign struct {
	GuildId   uint64 `protobuf:"varint,1,opt,name=guild_id,json=guildId,proto3" json:"guild_id,omitempty"`       // guild_id
	ChannelId uint64 `protobuf:"varint,2,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"` // channel_id
	Url       string `protobuf:"bytes,3,opt,name=url,proto3" json:"url,omitempty"`                               // url
	// contains filtered or unexported fields
}

StChannelSign is the message type for the StChannelSign.

func (*GuildChannelBase_StChannelSign) Descriptor deprecated

func (*GuildChannelBase_StChannelSign) Descriptor() ([]byte, []int)

Deprecated: Use GuildChannelBase_StChannelSign.ProtoReflect.Descriptor instead.

func (*GuildChannelBase_StChannelSign) GetChannelId

func (x *GuildChannelBase_StChannelSign) GetChannelId() uint64

func (*GuildChannelBase_StChannelSign) GetGuildId

func (x *GuildChannelBase_StChannelSign) GetGuildId() uint64

func (*GuildChannelBase_StChannelSign) GetUrl

func (*GuildChannelBase_StChannelSign) ProtoMessage

func (*GuildChannelBase_StChannelSign) ProtoMessage()

func (*GuildChannelBase_StChannelSign) ProtoReflect

func (*GuildChannelBase_StChannelSign) Reset

func (x *GuildChannelBase_StChannelSign) Reset()

func (*GuildChannelBase_StChannelSign) String

type GuildChannelBase_StEmojiReaction

type GuildChannelBase_StEmojiReaction struct {
	EmojiId        string `protobuf:"bytes,1,opt,name=emoji_id,json=emojiId,proto3" json:"emoji_id,omitempty"`                             // emoji_id
	EmojiType      uint64 `protobuf:"varint,2,opt,name=emoji_type,json=emojiType,proto3" json:"emoji_type,omitempty"`                      // emoji_type
	Cnt            uint64 `protobuf:"varint,3,opt,name=cnt,proto3" json:"cnt,omitempty"`                                                   // cnt
	IsClicked      bool   `protobuf:"varint,4,opt,name=is_clicked,json=isClicked,proto3" json:"is_clicked,omitempty"`                      // is_clicked
	IsDefaultEmoji bool   `protobuf:"varint,10001,opt,name=is_default_emoji,json=isDefaultEmoji,proto3" json:"is_default_emoji,omitempty"` // is_default_emoji
	// contains filtered or unexported fields
}

StEmojiReaction is the message type for the StEmojiReaction.

func (*GuildChannelBase_StEmojiReaction) Descriptor deprecated

func (*GuildChannelBase_StEmojiReaction) Descriptor() ([]byte, []int)

Deprecated: Use GuildChannelBase_StEmojiReaction.ProtoReflect.Descriptor instead.

func (*GuildChannelBase_StEmojiReaction) GetCnt

func (*GuildChannelBase_StEmojiReaction) GetEmojiId

func (x *GuildChannelBase_StEmojiReaction) GetEmojiId() string

func (*GuildChannelBase_StEmojiReaction) GetEmojiType

func (x *GuildChannelBase_StEmojiReaction) GetEmojiType() uint64

func (*GuildChannelBase_StEmojiReaction) GetIsClicked

func (x *GuildChannelBase_StEmojiReaction) GetIsClicked() bool

func (*GuildChannelBase_StEmojiReaction) GetIsDefaultEmoji

func (x *GuildChannelBase_StEmojiReaction) GetIsDefaultEmoji() bool

func (*GuildChannelBase_StEmojiReaction) ProtoMessage

func (*GuildChannelBase_StEmojiReaction) ProtoMessage()

func (*GuildChannelBase_StEmojiReaction) ProtoReflect

func (*GuildChannelBase_StEmojiReaction) Reset

func (*GuildChannelBase_StEmojiReaction) String

type GuildChannelBase_StEmotionReactionInfo

type GuildChannelBase_StEmotionReactionInfo struct {
	EmojiReactionList []*GuildChannelBase_StEmojiReaction `protobuf:"bytes,2,rep,name=emoji_reaction_list,json=emojiReactionList,proto3" json:"emoji_reaction_list,omitempty"` // emoji_reaction_list
	TotalLikeCount    uint64                              `protobuf:"varint,3,opt,name=total_like_count,json=totalLikeCount,proto3" json:"total_like_count,omitempty"`         // total_like_count
	// contains filtered or unexported fields
}

StEmotionReactionInfo is the message type for the StEmotionReactionInfo.

func (*GuildChannelBase_StEmotionReactionInfo) Descriptor deprecated

func (*GuildChannelBase_StEmotionReactionInfo) Descriptor() ([]byte, []int)

Deprecated: Use GuildChannelBase_StEmotionReactionInfo.ProtoReflect.Descriptor instead.

func (*GuildChannelBase_StEmotionReactionInfo) GetEmojiReactionList

func (*GuildChannelBase_StEmotionReactionInfo) GetTotalLikeCount

func (x *GuildChannelBase_StEmotionReactionInfo) GetTotalLikeCount() uint64

func (*GuildChannelBase_StEmotionReactionInfo) ProtoMessage

func (*GuildChannelBase_StEmotionReactionInfo) ProtoReflect

func (*GuildChannelBase_StEmotionReactionInfo) Reset

func (*GuildChannelBase_StEmotionReactionInfo) String

type GuildChannelBase_Thumbnail

type GuildChannelBase_Thumbnail struct {
	Url  string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`    // url
	Type int32  `protobuf:"varint,2,opt,name=type,proto3" json:"type,omitempty"` // type
	// contains filtered or unexported fields
}

Thumbnail is the message type for the Thumbnail.

func (*GuildChannelBase_Thumbnail) Descriptor deprecated

func (*GuildChannelBase_Thumbnail) Descriptor() ([]byte, []int)

Deprecated: Use GuildChannelBase_Thumbnail.ProtoReflect.Descriptor instead.

func (*GuildChannelBase_Thumbnail) GetType

func (x *GuildChannelBase_Thumbnail) GetType() int32

func (*GuildChannelBase_Thumbnail) GetUrl

func (x *GuildChannelBase_Thumbnail) GetUrl() string

func (*GuildChannelBase_Thumbnail) ProtoMessage

func (*GuildChannelBase_Thumbnail) ProtoMessage()

func (*GuildChannelBase_Thumbnail) ProtoReflect

func (*GuildChannelBase_Thumbnail) Reset

func (x *GuildChannelBase_Thumbnail) Reset()

func (*GuildChannelBase_Thumbnail) String

func (x *GuildChannelBase_Thumbnail) String() string

type GuildChannelBase_TopFeed

type GuildChannelBase_TopFeed struct {
	FeedId         string                            `protobuf:"bytes,1,opt,name=feed_id,json=feedId,proto3" json:"feed_id,omitempty"`                          // feed_id
	UserId         string                            `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`                          // user_id
	CreateTime     uint64                            `protobuf:"varint,3,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`             // create_time
	FeedAbstract   *GuildChannelBase_TopFeedAbstract `protobuf:"bytes,4,opt,name=feed_abstract,json=feedAbstract,proto3" json:"feed_abstract,omitempty"`        // feed_abstract
	TopTimestamp   int64                             `protobuf:"varint,5,opt,name=top_timestamp,json=topTimestamp,proto3" json:"top_timestamp,omitempty"`       // top_timestamp
	OperatorTinyid uint64                            `protobuf:"varint,6,opt,name=operator_tinyid,json=operatorTinyid,proto3" json:"operator_tinyid,omitempty"` // operator_tinyid
	// contains filtered or unexported fields
}

TopFeed is the message type for the TopFeed.

func (*GuildChannelBase_TopFeed) Descriptor deprecated

func (*GuildChannelBase_TopFeed) Descriptor() ([]byte, []int)

Deprecated: Use GuildChannelBase_TopFeed.ProtoReflect.Descriptor instead.

func (*GuildChannelBase_TopFeed) GetCreateTime

func (x *GuildChannelBase_TopFeed) GetCreateTime() uint64

func (*GuildChannelBase_TopFeed) GetFeedAbstract

func (*GuildChannelBase_TopFeed) GetFeedId

func (x *GuildChannelBase_TopFeed) GetFeedId() string

func (*GuildChannelBase_TopFeed) GetOperatorTinyid

func (x *GuildChannelBase_TopFeed) GetOperatorTinyid() uint64

func (*GuildChannelBase_TopFeed) GetTopTimestamp

func (x *GuildChannelBase_TopFeed) GetTopTimestamp() int64

func (*GuildChannelBase_TopFeed) GetUserId

func (x *GuildChannelBase_TopFeed) GetUserId() string

func (*GuildChannelBase_TopFeed) ProtoMessage

func (*GuildChannelBase_TopFeed) ProtoMessage()

func (*GuildChannelBase_TopFeed) ProtoReflect

func (x *GuildChannelBase_TopFeed) ProtoReflect() protoreflect.Message

func (*GuildChannelBase_TopFeed) Reset

func (x *GuildChannelBase_TopFeed) Reset()

func (*GuildChannelBase_TopFeed) String

func (x *GuildChannelBase_TopFeed) String() string

type GuildChannelBase_TopFeedAbstract

type GuildChannelBase_TopFeedAbstract struct {
	Title     string                      `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`         // title
	Thumbnail *GuildChannelBase_Thumbnail `protobuf:"bytes,2,opt,name=thumbnail,proto3" json:"thumbnail,omitempty"` // thumbnail
	// contains filtered or unexported fields
}

TopFeedAbstract is the message type for the TopFeedAbstract.

func (*GuildChannelBase_TopFeedAbstract) Descriptor deprecated

func (*GuildChannelBase_TopFeedAbstract) Descriptor() ([]byte, []int)

Deprecated: Use GuildChannelBase_TopFeedAbstract.ProtoReflect.Descriptor instead.

func (*GuildChannelBase_TopFeedAbstract) GetThumbnail

func (*GuildChannelBase_TopFeedAbstract) GetTitle

func (*GuildChannelBase_TopFeedAbstract) ProtoMessage

func (*GuildChannelBase_TopFeedAbstract) ProtoMessage()

func (*GuildChannelBase_TopFeedAbstract) ProtoReflect

func (*GuildChannelBase_TopFeedAbstract) Reset

func (*GuildChannelBase_TopFeedAbstract) String

type GuildCommon

type GuildCommon struct {
	// contains filtered or unexported fields
}

Message generated by proto-message-gen. DO NOT EDIT. source: guild.GuildCommon

GuildCommon is the message type for the GuildCommon.

func (*GuildCommon) Descriptor deprecated

func (*GuildCommon) Descriptor() ([]byte, []int)

Deprecated: Use GuildCommon.ProtoReflect.Descriptor instead.

func (*GuildCommon) ProtoMessage

func (*GuildCommon) ProtoMessage()

func (*GuildCommon) ProtoReflect

func (x *GuildCommon) ProtoReflect() protoreflect.Message

func (*GuildCommon) Reset

func (x *GuildCommon) Reset()

func (*GuildCommon) String

func (x *GuildCommon) String() string

type GuildCommon_BytesEntry

type GuildCommon_BytesEntry struct {
	Key   string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`     // key
	Value []byte `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` // value
	// contains filtered or unexported fields
}

BytesEntry is the message type for the BytesEntry.

func (*GuildCommon_BytesEntry) Descriptor deprecated

func (*GuildCommon_BytesEntry) Descriptor() ([]byte, []int)

Deprecated: Use GuildCommon_BytesEntry.ProtoReflect.Descriptor instead.

func (*GuildCommon_BytesEntry) GetKey

func (x *GuildCommon_BytesEntry) GetKey() string

func (*GuildCommon_BytesEntry) GetValue

func (x *GuildCommon_BytesEntry) GetValue() []byte

func (*GuildCommon_BytesEntry) ProtoMessage

func (*GuildCommon_BytesEntry) ProtoMessage()

func (*GuildCommon_BytesEntry) ProtoReflect

func (x *GuildCommon_BytesEntry) ProtoReflect() protoreflect.Message

func (*GuildCommon_BytesEntry) Reset

func (x *GuildCommon_BytesEntry) Reset()

func (*GuildCommon_BytesEntry) String

func (x *GuildCommon_BytesEntry) String() string

type GuildCommon_Entry

type GuildCommon_Entry struct {
	Key   string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`     // key
	Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` // value
	// contains filtered or unexported fields
}

Entry is the message type for the Entry.

func (*GuildCommon_Entry) Descriptor deprecated

func (*GuildCommon_Entry) Descriptor() ([]byte, []int)

Deprecated: Use GuildCommon_Entry.ProtoReflect.Descriptor instead.

func (*GuildCommon_Entry) GetKey

func (x *GuildCommon_Entry) GetKey() string

func (*GuildCommon_Entry) GetValue

func (x *GuildCommon_Entry) GetValue() string

func (*GuildCommon_Entry) ProtoMessage

func (*GuildCommon_Entry) ProtoMessage()

func (*GuildCommon_Entry) ProtoReflect

func (x *GuildCommon_Entry) ProtoReflect() protoreflect.Message

func (*GuildCommon_Entry) Reset

func (x *GuildCommon_Entry) Reset()

func (*GuildCommon_Entry) String

func (x *GuildCommon_Entry) String() string

type GuildCommon_Result

type GuildCommon_Result struct {
	RetCode int32 `protobuf:"varint,1,opt,name=retCode,proto3" json:"retCode,omitempty"` // retCode
	// contains filtered or unexported fields
}

Result is the message type for the Result.

func (*GuildCommon_Result) Descriptor deprecated

func (*GuildCommon_Result) Descriptor() ([]byte, []int)

Deprecated: Use GuildCommon_Result.ProtoReflect.Descriptor instead.

func (*GuildCommon_Result) GetRetCode

func (x *GuildCommon_Result) GetRetCode() int32

func (*GuildCommon_Result) ProtoMessage

func (*GuildCommon_Result) ProtoMessage()

func (*GuildCommon_Result) ProtoReflect

func (x *GuildCommon_Result) ProtoReflect() protoreflect.Message

func (*GuildCommon_Result) Reset

func (x *GuildCommon_Result) Reset()

func (*GuildCommon_Result) String

func (x *GuildCommon_Result) String() string

type GuildCommon_StCommonExt

type GuildCommon_StCommonExt struct {
	MapInfo      []*GuildCommon_Entry      `protobuf:"bytes,1,rep,name=mapInfo,proto3" json:"mapInfo,omitempty"`           // mapInfo
	AttachInfo   string                    `protobuf:"bytes,2,opt,name=attachInfo,proto3" json:"attachInfo,omitempty"`     // attachInfo
	MapBytesInfo []*GuildCommon_BytesEntry `protobuf:"bytes,3,rep,name=mapBytesInfo,proto3" json:"mapBytesInfo,omitempty"` // mapBytesInfo
	// contains filtered or unexported fields
}

StCommonExt is the message type for the StCommonExt.

func (*GuildCommon_StCommonExt) Descriptor deprecated

func (*GuildCommon_StCommonExt) Descriptor() ([]byte, []int)

Deprecated: Use GuildCommon_StCommonExt.ProtoReflect.Descriptor instead.

func (*GuildCommon_StCommonExt) GetAttachInfo

func (x *GuildCommon_StCommonExt) GetAttachInfo() string

func (*GuildCommon_StCommonExt) GetMapBytesInfo

func (x *GuildCommon_StCommonExt) GetMapBytesInfo() []*GuildCommon_BytesEntry

func (*GuildCommon_StCommonExt) GetMapInfo

func (x *GuildCommon_StCommonExt) GetMapInfo() []*GuildCommon_Entry

func (*GuildCommon_StCommonExt) ProtoMessage

func (*GuildCommon_StCommonExt) ProtoMessage()

func (*GuildCommon_StCommonExt) ProtoReflect

func (x *GuildCommon_StCommonExt) ProtoReflect() protoreflect.Message

func (*GuildCommon_StCommonExt) Reset

func (x *GuildCommon_StCommonExt) Reset()

func (*GuildCommon_StCommonExt) String

func (x *GuildCommon_StCommonExt) String() string

type GuildCommon_SyncMessage

type GuildCommon_SyncMessage struct {
	Data        []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`                // data
	TimestampMS int64  `protobuf:"varint,2,opt,name=timestampMS,proto3" json:"timestampMS,omitempty"` // timestampMS
	// contains filtered or unexported fields
}

SyncMessage is the message type for the SyncMessage.

func (*GuildCommon_SyncMessage) Descriptor deprecated

func (*GuildCommon_SyncMessage) Descriptor() ([]byte, []int)

Deprecated: Use GuildCommon_SyncMessage.ProtoReflect.Descriptor instead.

func (*GuildCommon_SyncMessage) GetData

func (x *GuildCommon_SyncMessage) GetData() []byte

func (*GuildCommon_SyncMessage) GetTimestampMS

func (x *GuildCommon_SyncMessage) GetTimestampMS() int64

func (*GuildCommon_SyncMessage) ProtoMessage

func (*GuildCommon_SyncMessage) ProtoMessage()

func (*GuildCommon_SyncMessage) ProtoReflect

func (x *GuildCommon_SyncMessage) ProtoReflect() protoreflect.Message

func (*GuildCommon_SyncMessage) Reset

func (x *GuildCommon_SyncMessage) Reset()

func (*GuildCommon_SyncMessage) String

func (x *GuildCommon_SyncMessage) String() string

type MsgPush

type MsgPush struct {
	// contains filtered or unexported fields
}

Message generated by proto-message-gen. DO NOT EDIT. source: tencent.p1298im.group_pro_proto.msgpush.C72444msgpush

C72444msgpush is the message type for the C72444msgpush.

func (*MsgPush) Descriptor deprecated

func (*MsgPush) Descriptor() ([]byte, []int)

Deprecated: Use MsgPush.ProtoReflect.Descriptor instead.

func (*MsgPush) ProtoMessage

func (*MsgPush) ProtoMessage()

func (*MsgPush) ProtoReflect

func (x *MsgPush) ProtoReflect() protoreflect.Message

func (*MsgPush) Reset

func (x *MsgPush) Reset()

func (*MsgPush) String

func (x *MsgPush) String() string

type MsgPush_FocusInfo

type MsgPush_FocusInfo struct {
	ChannelIdList []uint64 `protobuf:"varint,1,rep,packed,name=channel_id_list,json=channelIdList,proto3" json:"channel_id_list,omitempty"` // uint64_channel_id_list
	GuildId       []uint64 `protobuf:"varint,2,rep,packed,name=guild_id,json=guildId,proto3" json:"guild_id,omitempty"`                     // uint64_guild_id
	// contains filtered or unexported fields
}

FocusInfo is the message type for the FocusInfo.

func (*MsgPush_FocusInfo) Descriptor deprecated

func (*MsgPush_FocusInfo) Descriptor() ([]byte, []int)

Deprecated: Use MsgPush_FocusInfo.ProtoReflect.Descriptor instead.

func (*MsgPush_FocusInfo) GetChannelIdList

func (x *MsgPush_FocusInfo) GetChannelIdList() []uint64

func (*MsgPush_FocusInfo) GetGuildId

func (x *MsgPush_FocusInfo) GetGuildId() []uint64

func (*MsgPush_FocusInfo) ProtoMessage

func (*MsgPush_FocusInfo) ProtoMessage()

func (*MsgPush_FocusInfo) ProtoReflect

func (x *MsgPush_FocusInfo) ProtoReflect() protoreflect.Message

func (*MsgPush_FocusInfo) Reset

func (x *MsgPush_FocusInfo) Reset()

func (*MsgPush_FocusInfo) String

func (x *MsgPush_FocusInfo) String() string

type MsgPush_MsgOnlinePush

type MsgPush_MsgOnlinePush struct {
	Msgs         []*Common_Msg      `protobuf:"bytes,1,rep,name=msgs,proto3" json:"msgs,omitempty"`                                      // msgs
	GeneralFlag  uint32             `protobuf:"varint,2,opt,name=general_flag,json=generalFlag,proto3" json:"general_flag,omitempty"`    // general_flag
	NeedResp     uint32             `protobuf:"varint,3,opt,name=need_resp,json=needResp,proto3" json:"need_resp,omitempty"`             // need_resp
	ServerBuf    []byte             `protobuf:"bytes,4,opt,name=server_buf,json=serverBuf,proto3" json:"server_buf,omitempty"`           // server_buf
	CompressFlag uint32             `protobuf:"varint,5,opt,name=compress_flag,json=compressFlag,proto3" json:"compress_flag,omitempty"` // compress_flag
	CompressMsg  []byte             `protobuf:"bytes,6,opt,name=compress_msg,json=compressMsg,proto3" json:"compress_msg,omitempty"`     // compress_msg
	FocusInfo    *MsgPush_FocusInfo `protobuf:"bytes,7,opt,name=focus_info,json=focusInfo,proto3" json:"focus_info,omitempty"`           // focus_info
	HugeFlag     uint32             `protobuf:"varint,8,opt,name=huge_flag,json=hugeFlag,proto3" json:"huge_flag,omitempty"`             // huge_flag
	// contains filtered or unexported fields
}

MsgOnlinePush is the message type for the MsgOnlinePush.

func (*MsgPush_MsgOnlinePush) Descriptor deprecated

func (*MsgPush_MsgOnlinePush) Descriptor() ([]byte, []int)

Deprecated: Use MsgPush_MsgOnlinePush.ProtoReflect.Descriptor instead.

func (*MsgPush_MsgOnlinePush) GetCompressFlag

func (x *MsgPush_MsgOnlinePush) GetCompressFlag() uint32

func (*MsgPush_MsgOnlinePush) GetCompressMsg

func (x *MsgPush_MsgOnlinePush) GetCompressMsg() []byte

func (*MsgPush_MsgOnlinePush) GetFocusInfo

func (x *MsgPush_MsgOnlinePush) GetFocusInfo() *MsgPush_FocusInfo

func (*MsgPush_MsgOnlinePush) GetGeneralFlag

func (x *MsgPush_MsgOnlinePush) GetGeneralFlag() uint32

func (*MsgPush_MsgOnlinePush) GetHugeFlag

func (x *MsgPush_MsgOnlinePush) GetHugeFlag() uint32

func (*MsgPush_MsgOnlinePush) GetMsgs

func (x *MsgPush_MsgOnlinePush) GetMsgs() []*Common_Msg

func (*MsgPush_MsgOnlinePush) GetNeedResp

func (x *MsgPush_MsgOnlinePush) GetNeedResp() uint32

func (*MsgPush_MsgOnlinePush) GetServerBuf

func (x *MsgPush_MsgOnlinePush) GetServerBuf() []byte

func (*MsgPush_MsgOnlinePush) ProtoMessage

func (*MsgPush_MsgOnlinePush) ProtoMessage()

func (*MsgPush_MsgOnlinePush) ProtoReflect

func (x *MsgPush_MsgOnlinePush) ProtoReflect() protoreflect.Message

func (*MsgPush_MsgOnlinePush) Reset

func (x *MsgPush_MsgOnlinePush) Reset()

func (*MsgPush_MsgOnlinePush) String

func (x *MsgPush_MsgOnlinePush) String() string

type MsgPush_MsgPushResp

type MsgPush_MsgPushResp struct {
	ServerBuf []byte `protobuf:"bytes,1,opt,name=server_buf,json=serverBuf,proto3" json:"server_buf,omitempty"` // server_buf
	// contains filtered or unexported fields
}

MsgPushResp is the message type for the MsgPushResp.

func (*MsgPush_MsgPushResp) Descriptor deprecated

func (*MsgPush_MsgPushResp) Descriptor() ([]byte, []int)

Deprecated: Use MsgPush_MsgPushResp.ProtoReflect.Descriptor instead.

func (*MsgPush_MsgPushResp) GetServerBuf

func (x *MsgPush_MsgPushResp) GetServerBuf() []byte

func (*MsgPush_MsgPushResp) ProtoMessage

func (*MsgPush_MsgPushResp) ProtoMessage()

func (*MsgPush_MsgPushResp) ProtoReflect

func (x *MsgPush_MsgPushResp) ProtoReflect() protoreflect.Message

func (*MsgPush_MsgPushResp) Reset

func (x *MsgPush_MsgPushResp) Reset()

func (*MsgPush_MsgPushResp) String

func (x *MsgPush_MsgPushResp) String() string

type MsgPush_PressMsg

type MsgPush_PressMsg struct {
	Msgs []*Common_Msg `protobuf:"bytes,1,rep,name=msgs,proto3" json:"msgs,omitempty"` // msgs
	// contains filtered or unexported fields
}

PressMsg is the message type for the PressMsg.

func (*MsgPush_PressMsg) Descriptor deprecated

func (*MsgPush_PressMsg) Descriptor() ([]byte, []int)

Deprecated: Use MsgPush_PressMsg.ProtoReflect.Descriptor instead.

func (*MsgPush_PressMsg) GetMsgs

func (x *MsgPush_PressMsg) GetMsgs() []*Common_Msg

func (*MsgPush_PressMsg) ProtoMessage

func (*MsgPush_PressMsg) ProtoMessage()

func (*MsgPush_PressMsg) ProtoReflect

func (x *MsgPush_PressMsg) ProtoReflect() protoreflect.Message

func (*MsgPush_PressMsg) Reset

func (x *MsgPush_PressMsg) Reset()

func (*MsgPush_PressMsg) String

func (x *MsgPush_PressMsg) String() string

type MsgPush_ServerBuf

type MsgPush_ServerBuf struct {
	SvrIp   uint32 `protobuf:"varint,1,opt,name=svr_ip,json=svrIp,proto3" json:"svr_ip,omitempty"`       // svr_ip
	SvrPort uint32 `protobuf:"varint,2,opt,name=svr_port,json=svrPort,proto3" json:"svr_port,omitempty"` // svr_port
	EchoKey []byte `protobuf:"bytes,3,opt,name=echo_key,json=echoKey,proto3" json:"echo_key,omitempty"`  // echo_key
	// contains filtered or unexported fields
}

ServerBuf is the message type for the ServerBuf.

func (*MsgPush_ServerBuf) Descriptor deprecated

func (*MsgPush_ServerBuf) Descriptor() ([]byte, []int)

Deprecated: Use MsgPush_ServerBuf.ProtoReflect.Descriptor instead.

func (*MsgPush_ServerBuf) GetEchoKey

func (x *MsgPush_ServerBuf) GetEchoKey() []byte

func (*MsgPush_ServerBuf) GetSvrIp

func (x *MsgPush_ServerBuf) GetSvrIp() uint32

func (*MsgPush_ServerBuf) GetSvrPort

func (x *MsgPush_ServerBuf) GetSvrPort() uint32

func (*MsgPush_ServerBuf) ProtoMessage

func (*MsgPush_ServerBuf) ProtoMessage()

func (*MsgPush_ServerBuf) ProtoReflect

func (x *MsgPush_ServerBuf) ProtoReflect() protoreflect.Message

func (*MsgPush_ServerBuf) Reset

func (x *MsgPush_ServerBuf) Reset()

func (*MsgPush_ServerBuf) String

func (x *MsgPush_ServerBuf) String() string

type Oidb0Xf62

type Oidb0Xf62 struct {
	// contains filtered or unexported fields
}

Message generated by proto-message-gen. DO NOT EDIT. source: tencent.p1290im.group_pro_proto.oidb0xf62.Oidb0xf62

Oidb0xf62 is the message type for the Oidb0xf62.

func (*Oidb0Xf62) Descriptor deprecated

func (*Oidb0Xf62) Descriptor() ([]byte, []int)

Deprecated: Use Oidb0Xf62.ProtoReflect.Descriptor instead.

func (*Oidb0Xf62) ProtoMessage

func (*Oidb0Xf62) ProtoMessage()

func (*Oidb0Xf62) ProtoReflect

func (x *Oidb0Xf62) ProtoReflect() protoreflect.Message

func (*Oidb0Xf62) Reset

func (x *Oidb0Xf62) Reset()

func (*Oidb0Xf62) String

func (x *Oidb0Xf62) String() string

type Oidb0Xf62_ReqBody

type Oidb0Xf62_ReqBody struct {
	Msg *Common_Msg `protobuf:"bytes,1,opt,name=msg,proto3" json:"msg,omitempty"` // f421631msg
	// contains filtered or unexported fields
}

ReqBody is the message type for the ReqBody.

func (*Oidb0Xf62_ReqBody) Descriptor deprecated

func (*Oidb0Xf62_ReqBody) Descriptor() ([]byte, []int)

Deprecated: Use Oidb0Xf62_ReqBody.ProtoReflect.Descriptor instead.

func (*Oidb0Xf62_ReqBody) GetMsg

func (x *Oidb0Xf62_ReqBody) GetMsg() *Common_Msg

func (*Oidb0Xf62_ReqBody) ProtoMessage

func (*Oidb0Xf62_ReqBody) ProtoMessage()

func (*Oidb0Xf62_ReqBody) ProtoReflect

func (x *Oidb0Xf62_ReqBody) ProtoReflect() protoreflect.Message

func (*Oidb0Xf62_ReqBody) Reset

func (x *Oidb0Xf62_ReqBody) Reset()

func (*Oidb0Xf62_ReqBody) String

func (x *Oidb0Xf62_ReqBody) String() string

type Oidb0Xf62_RspBody

type Oidb0Xf62_RspBody struct {
	Result        uint32                  `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`                                     // result
	Errmsg        []byte                  `protobuf:"bytes,2,opt,name=errmsg,proto3" json:"errmsg,omitempty"`                                      // errmsg
	SendTime      uint32                  `protobuf:"varint,3,opt,name=send_time,json=sendTime,proto3" json:"send_time,omitempty"`                 // send_time
	Head          *Common_MsgHead         `protobuf:"bytes,4,opt,name=head,proto3" json:"head,omitempty"`                                          // head
	ErrType       uint32                  `protobuf:"varint,5,opt,name=err_type,json=errType,proto3" json:"err_type,omitempty"`                    // err_type
	TransSvrInfo  *Oidb0Xf62_TransSvrInfo `protobuf:"bytes,6,opt,name=trans_svr_info,json=transSvrInfo,proto3" json:"trans_svr_info,omitempty"`    // trans_svr_info
	FreqLimitInfo *Common_FreqLimitInfo   `protobuf:"bytes,7,opt,name=freq_limit_info,json=freqLimitInfo,proto3" json:"freq_limit_info,omitempty"` // freq_limit_info
	// contains filtered or unexported fields
}

RspBody is the message type for the RspBody.

func (*Oidb0Xf62_RspBody) Descriptor deprecated

func (*Oidb0Xf62_RspBody) Descriptor() ([]byte, []int)

Deprecated: Use Oidb0Xf62_RspBody.ProtoReflect.Descriptor instead.

func (*Oidb0Xf62_RspBody) GetErrType

func (x *Oidb0Xf62_RspBody) GetErrType() uint32

func (*Oidb0Xf62_RspBody) GetErrmsg

func (x *Oidb0Xf62_RspBody) GetErrmsg() []byte

func (*Oidb0Xf62_RspBody) GetFreqLimitInfo

func (x *Oidb0Xf62_RspBody) GetFreqLimitInfo() *Common_FreqLimitInfo

func (*Oidb0Xf62_RspBody) GetHead

func (x *Oidb0Xf62_RspBody) GetHead() *Common_MsgHead

func (*Oidb0Xf62_RspBody) GetResult

func (x *Oidb0Xf62_RspBody) GetResult() uint32

func (*Oidb0Xf62_RspBody) GetSendTime

func (x *Oidb0Xf62_RspBody) GetSendTime() uint32

func (*Oidb0Xf62_RspBody) GetTransSvrInfo

func (x *Oidb0Xf62_RspBody) GetTransSvrInfo() *Oidb0Xf62_TransSvrInfo

func (*Oidb0Xf62_RspBody) ProtoMessage

func (*Oidb0Xf62_RspBody) ProtoMessage()

func (*Oidb0Xf62_RspBody) ProtoReflect

func (x *Oidb0Xf62_RspBody) ProtoReflect() protoreflect.Message

func (*Oidb0Xf62_RspBody) Reset

func (x *Oidb0Xf62_RspBody) Reset()

func (*Oidb0Xf62_RspBody) String

func (x *Oidb0Xf62_RspBody) String() string

type Oidb0Xf62_TransSvrInfo

type Oidb0Xf62_TransSvrInfo struct {
	SubType   uint32 `protobuf:"varint,1,opt,name=sub_type,json=subType,proto3" json:"sub_type,omitempty"`      // sub_type
	RetCode   int32  `protobuf:"varint,2,opt,name=ret_code,json=retCode,proto3" json:"ret_code,omitempty"`      // ret_code
	ErrMsg    []byte `protobuf:"bytes,3,opt,name=err_msg,json=errMsg,proto3" json:"err_msg,omitempty"`          // err_msg
	TransInfo []byte `protobuf:"bytes,4,opt,name=trans_info,json=transInfo,proto3" json:"trans_info,omitempty"` // trans_info
	// contains filtered or unexported fields
}

TransSvrInfo is the message type for the TransSvrInfo.

func (*Oidb0Xf62_TransSvrInfo) Descriptor deprecated

func (*Oidb0Xf62_TransSvrInfo) Descriptor() ([]byte, []int)

Deprecated: Use Oidb0Xf62_TransSvrInfo.ProtoReflect.Descriptor instead.

func (*Oidb0Xf62_TransSvrInfo) GetErrMsg

func (x *Oidb0Xf62_TransSvrInfo) GetErrMsg() []byte

func (*Oidb0Xf62_TransSvrInfo) GetRetCode

func (x *Oidb0Xf62_TransSvrInfo) GetRetCode() int32

func (*Oidb0Xf62_TransSvrInfo) GetSubType

func (x *Oidb0Xf62_TransSvrInfo) GetSubType() uint32

func (*Oidb0Xf62_TransSvrInfo) GetTransInfo

func (x *Oidb0Xf62_TransSvrInfo) GetTransInfo() []byte

func (*Oidb0Xf62_TransSvrInfo) ProtoMessage

func (*Oidb0Xf62_TransSvrInfo) ProtoMessage()

func (*Oidb0Xf62_TransSvrInfo) ProtoReflect

func (x *Oidb0Xf62_TransSvrInfo) ProtoReflect() protoreflect.Message

func (*Oidb0Xf62_TransSvrInfo) Reset

func (x *Oidb0Xf62_TransSvrInfo) Reset()

func (*Oidb0Xf62_TransSvrInfo) String

func (x *Oidb0Xf62_TransSvrInfo) String() string

type SvcCommon

type SvcCommon struct {
	// contains filtered or unexported fields
}

Message generated by proto-message-gen. DO NOT EDIT. source: tencent.p1318im.group_pro_proto.group_pro.comm.MsgSeq

SvcCommon is the message type for the C73138common.

func (*SvcCommon) Descriptor deprecated

func (*SvcCommon) Descriptor() ([]byte, []int)

Deprecated: Use SvcCommon.ProtoReflect.Descriptor instead.

func (*SvcCommon) ProtoMessage

func (*SvcCommon) ProtoMessage()

func (*SvcCommon) ProtoReflect

func (x *SvcCommon) ProtoReflect() protoreflect.Message

func (*SvcCommon) Reset

func (x *SvcCommon) Reset()

func (*SvcCommon) String

func (x *SvcCommon) String() string

type SvcCommon_MsgSeq

type SvcCommon_MsgSeq struct {
	Seq  uint64 `protobuf:"varint,1,opt,name=seq,proto3" json:"seq,omitempty"`   // uint64_seq
	Time uint64 `protobuf:"varint,2,opt,name=time,proto3" json:"time,omitempty"` // uint64_time
	// contains filtered or unexported fields
}

MsgSeq is the message type for the MsgSeq.

func (*SvcCommon_MsgSeq) Descriptor deprecated

func (*SvcCommon_MsgSeq) Descriptor() ([]byte, []int)

Deprecated: Use SvcCommon_MsgSeq.ProtoReflect.Descriptor instead.

func (*SvcCommon_MsgSeq) GetSeq

func (x *SvcCommon_MsgSeq) GetSeq() uint64

func (*SvcCommon_MsgSeq) GetTime

func (x *SvcCommon_MsgSeq) GetTime() uint64

func (*SvcCommon_MsgSeq) ProtoMessage

func (*SvcCommon_MsgSeq) ProtoMessage()

func (*SvcCommon_MsgSeq) ProtoReflect

func (x *SvcCommon_MsgSeq) ProtoReflect() protoreflect.Message

func (*SvcCommon_MsgSeq) Reset

func (x *SvcCommon_MsgSeq) Reset()

func (*SvcCommon_MsgSeq) String

func (x *SvcCommon_MsgSeq) String() string

type SyncLogic

type SyncLogic struct {
	// contains filtered or unexported fields
}

Message generated by proto-message-gen. DO NOT EDIT. source: tencent.p1298im.group_pro_proto.synclogic.C72451synclogic

SyncLogic is the message type for the C72451synclogic.

func (*SyncLogic) Descriptor deprecated

func (*SyncLogic) Descriptor() ([]byte, []int)

Deprecated: Use SyncLogic.ProtoReflect.Descriptor instead.

func (*SyncLogic) ProtoMessage

func (*SyncLogic) ProtoMessage()

func (*SyncLogic) ProtoReflect

func (x *SyncLogic) ProtoReflect() protoreflect.Message

func (*SyncLogic) Reset

func (x *SyncLogic) Reset()

func (*SyncLogic) String

func (x *SyncLogic) String() string

type SyncLogic_ChannelMsg

type SyncLogic_ChannelMsg struct {
	GuildId     uint64        `protobuf:"varint,1,opt,name=guild_id,json=guildId,proto3" json:"guild_id,omitempty"`               // guild_id
	ChannelId   uint64        `protobuf:"varint,2,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"`         // channel_id
	Result      uint32        `protobuf:"varint,3,opt,name=result,proto3" json:"result,omitempty"`                                // result
	RspBeginSeq uint64        `protobuf:"varint,4,opt,name=rsp_begin_seq,json=rspBeginSeq,proto3" json:"rsp_begin_seq,omitempty"` // rsp_begin_seq
	RspEndSeq   uint64        `protobuf:"varint,5,opt,name=rsp_end_seq,json=rspEndSeq,proto3" json:"rsp_end_seq,omitempty"`       // rsp_end_seq
	Msgs        []*Common_Msg `protobuf:"bytes,6,rep,name=msgs,proto3" json:"msgs,omitempty"`                                     // rpt_msgs
	// contains filtered or unexported fields
}

ChannelMsg is the message type for the ChannelMsg.

func (*SyncLogic_ChannelMsg) Descriptor deprecated

func (*SyncLogic_ChannelMsg) Descriptor() ([]byte, []int)

Deprecated: Use SyncLogic_ChannelMsg.ProtoReflect.Descriptor instead.

func (*SyncLogic_ChannelMsg) GetChannelId

func (x *SyncLogic_ChannelMsg) GetChannelId() uint64

func (*SyncLogic_ChannelMsg) GetGuildId

func (x *SyncLogic_ChannelMsg) GetGuildId() uint64

func (*SyncLogic_ChannelMsg) GetMsgs

func (x *SyncLogic_ChannelMsg) GetMsgs() []*Common_Msg

func (*SyncLogic_ChannelMsg) GetResult

func (x *SyncLogic_ChannelMsg) GetResult() uint32

func (*SyncLogic_ChannelMsg) GetRspBeginSeq

func (x *SyncLogic_ChannelMsg) GetRspBeginSeq() uint64

func (*SyncLogic_ChannelMsg) GetRspEndSeq

func (x *SyncLogic_ChannelMsg) GetRspEndSeq() uint64

func (*SyncLogic_ChannelMsg) ProtoMessage

func (*SyncLogic_ChannelMsg) ProtoMessage()

func (*SyncLogic_ChannelMsg) ProtoReflect

func (x *SyncLogic_ChannelMsg) ProtoReflect() protoreflect.Message

func (*SyncLogic_ChannelMsg) Reset

func (x *SyncLogic_ChannelMsg) Reset()

func (*SyncLogic_ChannelMsg) String

func (x *SyncLogic_ChannelMsg) String() string

type SyncLogic_ChannelMsgReq

type SyncLogic_ChannelMsgReq struct {
	ChannelParam      *SyncLogic_ChannelParam `protobuf:"bytes,1,opt,name=channel_param,json=channelParam,proto3" json:"channel_param,omitempty"`                   // channel_param
	WithVersionFlag   uint32                  `protobuf:"varint,2,opt,name=with_version_flag,json=withVersionFlag,proto3" json:"with_version_flag,omitempty"`       // with_version_flag
	DirectMessageFlag uint32                  `protobuf:"varint,3,opt,name=direct_message_flag,json=directMessageFlag,proto3" json:"direct_message_flag,omitempty"` // direct_message_flag
	PullDirection     uint32                  `protobuf:"varint,4,opt,name=pull_direction,json=pullDirection,proto3" json:"pull_direction,omitempty"`               // pull_direction
	// contains filtered or unexported fields
}

ChannelMsgReq is the message type for the ChannelMsgReq.

func (*SyncLogic_ChannelMsgReq) Descriptor deprecated

func (*SyncLogic_ChannelMsgReq) Descriptor() ([]byte, []int)

Deprecated: Use SyncLogic_ChannelMsgReq.ProtoReflect.Descriptor instead.

func (*SyncLogic_ChannelMsgReq) GetChannelParam

func (x *SyncLogic_ChannelMsgReq) GetChannelParam() *SyncLogic_ChannelParam

func (*SyncLogic_ChannelMsgReq) GetDirectMessageFlag

func (x *SyncLogic_ChannelMsgReq) GetDirectMessageFlag() uint32

func (*SyncLogic_ChannelMsgReq) GetPullDirection

func (x *SyncLogic_ChannelMsgReq) GetPullDirection() uint32

func (*SyncLogic_ChannelMsgReq) GetWithVersionFlag

func (x *SyncLogic_ChannelMsgReq) GetWithVersionFlag() uint32

func (*SyncLogic_ChannelMsgReq) ProtoMessage

func (*SyncLogic_ChannelMsgReq) ProtoMessage()

func (*SyncLogic_ChannelMsgReq) ProtoReflect

func (x *SyncLogic_ChannelMsgReq) ProtoReflect() protoreflect.Message

func (*SyncLogic_ChannelMsgReq) Reset

func (x *SyncLogic_ChannelMsgReq) Reset()

func (*SyncLogic_ChannelMsgReq) String

func (x *SyncLogic_ChannelMsgReq) String() string

type SyncLogic_ChannelMsgRsp

type SyncLogic_ChannelMsgRsp struct {
	Result          uint32                `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`                                            // result
	ErrMsg          []byte                `protobuf:"bytes,2,opt,name=err_msg,json=errMsg,proto3" json:"err_msg,omitempty"`                               // err_msg
	ChannelMsg      *SyncLogic_ChannelMsg `protobuf:"bytes,3,opt,name=channel_msg,json=channelMsg,proto3" json:"channel_msg,omitempty"`                   // channel_msg
	WithVersionFlag uint32                `protobuf:"varint,4,opt,name=with_version_flag,json=withVersionFlag,proto3" json:"with_version_flag,omitempty"` // with_version_flag
	GetMsgTime      uint64                `protobuf:"varint,5,opt,name=get_msg_time,json=getMsgTime,proto3" json:"get_msg_time,omitempty"`                // get_msg_time
	// contains filtered or unexported fields
}

ChannelMsgRsp is the message type for the ChannelMsgRsp.

func (*SyncLogic_ChannelMsgRsp) Descriptor deprecated

func (*SyncLogic_ChannelMsgRsp) Descriptor() ([]byte, []int)

Deprecated: Use SyncLogic_ChannelMsgRsp.ProtoReflect.Descriptor instead.

func (*SyncLogic_ChannelMsgRsp) GetChannelMsg

func (x *SyncLogic_ChannelMsgRsp) GetChannelMsg() *SyncLogic_ChannelMsg

func (*SyncLogic_ChannelMsgRsp) GetErrMsg

func (x *SyncLogic_ChannelMsgRsp) GetErrMsg() []byte

func (*SyncLogic_ChannelMsgRsp) GetGetMsgTime

func (x *SyncLogic_ChannelMsgRsp) GetGetMsgTime() uint64

func (*SyncLogic_ChannelMsgRsp) GetResult

func (x *SyncLogic_ChannelMsgRsp) GetResult() uint32

func (*SyncLogic_ChannelMsgRsp) GetWithVersionFlag

func (x *SyncLogic_ChannelMsgRsp) GetWithVersionFlag() uint32

func (*SyncLogic_ChannelMsgRsp) ProtoMessage

func (*SyncLogic_ChannelMsgRsp) ProtoMessage()

func (*SyncLogic_ChannelMsgRsp) ProtoReflect

func (x *SyncLogic_ChannelMsgRsp) ProtoReflect() protoreflect.Message

func (*SyncLogic_ChannelMsgRsp) Reset

func (x *SyncLogic_ChannelMsgRsp) Reset()

func (*SyncLogic_ChannelMsgRsp) String

func (x *SyncLogic_ChannelMsgRsp) String() string

type SyncLogic_ChannelNode

type SyncLogic_ChannelNode struct {
	ChannelId        uint64                `protobuf:"varint,1,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"`                          // channel_id
	MsgSeq           uint64                `protobuf:"varint,2,opt,name=msg_seq,json=msgSeq,proto3" json:"msg_seq,omitempty"`                                   // msg_seq
	CntSeq           uint64                `protobuf:"varint,3,opt,name=cnt_seq,json=cntSeq,proto3" json:"cnt_seq,omitempty"`                                   // cnt_seq
	MsgTime          uint64                `protobuf:"varint,4,opt,name=msg_time,json=msgTime,proto3" json:"msg_time,omitempty"`                                // msg_time
	MemberReadMsgSeq uint64                `protobuf:"varint,5,opt,name=member_read_msg_seq,json=memberReadMsgSeq,proto3" json:"member_read_msg_seq,omitempty"` // member_read_msg_seq
	MemberReadCntSeq uint64                `protobuf:"varint,6,opt,name=member_read_cnt_seq,json=memberReadCntSeq,proto3" json:"member_read_cnt_seq,omitempty"` // member_read_cnt_seq
	MsgNotifyType    uint32                `protobuf:"varint,7,opt,name=msg_notify_type,json=msgNotifyType,proto3" json:"msg_notify_type,omitempty"`            // msg_notify_type
	ChannelName      []byte                `protobuf:"bytes,8,opt,name=channel_name,json=channelName,proto3" json:"channel_name,omitempty"`                     // channel_name
	ChannelType      uint32                `protobuf:"varint,9,opt,name=channel_type,json=channelType,proto3" json:"channel_type,omitempty"`                    // channel_type
	MsgMeta          []byte                `protobuf:"bytes,10,opt,name=msg_meta,json=msgMeta,proto3" json:"msg_meta,omitempty"`                                // msg_meta
	ReadMsgMeta      []byte                `protobuf:"bytes,11,opt,name=read_msg_meta,json=readMsgMeta,proto3" json:"read_msg_meta,omitempty"`                  // read_msg_meta
	EventTime        uint32                `protobuf:"varint,12,opt,name=event_time,json=eventTime,proto3" json:"event_time,omitempty"`                         // event_time
	MsgListTab       *SyncLogic_MsgListTab `protobuf:"bytes,13,opt,name=msg_list_tab,json=msgListTab,proto3" json:"msg_list_tab,omitempty"`                     // msg_list_tab
	// contains filtered or unexported fields
}

ChannelNode is the message type for the ChannelNode.

func (*SyncLogic_ChannelNode) Descriptor deprecated

func (*SyncLogic_ChannelNode) Descriptor() ([]byte, []int)

Deprecated: Use SyncLogic_ChannelNode.ProtoReflect.Descriptor instead.

func (*SyncLogic_ChannelNode) GetChannelId

func (x *SyncLogic_ChannelNode) GetChannelId() uint64

func (*SyncLogic_ChannelNode) GetChannelName

func (x *SyncLogic_ChannelNode) GetChannelName() []byte

func (*SyncLogic_ChannelNode) GetChannelType

func (x *SyncLogic_ChannelNode) GetChannelType() uint32

func (*SyncLogic_ChannelNode) GetCntSeq

func (x *SyncLogic_ChannelNode) GetCntSeq() uint64

func (*SyncLogic_ChannelNode) GetEventTime

func (x *SyncLogic_ChannelNode) GetEventTime() uint32

func (*SyncLogic_ChannelNode) GetMemberReadCntSeq

func (x *SyncLogic_ChannelNode) GetMemberReadCntSeq() uint64

func (*SyncLogic_ChannelNode) GetMemberReadMsgSeq

func (x *SyncLogic_ChannelNode) GetMemberReadMsgSeq() uint64

func (*SyncLogic_ChannelNode) GetMsgListTab

func (x *SyncLogic_ChannelNode) GetMsgListTab() *SyncLogic_MsgListTab

func (*SyncLogic_ChannelNode) GetMsgMeta

func (x *SyncLogic_ChannelNode) GetMsgMeta() []byte

func (*SyncLogic_ChannelNode) GetMsgNotifyType

func (x *SyncLogic_ChannelNode) GetMsgNotifyType() uint32

func (*SyncLogic_ChannelNode) GetMsgSeq

func (x *SyncLogic_ChannelNode) GetMsgSeq() uint64

func (*SyncLogic_ChannelNode) GetMsgTime

func (x *SyncLogic_ChannelNode) GetMsgTime() uint64

func (*SyncLogic_ChannelNode) GetReadMsgMeta

func (x *SyncLogic_ChannelNode) GetReadMsgMeta() []byte

func (*SyncLogic_ChannelNode) ProtoMessage

func (*SyncLogic_ChannelNode) ProtoMessage()

func (*SyncLogic_ChannelNode) ProtoReflect

func (x *SyncLogic_ChannelNode) ProtoReflect() protoreflect.Message

func (*SyncLogic_ChannelNode) Reset

func (x *SyncLogic_ChannelNode) Reset()

func (*SyncLogic_ChannelNode) String

func (x *SyncLogic_ChannelNode) String() string

type SyncLogic_ChannelParam

type SyncLogic_ChannelParam struct {
	GuildId     uint64               `protobuf:"varint,1,opt,name=guild_id,json=guildId,proto3" json:"guild_id,omitempty"`               // guild_id
	ChannelId   uint64               `protobuf:"varint,2,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"`         // channel_id
	BeginSeq    uint64               `protobuf:"varint,3,opt,name=begin_seq,json=beginSeq,proto3" json:"begin_seq,omitempty"`            // begin_seq
	EndSeq      uint64               `protobuf:"varint,4,opt,name=end_seq,json=endSeq,proto3" json:"end_seq,omitempty"`                  // end_seq
	MsgTime     uint64               `protobuf:"varint,5,opt,name=msg_time,json=msgTime,proto3" json:"msg_time,omitempty"`               // msg_time
	Version     []uint64             `protobuf:"varint,6,rep,packed,name=version,proto3" json:"version,omitempty"`                       // rpt_version
	Seqs        []*SyncLogic_MsgCond `protobuf:"bytes,7,rep,name=seqs,proto3" json:"seqs,omitempty"`                                     // seqs
	MaxSeqLocal uint64               `protobuf:"varint,8,opt,name=max_seq_local,json=maxSeqLocal,proto3" json:"max_seq_local,omitempty"` // max_seq_local
	// contains filtered or unexported fields
}

ChannelParam is the message type for the ChannelParam.

func (*SyncLogic_ChannelParam) Descriptor deprecated

func (*SyncLogic_ChannelParam) Descriptor() ([]byte, []int)

Deprecated: Use SyncLogic_ChannelParam.ProtoReflect.Descriptor instead.

func (*SyncLogic_ChannelParam) GetBeginSeq

func (x *SyncLogic_ChannelParam) GetBeginSeq() uint64

func (*SyncLogic_ChannelParam) GetChannelId

func (x *SyncLogic_ChannelParam) GetChannelId() uint64

func (*SyncLogic_ChannelParam) GetEndSeq

func (x *SyncLogic_ChannelParam) GetEndSeq() uint64

func (*SyncLogic_ChannelParam) GetGuildId

func (x *SyncLogic_ChannelParam) GetGuildId() uint64

func (*SyncLogic_ChannelParam) GetMaxSeqLocal

func (x *SyncLogic_ChannelParam) GetMaxSeqLocal() uint64

func (*SyncLogic_ChannelParam) GetMsgTime

func (x *SyncLogic_ChannelParam) GetMsgTime() uint64

func (*SyncLogic_ChannelParam) GetSeqs

func (x *SyncLogic_ChannelParam) GetSeqs() []*SyncLogic_MsgCond

func (*SyncLogic_ChannelParam) GetVersion

func (x *SyncLogic_ChannelParam) GetVersion() []uint64

func (*SyncLogic_ChannelParam) ProtoMessage

func (*SyncLogic_ChannelParam) ProtoMessage()

func (*SyncLogic_ChannelParam) ProtoReflect

func (x *SyncLogic_ChannelParam) ProtoReflect() protoreflect.Message

func (*SyncLogic_ChannelParam) Reset

func (x *SyncLogic_ChannelParam) Reset()

func (*SyncLogic_ChannelParam) String

func (x *SyncLogic_ChannelParam) String() string

type SyncLogic_DirectMessageSource

type SyncLogic_DirectMessageSource struct {
	TinyId     uint64 `protobuf:"varint,1,opt,name=tiny_id,json=tinyId,proto3" json:"tiny_id,omitempty"`             // tiny_id
	GuildId    uint64 `protobuf:"varint,2,opt,name=guild_id,json=guildId,proto3" json:"guild_id,omitempty"`          // guild_id
	GuildName  []byte `protobuf:"bytes,3,opt,name=guild_name,json=guildName,proto3" json:"guild_name,omitempty"`     // guild_name
	MemberName []byte `protobuf:"bytes,4,opt,name=member_name,json=memberName,proto3" json:"member_name,omitempty"`  // member_name
	NickName   []byte `protobuf:"bytes,5,opt,name=nick_name,json=nickName,proto3" json:"nick_name,omitempty"`        // nick_name
	MemberType uint32 `protobuf:"varint,6,opt,name=member_type,json=memberType,proto3" json:"member_type,omitempty"` // member_type
	// contains filtered or unexported fields
}

DirectMessageSource is the message type for the DirectMessageSource.

func (*SyncLogic_DirectMessageSource) Descriptor deprecated

func (*SyncLogic_DirectMessageSource) Descriptor() ([]byte, []int)

Deprecated: Use SyncLogic_DirectMessageSource.ProtoReflect.Descriptor instead.

func (*SyncLogic_DirectMessageSource) GetGuildId

func (x *SyncLogic_DirectMessageSource) GetGuildId() uint64

func (*SyncLogic_DirectMessageSource) GetGuildName

func (x *SyncLogic_DirectMessageSource) GetGuildName() []byte

func (*SyncLogic_DirectMessageSource) GetMemberName

func (x *SyncLogic_DirectMessageSource) GetMemberName() []byte

func (*SyncLogic_DirectMessageSource) GetMemberType

func (x *SyncLogic_DirectMessageSource) GetMemberType() uint32

func (*SyncLogic_DirectMessageSource) GetNickName

func (x *SyncLogic_DirectMessageSource) GetNickName() []byte

func (*SyncLogic_DirectMessageSource) GetTinyId

func (x *SyncLogic_DirectMessageSource) GetTinyId() uint64

func (*SyncLogic_DirectMessageSource) ProtoMessage

func (*SyncLogic_DirectMessageSource) ProtoMessage()

func (*SyncLogic_DirectMessageSource) ProtoReflect

func (*SyncLogic_DirectMessageSource) Reset

func (x *SyncLogic_DirectMessageSource) Reset()

func (*SyncLogic_DirectMessageSource) String

type SyncLogic_FeedsEventNode

type SyncLogic_FeedsEventNode struct {
	IsValid       uint64 `protobuf:"varint,1,opt,name=is_valid,json=isValid,proto3" json:"is_valid,omitempty"`                     // is_valid
	UnreadNum     uint64 `protobuf:"varint,2,opt,name=unread_num,json=unreadNum,proto3" json:"unread_num,omitempty"`               // unread_num
	MsgSummary    []byte `protobuf:"bytes,3,opt,name=msg_summary,json=msgSummary,proto3" json:"msg_summary,omitempty"`             // msg_summary
	LastEventTime uint64 `protobuf:"varint,4,opt,name=last_event_time,json=lastEventTime,proto3" json:"last_event_time,omitempty"` // last_event_time
	LastFeedId    []byte `protobuf:"bytes,5,opt,name=last_feed_id,json=lastFeedId,proto3" json:"last_feed_id,omitempty"`           // last_feed_id
	// contains filtered or unexported fields
}

FeedsEventNode is the message type for the FeedsEventNode.

func (*SyncLogic_FeedsEventNode) Descriptor deprecated

func (*SyncLogic_FeedsEventNode) Descriptor() ([]byte, []int)

Deprecated: Use SyncLogic_FeedsEventNode.ProtoReflect.Descriptor instead.

func (*SyncLogic_FeedsEventNode) GetIsValid

func (x *SyncLogic_FeedsEventNode) GetIsValid() uint64

func (*SyncLogic_FeedsEventNode) GetLastEventTime

func (x *SyncLogic_FeedsEventNode) GetLastEventTime() uint64

func (*SyncLogic_FeedsEventNode) GetLastFeedId

func (x *SyncLogic_FeedsEventNode) GetLastFeedId() []byte

func (*SyncLogic_FeedsEventNode) GetMsgSummary

func (x *SyncLogic_FeedsEventNode) GetMsgSummary() []byte

func (*SyncLogic_FeedsEventNode) GetUnreadNum

func (x *SyncLogic_FeedsEventNode) GetUnreadNum() uint64

func (*SyncLogic_FeedsEventNode) ProtoMessage

func (*SyncLogic_FeedsEventNode) ProtoMessage()

func (*SyncLogic_FeedsEventNode) ProtoReflect

func (x *SyncLogic_FeedsEventNode) ProtoReflect() protoreflect.Message

func (*SyncLogic_FeedsEventNode) Reset

func (x *SyncLogic_FeedsEventNode) Reset()

func (*SyncLogic_FeedsEventNode) String

func (x *SyncLogic_FeedsEventNode) String() string

type SyncLogic_FirstViewMsg

type SyncLogic_FirstViewMsg struct {
	PushFlag                uint32                  `protobuf:"varint,1,opt,name=push_flag,json=pushFlag,proto3" json:"push_flag,omitempty"`         // push_flag
	Seq                     uint32                  `protobuf:"varint,2,opt,name=seq,proto3" json:"seq,omitempty"`                                   // seq
	GuildNodes              []*SyncLogic_GuildNode  `protobuf:"bytes,3,rep,name=guild_nodes,json=guildNodes,proto3" json:"guild_nodes,omitempty"`    // rpt_guild_nodes
	ChannelMsgs             []*SyncLogic_ChannelMsg `protobuf:"bytes,4,rep,name=channel_msgs,json=channelMsgs,proto3" json:"channel_msgs,omitempty"` // rpt_channel_msgs
	GetMsgTime              uint64                  `protobuf:"varint,5,opt,name=get_msg_time,json=getMsgTime,proto3" json:"get_msg_time,omitempty"` // get_msg_time
	DirectMessageGuildNodes []*SyncLogic_GuildNode  ``                                                                                               // direct_message_guild_nodes
	/* 134-byte string literal not displayed */
	// contains filtered or unexported fields
}

FirstViewMsg is the message type for the FirstViewMsg.

func (*SyncLogic_FirstViewMsg) Descriptor deprecated

func (*SyncLogic_FirstViewMsg) Descriptor() ([]byte, []int)

Deprecated: Use SyncLogic_FirstViewMsg.ProtoReflect.Descriptor instead.

func (*SyncLogic_FirstViewMsg) GetChannelMsgs

func (x *SyncLogic_FirstViewMsg) GetChannelMsgs() []*SyncLogic_ChannelMsg

func (*SyncLogic_FirstViewMsg) GetDirectMessageGuildNodes

func (x *SyncLogic_FirstViewMsg) GetDirectMessageGuildNodes() []*SyncLogic_GuildNode

func (*SyncLogic_FirstViewMsg) GetGetMsgTime

func (x *SyncLogic_FirstViewMsg) GetGetMsgTime() uint64

func (*SyncLogic_FirstViewMsg) GetGuildNodes

func (x *SyncLogic_FirstViewMsg) GetGuildNodes() []*SyncLogic_GuildNode

func (*SyncLogic_FirstViewMsg) GetPushFlag

func (x *SyncLogic_FirstViewMsg) GetPushFlag() uint32

func (*SyncLogic_FirstViewMsg) GetSeq

func (x *SyncLogic_FirstViewMsg) GetSeq() uint32

func (*SyncLogic_FirstViewMsg) ProtoMessage

func (*SyncLogic_FirstViewMsg) ProtoMessage()

func (*SyncLogic_FirstViewMsg) ProtoReflect

func (x *SyncLogic_FirstViewMsg) ProtoReflect() protoreflect.Message

func (*SyncLogic_FirstViewMsg) Reset

func (x *SyncLogic_FirstViewMsg) Reset()

func (*SyncLogic_FirstViewMsg) String

func (x *SyncLogic_FirstViewMsg) String() string

type SyncLogic_FirstViewReq

type SyncLogic_FirstViewReq struct {
	LastMsgTime       uint64 `protobuf:"varint,1,opt,name=last_msg_time,json=lastMsgTime,proto3" json:"last_msg_time,omitempty"`                   // last_msg_time
	UdcFlag           uint32 `protobuf:"varint,2,opt,name=udc_flag,json=udcFlag,proto3" json:"udc_flag,omitempty"`                                 // udc_flag
	Seq               uint32 `protobuf:"varint,3,opt,name=seq,proto3" json:"seq,omitempty"`                                                        // seq
	DirectMessageFlag uint32 `protobuf:"varint,4,opt,name=direct_message_flag,json=directMessageFlag,proto3" json:"direct_message_flag,omitempty"` // direct_message_flag
	NoNeedMsg         uint32 `protobuf:"varint,5,opt,name=no_need_msg,json=noNeedMsg,proto3" json:"no_need_msg,omitempty"`                         // no_need_msg
	// contains filtered or unexported fields
}

FirstViewReq is the message type for the FirstViewReq.

func (*SyncLogic_FirstViewReq) Descriptor deprecated

func (*SyncLogic_FirstViewReq) Descriptor() ([]byte, []int)

Deprecated: Use SyncLogic_FirstViewReq.ProtoReflect.Descriptor instead.

func (*SyncLogic_FirstViewReq) GetDirectMessageFlag

func (x *SyncLogic_FirstViewReq) GetDirectMessageFlag() uint32

func (*SyncLogic_FirstViewReq) GetLastMsgTime

func (x *SyncLogic_FirstViewReq) GetLastMsgTime() uint64

func (*SyncLogic_FirstViewReq) GetNoNeedMsg

func (x *SyncLogic_FirstViewReq) GetNoNeedMsg() uint32

func (*SyncLogic_FirstViewReq) GetSeq

func (x *SyncLogic_FirstViewReq) GetSeq() uint32

func (*SyncLogic_FirstViewReq) GetUdcFlag

func (x *SyncLogic_FirstViewReq) GetUdcFlag() uint32

func (*SyncLogic_FirstViewReq) ProtoMessage

func (*SyncLogic_FirstViewReq) ProtoMessage()

func (*SyncLogic_FirstViewReq) ProtoReflect

func (x *SyncLogic_FirstViewReq) ProtoReflect() protoreflect.Message

func (*SyncLogic_FirstViewReq) Reset

func (x *SyncLogic_FirstViewReq) Reset()

func (*SyncLogic_FirstViewReq) String

func (x *SyncLogic_FirstViewReq) String() string

type SyncLogic_FirstViewRsp

type SyncLogic_FirstViewRsp struct {
	Result                  uint32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`                                                        // result
	ErrMsg                  []byte `protobuf:"bytes,2,opt,name=err_msg,json=errMsg,proto3" json:"err_msg,omitempty"`                                           // err_msg
	Seq                     uint32 `protobuf:"varint,3,opt,name=seq,proto3" json:"seq,omitempty"`                                                              // seq
	UdcFlag                 uint32 `protobuf:"varint,4,opt,name=udc_flag,json=udcFlag,proto3" json:"udc_flag,omitempty"`                                       // udc_flag
	GuildCount              uint32 `protobuf:"varint,5,opt,name=guild_count,json=guildCount,proto3" json:"guild_count,omitempty"`                              // guild_count
	SelfTinyid              uint64 `protobuf:"varint,6,opt,name=self_tinyid,json=selfTinyid,proto3" json:"self_tinyid,omitempty"`                              // self_tinyid
	DirectMessageSwitch     uint32 `protobuf:"varint,7,opt,name=direct_message_switch,json=directMessageSwitch,proto3" json:"direct_message_switch,omitempty"` // direct_message_switch
	DirectMessageGuildCount uint32 ``                                                                                                                          // direct_message_guild_count
	/* 135-byte string literal not displayed */
	FeedsEventNode *SyncLogic_FeedsEventNode `protobuf:"bytes,9,opt,name=feeds_event_node,json=feedsEventNode,proto3" json:"feeds_event_node,omitempty"` // feeds_event_node
	// contains filtered or unexported fields
}

FirstViewRsp is the message type for the FirstViewRsp.

func (*SyncLogic_FirstViewRsp) Descriptor deprecated

func (*SyncLogic_FirstViewRsp) Descriptor() ([]byte, []int)

Deprecated: Use SyncLogic_FirstViewRsp.ProtoReflect.Descriptor instead.

func (*SyncLogic_FirstViewRsp) GetDirectMessageGuildCount

func (x *SyncLogic_FirstViewRsp) GetDirectMessageGuildCount() uint32

func (*SyncLogic_FirstViewRsp) GetDirectMessageSwitch

func (x *SyncLogic_FirstViewRsp) GetDirectMessageSwitch() uint32

func (*SyncLogic_FirstViewRsp) GetErrMsg

func (x *SyncLogic_FirstViewRsp) GetErrMsg() []byte

func (*SyncLogic_FirstViewRsp) GetFeedsEventNode

func (x *SyncLogic_FirstViewRsp) GetFeedsEventNode() *SyncLogic_FeedsEventNode

func (*SyncLogic_FirstViewRsp) GetGuildCount

func (x *SyncLogic_FirstViewRsp) GetGuildCount() uint32

func (*SyncLogic_FirstViewRsp) GetResult

func (x *SyncLogic_FirstViewRsp) GetResult() uint32

func (*SyncLogic_FirstViewRsp) GetSelfTinyid

func (x *SyncLogic_FirstViewRsp) GetSelfTinyid() uint64

func (*SyncLogic_FirstViewRsp) GetSeq

func (x *SyncLogic_FirstViewRsp) GetSeq() uint32

func (*SyncLogic_FirstViewRsp) GetUdcFlag

func (x *SyncLogic_FirstViewRsp) GetUdcFlag() uint32

func (*SyncLogic_FirstViewRsp) ProtoMessage

func (*SyncLogic_FirstViewRsp) ProtoMessage()

func (*SyncLogic_FirstViewRsp) ProtoReflect

func (x *SyncLogic_FirstViewRsp) ProtoReflect() protoreflect.Message

func (*SyncLogic_FirstViewRsp) Reset

func (x *SyncLogic_FirstViewRsp) Reset()

func (*SyncLogic_FirstViewRsp) String

func (x *SyncLogic_FirstViewRsp) String() string

type SyncLogic_GuildNode

type SyncLogic_GuildNode struct {
	GuildId      uint64                         `protobuf:"varint,1,opt,name=guild_id,json=guildId,proto3" json:"guild_id,omitempty"`               // guild_id
	GuildCode    uint64                         `protobuf:"varint,2,opt,name=guild_code,json=guildCode,proto3" json:"guild_code,omitempty"`         // guild_code
	ChannelNodes []*SyncLogic_ChannelNode       `protobuf:"bytes,3,rep,name=channel_nodes,json=channelNodes,proto3" json:"channel_nodes,omitempty"` // rpt_channel_nodes
	GuildName    []byte                         `protobuf:"bytes,4,opt,name=guild_name,json=guildName,proto3" json:"guild_name,omitempty"`          // guild_name
	PeerSource   *SyncLogic_DirectMessageSource `protobuf:"bytes,5,opt,name=peer_source,json=peerSource,proto3" json:"peer_source,omitempty"`       // peer_source
	HugeFlag     uint32                         `protobuf:"varint,6,opt,name=huge_flag,json=hugeFlag,proto3" json:"huge_flag,omitempty"`            // huge_flag
	FaceSeq      uint64                         `protobuf:"varint,7,opt,name=face_seq,json=faceSeq,proto3" json:"face_seq,omitempty"`               // face_seq
	// contains filtered or unexported fields
}

GuildNode is the message type for the GuildNode.

func (*SyncLogic_GuildNode) Descriptor deprecated

func (*SyncLogic_GuildNode) Descriptor() ([]byte, []int)

Deprecated: Use SyncLogic_GuildNode.ProtoReflect.Descriptor instead.

func (*SyncLogic_GuildNode) GetChannelNodes

func (x *SyncLogic_GuildNode) GetChannelNodes() []*SyncLogic_ChannelNode

func (*SyncLogic_GuildNode) GetFaceSeq

func (x *SyncLogic_GuildNode) GetFaceSeq() uint64

func (*SyncLogic_GuildNode) GetGuildCode

func (x *SyncLogic_GuildNode) GetGuildCode() uint64

func (*SyncLogic_GuildNode) GetGuildId

func (x *SyncLogic_GuildNode) GetGuildId() uint64

func (*SyncLogic_GuildNode) GetGuildName

func (x *SyncLogic_GuildNode) GetGuildName() []byte

func (*SyncLogic_GuildNode) GetHugeFlag

func (x *SyncLogic_GuildNode) GetHugeFlag() uint32

func (*SyncLogic_GuildNode) GetPeerSource

func (*SyncLogic_GuildNode) ProtoMessage

func (*SyncLogic_GuildNode) ProtoMessage()

func (*SyncLogic_GuildNode) ProtoReflect

func (x *SyncLogic_GuildNode) ProtoReflect() protoreflect.Message

func (*SyncLogic_GuildNode) Reset

func (x *SyncLogic_GuildNode) Reset()

func (*SyncLogic_GuildNode) String

func (x *SyncLogic_GuildNode) String() string

type SyncLogic_MsgCond

type SyncLogic_MsgCond struct {
	MsgSeq       uint64 `protobuf:"varint,1,opt,name=msg_seq,json=msgSeq,proto3" json:"msg_seq,omitempty"`                   // msg_seq
	EventVersion uint64 `protobuf:"varint,2,opt,name=event_version,json=eventVersion,proto3" json:"event_version,omitempty"` // event_version
	// contains filtered or unexported fields
}

MsgCond is the message type for the MsgCond.

func (*SyncLogic_MsgCond) Descriptor deprecated

func (*SyncLogic_MsgCond) Descriptor() ([]byte, []int)

Deprecated: Use SyncLogic_MsgCond.ProtoReflect.Descriptor instead.

func (*SyncLogic_MsgCond) GetEventVersion

func (x *SyncLogic_MsgCond) GetEventVersion() uint64

func (*SyncLogic_MsgCond) GetMsgSeq

func (x *SyncLogic_MsgCond) GetMsgSeq() uint64

func (*SyncLogic_MsgCond) ProtoMessage

func (*SyncLogic_MsgCond) ProtoMessage()

func (*SyncLogic_MsgCond) ProtoReflect

func (x *SyncLogic_MsgCond) ProtoReflect() protoreflect.Message

func (*SyncLogic_MsgCond) Reset

func (x *SyncLogic_MsgCond) Reset()

func (*SyncLogic_MsgCond) String

func (x *SyncLogic_MsgCond) String() string

type SyncLogic_MsgListTab

type SyncLogic_MsgListTab struct {
	IsInList     uint32 `protobuf:"varint,1,opt,name=is_in_list,json=isInList,proto3" json:"is_in_list,omitempty"`           // is_in_list
	TopTimestamp uint64 `protobuf:"varint,2,opt,name=top_timestamp,json=topTimestamp,proto3" json:"top_timestamp,omitempty"` // top_timestamp
	// contains filtered or unexported fields
}

MsgListTab is the message type for the MsgListTab.

func (*SyncLogic_MsgListTab) Descriptor deprecated

func (*SyncLogic_MsgListTab) Descriptor() ([]byte, []int)

Deprecated: Use SyncLogic_MsgListTab.ProtoReflect.Descriptor instead.

func (*SyncLogic_MsgListTab) GetIsInList

func (x *SyncLogic_MsgListTab) GetIsInList() uint32

func (*SyncLogic_MsgListTab) GetTopTimestamp

func (x *SyncLogic_MsgListTab) GetTopTimestamp() uint64

func (*SyncLogic_MsgListTab) ProtoMessage

func (*SyncLogic_MsgListTab) ProtoMessage()

func (*SyncLogic_MsgListTab) ProtoReflect

func (x *SyncLogic_MsgListTab) ProtoReflect() protoreflect.Message

func (*SyncLogic_MsgListTab) Reset

func (x *SyncLogic_MsgListTab) Reset()

func (*SyncLogic_MsgListTab) String

func (x *SyncLogic_MsgListTab) String() string

type SyncLogic_MultiChannelMsg

type SyncLogic_MultiChannelMsg struct {
	PushFlag    uint32                  `protobuf:"varint,1,opt,name=push_flag,json=pushFlag,proto3" json:"push_flag,omitempty"`         // push_flag
	Seq         uint32                  `protobuf:"varint,2,opt,name=seq,proto3" json:"seq,omitempty"`                                   // seq
	ChannelMsgs []*SyncLogic_ChannelMsg `protobuf:"bytes,3,rep,name=channel_msgs,json=channelMsgs,proto3" json:"channel_msgs,omitempty"` // rpt_channel_msgs
	GetMsgTime  uint64                  `protobuf:"varint,4,opt,name=get_msg_time,json=getMsgTime,proto3" json:"get_msg_time,omitempty"` // get_msg_time
	// contains filtered or unexported fields
}

MultiChannelMsg is the message type for the MultiChannelMsg.

func (*SyncLogic_MultiChannelMsg) Descriptor deprecated

func (*SyncLogic_MultiChannelMsg) Descriptor() ([]byte, []int)

Deprecated: Use SyncLogic_MultiChannelMsg.ProtoReflect.Descriptor instead.

func (*SyncLogic_MultiChannelMsg) GetChannelMsgs

func (x *SyncLogic_MultiChannelMsg) GetChannelMsgs() []*SyncLogic_ChannelMsg

func (*SyncLogic_MultiChannelMsg) GetGetMsgTime

func (x *SyncLogic_MultiChannelMsg) GetGetMsgTime() uint64

func (*SyncLogic_MultiChannelMsg) GetPushFlag

func (x *SyncLogic_MultiChannelMsg) GetPushFlag() uint32

func (*SyncLogic_MultiChannelMsg) GetSeq

func (x *SyncLogic_MultiChannelMsg) GetSeq() uint32

func (*SyncLogic_MultiChannelMsg) ProtoMessage

func (*SyncLogic_MultiChannelMsg) ProtoMessage()

func (*SyncLogic_MultiChannelMsg) ProtoReflect

func (*SyncLogic_MultiChannelMsg) Reset

func (x *SyncLogic_MultiChannelMsg) Reset()

func (*SyncLogic_MultiChannelMsg) String

func (x *SyncLogic_MultiChannelMsg) String() string

type SyncLogic_MultiChannelMsgReq

type SyncLogic_MultiChannelMsgReq struct {
	ChannelParams     []*SyncLogic_ChannelParam `protobuf:"bytes,1,rep,name=channel_params,json=channelParams,proto3" json:"channel_params,omitempty"`                // rpt_channel_params
	Seq               uint32                    `protobuf:"varint,2,opt,name=seq,proto3" json:"seq,omitempty"`                                                        // seq
	DirectMessageFlag uint32                    `protobuf:"varint,3,opt,name=direct_message_flag,json=directMessageFlag,proto3" json:"direct_message_flag,omitempty"` // direct_message_flag
	// contains filtered or unexported fields
}

MultiChannelMsgReq is the message type for the MultiChannelMsgReq.

func (*SyncLogic_MultiChannelMsgReq) Descriptor deprecated

func (*SyncLogic_MultiChannelMsgReq) Descriptor() ([]byte, []int)

Deprecated: Use SyncLogic_MultiChannelMsgReq.ProtoReflect.Descriptor instead.

func (*SyncLogic_MultiChannelMsgReq) GetChannelParams

func (x *SyncLogic_MultiChannelMsgReq) GetChannelParams() []*SyncLogic_ChannelParam

func (*SyncLogic_MultiChannelMsgReq) GetDirectMessageFlag

func (x *SyncLogic_MultiChannelMsgReq) GetDirectMessageFlag() uint32

func (*SyncLogic_MultiChannelMsgReq) GetSeq

func (*SyncLogic_MultiChannelMsgReq) ProtoMessage

func (*SyncLogic_MultiChannelMsgReq) ProtoMessage()

func (*SyncLogic_MultiChannelMsgReq) ProtoReflect

func (*SyncLogic_MultiChannelMsgReq) Reset

func (x *SyncLogic_MultiChannelMsgReq) Reset()

func (*SyncLogic_MultiChannelMsgReq) String

type SyncLogic_MultiChannelMsgRsp

type SyncLogic_MultiChannelMsgRsp struct {
	Result uint32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`              // result
	ErrMsg []byte `protobuf:"bytes,2,opt,name=err_msg,json=errMsg,proto3" json:"err_msg,omitempty"` // err_msg
	Seq    uint32 `protobuf:"varint,3,opt,name=seq,proto3" json:"seq,omitempty"`                    // seq
	// contains filtered or unexported fields
}

MultiChannelMsgRsp is the message type for the MultiChannelMsgRsp.

func (*SyncLogic_MultiChannelMsgRsp) Descriptor deprecated

func (*SyncLogic_MultiChannelMsgRsp) Descriptor() ([]byte, []int)

Deprecated: Use SyncLogic_MultiChannelMsgRsp.ProtoReflect.Descriptor instead.

func (*SyncLogic_MultiChannelMsgRsp) GetErrMsg

func (x *SyncLogic_MultiChannelMsgRsp) GetErrMsg() []byte

func (*SyncLogic_MultiChannelMsgRsp) GetResult

func (x *SyncLogic_MultiChannelMsgRsp) GetResult() uint32

func (*SyncLogic_MultiChannelMsgRsp) GetSeq

func (*SyncLogic_MultiChannelMsgRsp) ProtoMessage

func (*SyncLogic_MultiChannelMsgRsp) ProtoMessage()

func (*SyncLogic_MultiChannelMsgRsp) ProtoReflect

func (*SyncLogic_MultiChannelMsgRsp) Reset

func (x *SyncLogic_MultiChannelMsgRsp) Reset()

func (*SyncLogic_MultiChannelMsgRsp) String

type SyncLogic_ReqBody

type SyncLogic_ReqBody struct {
	ChannelParam      *SyncLogic_ChannelParam `protobuf:"bytes,1,opt,name=channel_param,json=channelParam,proto3" json:"channel_param,omitempty"`                   // channel_param
	DirectMessageFlag uint32                  `protobuf:"varint,2,opt,name=direct_message_flag,json=directMessageFlag,proto3" json:"direct_message_flag,omitempty"` // direct_message_flag
	// contains filtered or unexported fields
}

ReqBody is the message type for the ReqBody.

func (*SyncLogic_ReqBody) Descriptor deprecated

func (*SyncLogic_ReqBody) Descriptor() ([]byte, []int)

Deprecated: Use SyncLogic_ReqBody.ProtoReflect.Descriptor instead.

func (*SyncLogic_ReqBody) GetChannelParam

func (x *SyncLogic_ReqBody) GetChannelParam() *SyncLogic_ChannelParam

func (*SyncLogic_ReqBody) GetDirectMessageFlag

func (x *SyncLogic_ReqBody) GetDirectMessageFlag() uint32

func (*SyncLogic_ReqBody) ProtoMessage

func (*SyncLogic_ReqBody) ProtoMessage()

func (*SyncLogic_ReqBody) ProtoReflect

func (x *SyncLogic_ReqBody) ProtoReflect() protoreflect.Message

func (*SyncLogic_ReqBody) Reset

func (x *SyncLogic_ReqBody) Reset()

func (*SyncLogic_ReqBody) String

func (x *SyncLogic_ReqBody) String() string

type SyncLogic_RspBody

type SyncLogic_RspBody struct {
	Result     uint32                `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`                          // result
	ErrMsg     []byte                `protobuf:"bytes,2,opt,name=err_msg,json=errMsg,proto3" json:"err_msg,omitempty"`             // err_msg
	ChannelMsg *SyncLogic_ChannelMsg `protobuf:"bytes,3,opt,name=channel_msg,json=channelMsg,proto3" json:"channel_msg,omitempty"` // channel_msg
	// contains filtered or unexported fields
}

RspBody is the message type for the RspBody.

func (*SyncLogic_RspBody) Descriptor deprecated

func (*SyncLogic_RspBody) Descriptor() ([]byte, []int)

Deprecated: Use SyncLogic_RspBody.ProtoReflect.Descriptor instead.

func (*SyncLogic_RspBody) GetChannelMsg

func (x *SyncLogic_RspBody) GetChannelMsg() *SyncLogic_ChannelMsg

func (*SyncLogic_RspBody) GetErrMsg

func (x *SyncLogic_RspBody) GetErrMsg() []byte

func (*SyncLogic_RspBody) GetResult

func (x *SyncLogic_RspBody) GetResult() uint32

func (*SyncLogic_RspBody) ProtoMessage

func (*SyncLogic_RspBody) ProtoMessage()

func (*SyncLogic_RspBody) ProtoReflect

func (x *SyncLogic_RspBody) ProtoReflect() protoreflect.Message

func (*SyncLogic_RspBody) Reset

func (x *SyncLogic_RspBody) Reset()

func (*SyncLogic_RspBody) String

func (x *SyncLogic_RspBody) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL