onebot

package
v0.0.0-...-25f1dd0 Latest Latest
Warning

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

Go to latest
Published: Nov 17, 2024 License: AGPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ActionType_name = map[int32]string{
		0:   "TUNKNOWN",
		101: "send_private_msg",
		102: "send_group_msg",
		103: "send_msg",
		104: "send_forward_msg",
		105: "delete_msg",
		106: "get_msg",
		107: "get_forward_msg",
		108: "send_like",
		109: "set_group_kick",
		110: "set_group_ban",
		111: "set_group_anonymous_ban",
		112: "set_group_whole_ban",
		113: "set_group_admin",
		114: "set_group_anonymous",
		115: "set_group_card",
		116: "set_group_name",
		117: "set_group_leave",
		118: "set_group_special_title",
		119: "set_friend_add_request",
		120: "set_group_add_request",
		121: "get_login_info",
		122: "get_stranger_info",
		123: "get_group_list",
		124: "get_group_member_info",
		125: "get_group_member_list",
		126: "get_group_honor_info",
		127: "get_cookies",
		128: "get_csrf_token",
		129: "get_credentials",
		130: "get_record",
		131: "get_image",
		132: "can_send_image",
		133: "can_send_record",
		134: "get_status",
		135: "get_version_info",
		136: "set_restart",
		137: "clean_cache",
		138: "group_poke",
		139: "friend_poke",
		140: "get_group_info",
	}
	ActionType_value = map[string]int32{
		"TUNKNOWN":                0,
		"send_private_msg":        101,
		"send_group_msg":          102,
		"send_msg":                103,
		"send_forward_msg":        104,
		"delete_msg":              105,
		"get_msg":                 106,
		"get_forward_msg":         107,
		"send_like":               108,
		"set_group_kick":          109,
		"set_group_ban":           110,
		"set_group_anonymous_ban": 111,
		"set_group_whole_ban":     112,
		"set_group_admin":         113,
		"set_group_anonymous":     114,
		"set_group_card":          115,
		"set_group_name":          116,
		"set_group_leave":         117,
		"set_group_special_title": 118,
		"set_friend_add_request":  119,
		"set_group_add_request":   120,
		"get_login_info":          121,
		"get_stranger_info":       122,
		"get_group_list":          123,
		"get_group_member_info":   124,
		"get_group_member_list":   125,
		"get_group_honor_info":    126,
		"get_cookies":             127,
		"get_csrf_token":          128,
		"get_credentials":         129,
		"get_record":              130,
		"get_image":               131,
		"can_send_image":          132,
		"can_send_record":         133,
		"get_status":              134,
		"get_version_info":        135,
		"set_restart":             136,
		"clean_cache":             137,
		"group_poke":              138,
		"friend_poke":             139,
		"get_group_info":          140,
	}
)

Enum value maps for ActionType.

View Source
var (
	Frame_FrameType_name = map[int32]string{}/* 151 elements not displayed */

	Frame_FrameType_value = map[string]int32{}/* 151 elements not displayed */

)

Enum value maps for Frame_FrameType.

View Source
var File_onebot_api_proto protoreflect.FileDescriptor
View Source
var File_onebot_base_proto protoreflect.FileDescriptor
View Source
var File_onebot_event_proto protoreflect.FileDescriptor
View Source
var File_onebot_forward_proto protoreflect.FileDescriptor
View Source
var File_onebot_frame_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ActionType

type ActionType int32
const (
	ActionType_TUNKNOWN                ActionType = 0
	ActionType_send_private_msg        ActionType = 101
	ActionType_send_group_msg          ActionType = 102
	ActionType_send_msg                ActionType = 103
	ActionType_send_forward_msg        ActionType = 104
	ActionType_delete_msg              ActionType = 105
	ActionType_get_msg                 ActionType = 106
	ActionType_get_forward_msg         ActionType = 107
	ActionType_send_like               ActionType = 108
	ActionType_set_group_kick          ActionType = 109
	ActionType_set_group_ban           ActionType = 110
	ActionType_set_group_anonymous_ban ActionType = 111
	ActionType_set_group_whole_ban     ActionType = 112
	ActionType_set_group_admin         ActionType = 113
	ActionType_set_group_anonymous     ActionType = 114
	ActionType_set_group_card          ActionType = 115
	ActionType_set_group_name          ActionType = 116
	ActionType_set_group_leave         ActionType = 117
	ActionType_set_group_special_title ActionType = 118
	ActionType_set_friend_add_request  ActionType = 119
	ActionType_set_group_add_request   ActionType = 120
	ActionType_get_login_info          ActionType = 121
	ActionType_get_stranger_info       ActionType = 122
	ActionType_get_group_list          ActionType = 123
	ActionType_get_group_member_info   ActionType = 124
	ActionType_get_group_member_list   ActionType = 125
	ActionType_get_group_honor_info    ActionType = 126
	ActionType_get_cookies             ActionType = 127
	ActionType_get_csrf_token          ActionType = 128
	ActionType_get_credentials         ActionType = 129
	ActionType_get_record              ActionType = 130
	ActionType_get_image               ActionType = 131
	ActionType_can_send_image          ActionType = 132
	ActionType_can_send_record         ActionType = 133
	ActionType_get_status              ActionType = 134
	ActionType_get_version_info        ActionType = 135
	ActionType_set_restart             ActionType = 136
	ActionType_clean_cache             ActionType = 137
	ActionType_group_poke              ActionType = 138
	ActionType_friend_poke             ActionType = 139
	ActionType_get_group_info          ActionType = 140
)

func (ActionType) Descriptor

func (ActionType) Descriptor() protoreflect.EnumDescriptor

func (ActionType) Enum

func (x ActionType) Enum() *ActionType

func (ActionType) EnumDescriptor deprecated

func (ActionType) EnumDescriptor() ([]byte, []int)

Deprecated: Use ActionType.Descriptor instead.

func (ActionType) Number

func (x ActionType) Number() protoreflect.EnumNumber

func (ActionType) String

func (x ActionType) String() string

func (ActionType) Type

type Anonymous

type Anonymous 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"`
	Flag string `protobuf:"bytes,3,opt,name=flag,proto3" json:"flag,omitempty"`
	// contains filtered or unexported fields
}

func (*Anonymous) Descriptor deprecated

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

Deprecated: Use Anonymous.ProtoReflect.Descriptor instead.

func (*Anonymous) GetFlag

func (x *Anonymous) GetFlag() string

func (*Anonymous) GetId

func (x *Anonymous) GetId() int64

func (*Anonymous) GetName

func (x *Anonymous) GetName() string

func (*Anonymous) ProtoMessage

func (*Anonymous) ProtoMessage()

func (*Anonymous) ProtoReflect

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

func (*Anonymous) Reset

func (x *Anonymous) Reset()

func (*Anonymous) String

func (x *Anonymous) String() string

type CanSendImageReq

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

func (*CanSendImageReq) Descriptor deprecated

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

Deprecated: Use CanSendImageReq.ProtoReflect.Descriptor instead.

func (*CanSendImageReq) ProtoMessage

func (*CanSendImageReq) ProtoMessage()

func (*CanSendImageReq) ProtoReflect

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

func (*CanSendImageReq) Reset

func (x *CanSendImageReq) Reset()

func (*CanSendImageReq) String

func (x *CanSendImageReq) String() string

type CanSendImageResp

type CanSendImageResp struct {
	Yes bool `protobuf:"varint,1,opt,name=yes,proto3" json:"yes,omitempty"`
	// contains filtered or unexported fields
}

func (*CanSendImageResp) Descriptor deprecated

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

Deprecated: Use CanSendImageResp.ProtoReflect.Descriptor instead.

func (*CanSendImageResp) GetYes

func (x *CanSendImageResp) GetYes() bool

func (*CanSendImageResp) ProtoMessage

func (*CanSendImageResp) ProtoMessage()

func (*CanSendImageResp) ProtoReflect

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

func (*CanSendImageResp) Reset

func (x *CanSendImageResp) Reset()

func (*CanSendImageResp) String

func (x *CanSendImageResp) String() string

type CanSendRecordReq

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

func (*CanSendRecordReq) Descriptor deprecated

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

Deprecated: Use CanSendRecordReq.ProtoReflect.Descriptor instead.

func (*CanSendRecordReq) ProtoMessage

func (*CanSendRecordReq) ProtoMessage()

func (*CanSendRecordReq) ProtoReflect

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

func (*CanSendRecordReq) Reset

func (x *CanSendRecordReq) Reset()

func (*CanSendRecordReq) String

func (x *CanSendRecordReq) String() string

type CanSendRecordResp

type CanSendRecordResp struct {
	Yes bool `protobuf:"varint,1,opt,name=yes,proto3" json:"yes,omitempty"`
	// contains filtered or unexported fields
}

func (*CanSendRecordResp) Descriptor deprecated

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

Deprecated: Use CanSendRecordResp.ProtoReflect.Descriptor instead.

func (*CanSendRecordResp) GetYes

func (x *CanSendRecordResp) GetYes() bool

func (*CanSendRecordResp) ProtoMessage

func (*CanSendRecordResp) ProtoMessage()

func (*CanSendRecordResp) ProtoReflect

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

func (*CanSendRecordResp) Reset

func (x *CanSendRecordResp) Reset()

func (*CanSendRecordResp) String

func (x *CanSendRecordResp) String() string

type CleanCacheReq

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

func (*CleanCacheReq) Descriptor deprecated

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

Deprecated: Use CleanCacheReq.ProtoReflect.Descriptor instead.

func (*CleanCacheReq) ProtoMessage

func (*CleanCacheReq) ProtoMessage()

func (*CleanCacheReq) ProtoReflect

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

func (*CleanCacheReq) Reset

func (x *CleanCacheReq) Reset()

func (*CleanCacheReq) String

func (x *CleanCacheReq) String() string

type CleanCacheResp

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

func (*CleanCacheResp) Descriptor deprecated

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

Deprecated: Use CleanCacheResp.ProtoReflect.Descriptor instead.

func (*CleanCacheResp) ProtoMessage

func (*CleanCacheResp) ProtoMessage()

func (*CleanCacheResp) ProtoReflect

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

func (*CleanCacheResp) Reset

func (x *CleanCacheResp) Reset()

func (*CleanCacheResp) String

func (x *CleanCacheResp) String() string

type DeleteMsgReq

type DeleteMsgReq struct {
	MessageId int32 `protobuf:"varint,1,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteMsgReq) Descriptor deprecated

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

Deprecated: Use DeleteMsgReq.ProtoReflect.Descriptor instead.

func (*DeleteMsgReq) GetMessageId

func (x *DeleteMsgReq) GetMessageId() int32

func (*DeleteMsgReq) ProtoMessage

func (*DeleteMsgReq) ProtoMessage()

func (*DeleteMsgReq) ProtoReflect

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

func (*DeleteMsgReq) Reset

func (x *DeleteMsgReq) Reset()

func (*DeleteMsgReq) String

func (x *DeleteMsgReq) String() string

type DeleteMsgResp

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

func (*DeleteMsgResp) Descriptor deprecated

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

Deprecated: Use DeleteMsgResp.ProtoReflect.Descriptor instead.

func (*DeleteMsgResp) ProtoMessage

func (*DeleteMsgResp) ProtoMessage()

func (*DeleteMsgResp) ProtoReflect

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

func (*DeleteMsgResp) Reset

func (x *DeleteMsgResp) Reset()

func (*DeleteMsgResp) String

func (x *DeleteMsgResp) String() string

type ForwardChain

type ForwardChain struct {
	Content []*ForwardContent `protobuf:"bytes,1,rep,name=content,proto3" json:"content,omitempty"`
	// contains filtered or unexported fields
}

func (*ForwardChain) Descriptor deprecated

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

Deprecated: Use ForwardChain.ProtoReflect.Descriptor instead.

func (*ForwardChain) GetContent

func (x *ForwardChain) GetContent() []*ForwardContent

func (*ForwardChain) ProtoMessage

func (*ForwardChain) ProtoMessage()

func (*ForwardChain) ProtoReflect

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

func (*ForwardChain) Reset

func (x *ForwardChain) Reset()

func (*ForwardChain) String

func (x *ForwardChain) String() string

type ForwardContent

type ForwardContent struct {
	SenderId   int64  `protobuf:"varint,1,opt,name=sender_id,json=senderId,proto3" json:"sender_id,omitempty"`
	Time       int32  `protobuf:"varint,2,opt,name=time,proto3" json:"time,omitempty"`
	SenderName string `protobuf:"bytes,3,opt,name=sender_name,json=senderName,proto3" json:"sender_name,omitempty"`
	// Types that are assignable to Content:
	//
	//	*ForwardContent_MessageNode
	//	*ForwardContent_ForwardNode
	Content isForwardContent_Content `protobuf_oneof:"Content"`
	// contains filtered or unexported fields
}

func (*ForwardContent) Descriptor deprecated

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

Deprecated: Use ForwardContent.ProtoReflect.Descriptor instead.

func (*ForwardContent) GetContent

func (m *ForwardContent) GetContent() isForwardContent_Content

func (*ForwardContent) GetForwardNode

func (x *ForwardContent) GetForwardNode() int32

func (*ForwardContent) GetMessageNode

func (x *ForwardContent) GetMessageNode() *ForwardMessageNode

func (*ForwardContent) GetSenderId

func (x *ForwardContent) GetSenderId() int64

func (*ForwardContent) GetSenderName

func (x *ForwardContent) GetSenderName() string

func (*ForwardContent) GetTime

func (x *ForwardContent) GetTime() int32

func (*ForwardContent) ProtoMessage

func (*ForwardContent) ProtoMessage()

func (*ForwardContent) ProtoReflect

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

func (*ForwardContent) Reset

func (x *ForwardContent) Reset()

func (*ForwardContent) String

func (x *ForwardContent) String() string

type ForwardContent_ForwardNode

type ForwardContent_ForwardNode struct {
	ForwardNode int32 `protobuf:"varint,102,opt,name=forward_node,json=forwardNode,proto3,oneof"`
}

type ForwardContent_MessageNode

type ForwardContent_MessageNode struct {
	MessageNode *ForwardMessageNode `protobuf:"bytes,101,opt,name=message_node,json=messageNode,proto3,oneof"`
}

type ForwardMessage

type ForwardMessage struct {
	Chain *ForwardChain           `protobuf:"bytes,1,opt,name=chain,proto3" json:"chain,omitempty"`
	Data  map[int32]*ForwardChain `` /* 150-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ForwardMessage) Descriptor deprecated

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

Deprecated: Use ForwardMessage.ProtoReflect.Descriptor instead.

func (*ForwardMessage) GetChain

func (x *ForwardMessage) GetChain() *ForwardChain

func (*ForwardMessage) GetData

func (x *ForwardMessage) GetData() map[int32]*ForwardChain

func (*ForwardMessage) ProtoMessage

func (*ForwardMessage) ProtoMessage()

func (*ForwardMessage) ProtoReflect

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

func (*ForwardMessage) Reset

func (x *ForwardMessage) Reset()

func (*ForwardMessage) String

func (x *ForwardMessage) String() string

type ForwardMessageNode

type ForwardMessageNode struct {
	Message []*Message `protobuf:"bytes,1,rep,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*ForwardMessageNode) Descriptor deprecated

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

Deprecated: Use ForwardMessageNode.ProtoReflect.Descriptor instead.

func (*ForwardMessageNode) GetMessage

func (x *ForwardMessageNode) GetMessage() []*Message

func (*ForwardMessageNode) ProtoMessage

func (*ForwardMessageNode) ProtoMessage()

func (*ForwardMessageNode) ProtoReflect

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

func (*ForwardMessageNode) Reset

func (x *ForwardMessageNode) Reset()

func (*ForwardMessageNode) String

func (x *ForwardMessageNode) String() string

type ForwardMsg

type ForwardMsg struct {
	Name    string    `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Uin     string    `protobuf:"bytes,2,opt,name=uin,proto3" json:"uin,omitempty"`
	Content *IMessage `protobuf:"bytes,3,opt,name=content,proto3" json:"content,omitempty"`
	// contains filtered or unexported fields
}

func (*ForwardMsg) Descriptor deprecated

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

Deprecated: Use ForwardMsg.ProtoReflect.Descriptor instead.

func (*ForwardMsg) GetContent

func (x *ForwardMsg) GetContent() *IMessage

func (*ForwardMsg) GetName

func (x *ForwardMsg) GetName() string

func (*ForwardMsg) GetUin

func (x *ForwardMsg) GetUin() string

func (*ForwardMsg) ProtoMessage

func (*ForwardMsg) ProtoMessage()

func (*ForwardMsg) ProtoReflect

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

func (*ForwardMsg) Reset

func (x *ForwardMsg) Reset()

func (*ForwardMsg) String

func (x *ForwardMsg) String() string

type ForwardParams

type ForwardParams struct {
	Messages []*ForwardMsg `protobuf:"bytes,1,rep,name=messages,proto3" json:"messages,omitempty"`
	// contains filtered or unexported fields
}

func (*ForwardParams) Descriptor deprecated

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

Deprecated: Use ForwardParams.ProtoReflect.Descriptor instead.

func (*ForwardParams) GetMessages

func (x *ForwardParams) GetMessages() []*ForwardMsg

func (*ForwardParams) ProtoMessage

func (*ForwardParams) ProtoMessage()

func (*ForwardParams) ProtoReflect

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

func (*ForwardParams) Reset

func (x *ForwardParams) Reset()

func (*ForwardParams) String

func (x *ForwardParams) String() string

type Frame

type Frame struct {
	BotId         int64             `protobuf:"varint,1,opt,name=bot_id,json=botId,proto3" json:"bot_id,omitempty"`
	FrameType     Frame_FrameType   `protobuf:"varint,2,opt,name=frame_type,json=frameType,proto3,enum=onebot.Frame_FrameType" json:"frame_type,omitempty"`
	Echo          string            `protobuf:"bytes,3,opt,name=echo,proto3" json:"echo,omitempty"`
	Ok            bool              `protobuf:"varint,4,opt,name=ok,proto3" json:"ok,omitempty"` // 是否正常 (API resp)
	Time          int64             `protobuf:"varint,5,opt,name=time,proto3" json:"time,omitempty"`
	SelfId        int64             `protobuf:"varint,6,opt,name=self_id,json=selfId,proto3" json:"self_id,omitempty"`
	PostType      string            `protobuf:"bytes,7,opt,name=post_type,json=postType,proto3" json:"post_type,omitempty"`
	SubType       string            `protobuf:"bytes,8,opt,name=sub_type,json=subType,proto3" json:"sub_type,omitempty"`
	MessageType   string            `protobuf:"bytes,9,opt,name=message_type,json=messageType,proto3" json:"message_type,omitempty"`
	NoticeType    string            `protobuf:"bytes,10,opt,name=notice_type,json=noticeType,proto3" json:"notice_type,omitempty"`
	RequestType   string            `protobuf:"bytes,11,opt,name=request_type,json=requestType,proto3" json:"request_type,omitempty"`
	MetaEventType string            `protobuf:"bytes,12,opt,name=meta_event_type,json=metaEventType,proto3" json:"meta_event_type,omitempty"`
	Status        any               `protobuf:"bytes,13,opt,name=status,proto3" json:"status,omitempty"`
	Code          int32             `protobuf:"varint,14,opt,name=code,proto3" json:"code,omitempty"`
	Data          any               `protobuf:"bytes,15,opt,name=data,proto3" json:"data,omitempty"`
	Params        *Params           `protobuf:"bytes,16,opt,name=params,proto3" json:"params,omitempty"`
	MessageId     int32             `protobuf:"varint,17,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"`
	UserId        int64             `protobuf:"varint,18,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Message       []*Message        `protobuf:"bytes,19,rep,name=message,proto3" json:"message,omitempty"`
	RawMessage    string            `protobuf:"bytes,20,opt,name=raw_message,json=rawMessage,proto3" json:"raw_message,omitempty"`
	Font          int32             `protobuf:"varint,21,opt,name=font,proto3" json:"font,omitempty"`
	Sender        *Frame_Sender     `protobuf:"bytes,22,opt,name=sender,proto3" json:"sender,omitempty"`
	Anonymous     *Frame_Anonymous  `protobuf:"bytes,23,opt,name=anonymous,proto3" json:"anonymous,omitempty"`
	GroupId       int64             `protobuf:"varint,24,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	File          *Frame_File       `protobuf:"bytes,25,opt,name=file,proto3" json:"file,omitempty"`
	GroupName     string            `protobuf:"bytes,26,opt,name=group_name,json=groupName,proto3" json:"group_name,omitempty"`
	SenderCard    string            `protobuf:"bytes,27,opt,name=sender_card,json=senderCard,proto3" json:"sender_card,omitempty"`
	TargetId      int64             `protobuf:"varint,28,opt,name=target_id,json=targetId,proto3" json:"target_id,omitempty"`
	TargetCard    string            `protobuf:"bytes,29,opt,name=target_card,json=targetCard,proto3" json:"target_card,omitempty"`
	Honor         string            `protobuf:"bytes,30,opt,name=honor,proto3" json:"honor,omitempty"`
	OperatorId    int64             `protobuf:"varint,31,opt,name=operator_id,json=operatorId,proto3" json:"operator_id,omitempty"`
	MemberUid     string            `protobuf:"bytes,32,opt,name=member_uid,json=memberUid,proto3" json:"member_uid,omitempty"`
	OperatorUid   string            `protobuf:"bytes,33,opt,name=operator_uid,json=operatorUid,proto3" json:"operator_uid,omitempty"`
	ExitType      uint32            `protobuf:"varint,34,opt,name=exit_type,json=exitType,proto3" json:"exit_type,omitempty"`
	InvitorUid    string            `protobuf:"bytes,35,opt,name=invitor_uid,json=invitorUid,proto3" json:"invitor_uid,omitempty"`
	JoinType      uint32            `protobuf:"varint,36,opt,name=join_type,json=joinType,proto3" json:"join_type,omitempty"`
	Duration      int64             `protobuf:"varint,37,opt,name=duration,proto3" json:"duration,omitempty"`
	TargetUid     string            `protobuf:"bytes,38,opt,name=target_uid,json=targetUid,proto3" json:"target_uid,omitempty"`
	SourceUin     uint32            `protobuf:"varint,39,opt,name=source_uin,json=sourceUin,proto3" json:"source_uin,omitempty"`
	SourceUid     string            `protobuf:"bytes,40,opt,name=source_uid,json=sourceUid,proto3" json:"source_uid,omitempty"`
	Msg           string            `protobuf:"bytes,41,opt,name=msg,proto3" json:"msg,omitempty"`
	Source        string            `protobuf:"bytes,42,opt,name=source,proto3" json:"source,omitempty"`
	AuthorUid     string            `protobuf:"bytes,43,opt,name=author_uid,json=authorUid,proto3" json:"author_uid,omitempty"`
	Sequence      uint64            `protobuf:"varint,44,opt,name=sequence,proto3" json:"sequence,omitempty"`
	Random        uint32            `protobuf:"varint,45,opt,name=random,proto3" json:"random,omitempty"`
	FromUid       string            `protobuf:"bytes,46,opt,name=from_uid,json=fromUid,proto3" json:"from_uid,omitempty"`
	Comment       string            `protobuf:"bytes,47,opt,name=comment,proto3" json:"comment,omitempty"`
	Flag          string            `protobuf:"bytes,48,opt,name=flag,proto3" json:"flag,omitempty"`
	RequestId     int64             `protobuf:"varint,49,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	UserNick      string            `protobuf:"bytes,50,opt,name=user_nick,json=userNick,proto3" json:"user_nick,omitempty"`
	Action        string            `protobuf:"bytes,51,opt,name=action,proto3" json:"action,omitempty"`
	ActionUinNick string            `protobuf:"bytes,52,opt,name=action_uin_nick,json=actionUinNick,proto3" json:"action_uin_nick,omitempty"`
	ActionUin     int64             `protobuf:"varint,53,opt,name=action_uin,json=actionUin,proto3" json:"action_uin,omitempty"`
	Check         bool              `protobuf:"varint,54,opt,name=check,proto3" json:"check,omitempty"`
	Suspicious    bool              `protobuf:"varint,55,opt,name=suspicious,proto3" json:"suspicious,omitempty"`
	Answer        string            `protobuf:"bytes,56,opt,name=answer,proto3" json:"answer,omitempty"`
	Extra         map[string]string `` /* 153-byte string literal not displayed */
	// Types that are assignable to PbData:
	//
	//	*Frame_PrivateMessageEvent
	//	*Frame_GroupMessageEvent
	//	*Frame_GroupUploadNoticeEvent
	//	*Frame_GroupAdminNoticeEvent
	//	*Frame_GroupDecreaseNoticeEvent
	//	*Frame_GroupIncreaseNoticeEvent
	//	*Frame_GroupBanNoticeEvent
	//	*Frame_FriendAddNoticeEvent
	//	*Frame_GroupRecallNoticeEvent
	//	*Frame_FriendRecallNoticeEvent
	//	*Frame_FriendRequestEvent
	//	*Frame_GroupRequestEvent
	//	*Frame_GroupTempMessageEvent
	//	*Frame_GroupNotifyEvent
	//	*Frame_GroupPokeEvent
	//	*Frame_FriendPokeEvent
	//	*Frame_GroupDigestEvent
	//	*Frame_GroupNameUpdatedEvent
	//	*Frame_MemberSpecialTitleUpdatedEvent
	//	*Frame_GroupMemberPermissionChangeEvent
	//	*Frame_RenameEvent
	//	*Frame_SendPrivateMsgReq
	//	*Frame_SendGroupMsgReq
	//	*Frame_SendMsgReq
	//	*Frame_DeleteMsgReq
	//	*Frame_GetMsgReq
	//	*Frame_GetForwardMsgReq
	//	*Frame_SendLikeReq
	//	*Frame_SetGroupKickReq
	//	*Frame_SetGroupBanReq
	//	*Frame_SetGroupAnonymousBanReq
	//	*Frame_SetGroupWholeBanReq
	//	*Frame_SetGroupAdminReq
	//	*Frame_SetGroupAnonymousReq
	//	*Frame_SetGroupCardReq
	//	*Frame_SetGroupNameReq
	//	*Frame_SetGroupLeaveReq
	//	*Frame_SetGroupSpecialTitleReq
	//	*Frame_SetFriendAddRequestReq
	//	*Frame_SetGroupAddRequestReq
	//	*Frame_GetLoginInfoReq
	//	*Frame_GetStrangerInfoReq
	//	*Frame_GetFriendListReq
	//	*Frame_GetGroupInfoReq
	//	*Frame_GetGroupListReq
	//	*Frame_GetGroupMemberInfoReq
	//	*Frame_GetGroupMemberListReq
	//	*Frame_GetGroupHonorInfoReq
	//	*Frame_GetCookiesReq
	//	*Frame_GetCsrfTokenReq
	//	*Frame_GetCredentialsReq
	//	*Frame_GetRecordReq
	//	*Frame_GetImageReq
	//	*Frame_CanSendImageReq
	//	*Frame_CanSendRecordReq
	//	*Frame_GetStatusReq
	//	*Frame_GetVersionInfoReq
	//	*Frame_SetRestartReq
	//	*Frame_CleanCacheReq
	//	*Frame_SetGroupSignInReq
	//	*Frame_SendMusicReq
	//	*Frame_SendGroupPokeReq
	//	*Frame_SendFriendPokeReq
	//	*Frame_SendForwardMsgReq
	//	*Frame_SendPrivateMsgResp
	//	*Frame_SendGroupMsgResp
	//	*Frame_SendMsgResp
	//	*Frame_DeleteMsgResp
	//	*Frame_GetMsgResp
	//	*Frame_GetForwardMsgResp
	//	*Frame_SendLikeResp
	//	*Frame_SetGroupKickResp
	//	*Frame_SetGroupBanResp
	//	*Frame_SetGroupAnonymousBanResp
	//	*Frame_SetGroupWholeBanResp
	//	*Frame_SetGroupAdminResp
	//	*Frame_SetGroupAnonymousResp
	//	*Frame_SetGroupCardResp
	//	*Frame_SetGroupNameResp
	//	*Frame_SetGroupLeaveResp
	//	*Frame_SetGroupSpecialTitleResp
	//	*Frame_SetFriendAddRequestResp
	//	*Frame_SetGroupAddRequestResp
	//	*Frame_GetLoginInfoResp
	//	*Frame_GetStrangerInfoResp
	//	*Frame_GetFriendListResp
	//	*Frame_GetGroupInfoResp
	//	*Frame_GetGroupListResp
	//	*Frame_GetGroupMemberInfoResp
	//	*Frame_GetGroupMemberListResp
	//	*Frame_GetGroupHonorInfoResp
	//	*Frame_GetCookiesResp
	//	*Frame_GetCsrfTokenResp
	//	*Frame_GetCredentialsResp
	//	*Frame_GetRecordResp
	//	*Frame_GetImageResp
	//	*Frame_CanSendImageResp
	//	*Frame_CanSendRecordResp
	//	*Frame_GetStatusResp
	//	*Frame_GetVersionInfoResp
	//	*Frame_SetRestartResp
	//	*Frame_CleanCacheResp
	//	*Frame_SetGroupSignInResp
	//	*Frame_SendMusicResp
	//	*Frame_SendGroupPokeResp
	//	*Frame_SendFriendPokeResp
	//	*Frame_SendForwardMsgResp
	//	*Frame_OSendPrivateMsgResp
	//	*Frame_OSendGroupMsgResp
	//	*Frame_OSendMsgResp
	//	*Frame_ODeleteMsgResp
	//	*Frame_OGetMsgResp
	//	*Frame_OGetForwardMsgResp
	//	*Frame_OSendLikeResp
	//	*Frame_OSetGroupKickResp
	//	*Frame_OSetGroupBanResp
	//	*Frame_OSetGroupAnonymousBanResp
	//	*Frame_OSetGroupWholeBanResp
	//	*Frame_OSetGroupAdminResp
	//	*Frame_OSetGroupAnonymousResp
	//	*Frame_OSetGroupCardResp
	//	*Frame_OSetGroupNameResp
	//	*Frame_OSetGroupLeaveResp
	//	*Frame_OSetGroupSpecialTitleResp
	//	*Frame_OSetFriendAddRequestResp
	//	*Frame_OSetGroupAddRequestResp
	//	*Frame_OGetLoginInfoResp
	//	*Frame_OGetStrangerInfoResp
	//	*Frame_OGetFriendListResp
	//	*Frame_OGetGroupInfoResp
	//	*Frame_OGetGroupListResp
	//	*Frame_OGetGroupMemberInfoResp
	//	*Frame_OGetGroupMemberListResp
	//	*Frame_OGetGroupHonorInfoResp
	//	*Frame_OGetCookiesResp
	//	*Frame_OGetCsrfTokenResp
	//	*Frame_OGetCredentialsResp
	//	*Frame_OGetRecordResp
	//	*Frame_OGetImageResp
	//	*Frame_OCanSendImageResp
	//	*Frame_OCanSendRecordResp
	//	*Frame_OGetStatusResp
	//	*Frame_OGetVersionInfoResp
	//	*Frame_OSetRestartResp
	//	*Frame_OCleanCacheResp
	//	*Frame_OSetGroupSignInResp
	//	*Frame_OSendMusicResp
	//	*Frame_OSendGroupPokeResp
	//	*Frame_OSendFriendPokeResp
	//	*Frame_OSendForwardMsgResp
	PbData isFrame_PbData `protobuf_oneof:"pb_data"`
	// contains filtered or unexported fields
}

func (*Frame) Descriptor deprecated

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

Deprecated: Use Frame.ProtoReflect.Descriptor instead.

func (*Frame) GetAction

func (x *Frame) GetAction() string

func (*Frame) GetActionUin

func (x *Frame) GetActionUin() int64

func (*Frame) GetActionUinNick

func (x *Frame) GetActionUinNick() string

func (*Frame) GetAnonymous

func (x *Frame) GetAnonymous() *Frame_Anonymous

func (*Frame) GetAnswer

func (x *Frame) GetAnswer() string

func (*Frame) GetAuthorUid

func (x *Frame) GetAuthorUid() string

func (*Frame) GetBotId

func (x *Frame) GetBotId() int64

func (*Frame) GetCanSendImageReq

func (x *Frame) GetCanSendImageReq() *CanSendImageReq

func (*Frame) GetCanSendImageResp

func (x *Frame) GetCanSendImageResp() *CanSendImageResp

func (*Frame) GetCanSendRecordReq

func (x *Frame) GetCanSendRecordReq() *CanSendRecordReq

func (*Frame) GetCanSendRecordResp

func (x *Frame) GetCanSendRecordResp() *CanSendRecordResp

func (*Frame) GetCheck

func (x *Frame) GetCheck() bool

func (*Frame) GetCleanCacheReq

func (x *Frame) GetCleanCacheReq() *CleanCacheReq

func (*Frame) GetCleanCacheResp

func (x *Frame) GetCleanCacheResp() *CleanCacheResp

func (*Frame) GetCode

func (x *Frame) GetCode() int32

func (*Frame) GetComment

func (x *Frame) GetComment() string

func (*Frame) GetData

func (x *Frame) GetData() any

func (*Frame) GetDeleteMsgReq

func (x *Frame) GetDeleteMsgReq() *DeleteMsgReq

func (*Frame) GetDeleteMsgResp

func (x *Frame) GetDeleteMsgResp() *DeleteMsgResp

func (*Frame) GetDuration

func (x *Frame) GetDuration() int64

func (*Frame) GetEcho

func (x *Frame) GetEcho() string

func (*Frame) GetExitType

func (x *Frame) GetExitType() uint32

func (*Frame) GetExtra

func (x *Frame) GetExtra() map[string]string

func (*Frame) GetFile

func (x *Frame) GetFile() *Frame_File

func (*Frame) GetFlag

func (x *Frame) GetFlag() string

func (*Frame) GetFont

func (x *Frame) GetFont() int32

func (*Frame) GetFrameType

func (x *Frame) GetFrameType() Frame_FrameType

func (*Frame) GetFriendAddNoticeEvent

func (x *Frame) GetFriendAddNoticeEvent() *FriendAddNoticeEvent

func (*Frame) GetFriendPokeEvent

func (x *Frame) GetFriendPokeEvent() *FriendPokeEvent

func (*Frame) GetFriendRecallNoticeEvent

func (x *Frame) GetFriendRecallNoticeEvent() *FriendRecallNoticeEvent

func (*Frame) GetFriendRequestEvent

func (x *Frame) GetFriendRequestEvent() *FriendRequestEvent

func (*Frame) GetFromUid

func (x *Frame) GetFromUid() string

func (*Frame) GetGetCookiesReq

func (x *Frame) GetGetCookiesReq() *GetCookiesReq

func (*Frame) GetGetCookiesResp

func (x *Frame) GetGetCookiesResp() *GetCookiesResp

func (*Frame) GetGetCredentialsReq

func (x *Frame) GetGetCredentialsReq() *GetCredentialsReq

func (*Frame) GetGetCredentialsResp

func (x *Frame) GetGetCredentialsResp() *GetCredentialsResp

func (*Frame) GetGetCsrfTokenReq

func (x *Frame) GetGetCsrfTokenReq() *GetCsrfTokenReq

func (*Frame) GetGetCsrfTokenResp

func (x *Frame) GetGetCsrfTokenResp() *GetCsrfTokenResp

func (*Frame) GetGetForwardMsgReq

func (x *Frame) GetGetForwardMsgReq() *GetForwardMsgReq

func (*Frame) GetGetForwardMsgResp

func (x *Frame) GetGetForwardMsgResp() *GetForwardMsgResp

func (*Frame) GetGetFriendListReq

func (x *Frame) GetGetFriendListReq() *GetFriendListReq

func (*Frame) GetGetFriendListResp

func (x *Frame) GetGetFriendListResp() *GetFriendListResp

func (*Frame) GetGetGroupHonorInfoReq

func (x *Frame) GetGetGroupHonorInfoReq() *GetGroupHonorInfoReq

func (*Frame) GetGetGroupHonorInfoResp

func (x *Frame) GetGetGroupHonorInfoResp() *GetGroupHonorInfoResp

func (*Frame) GetGetGroupInfoReq

func (x *Frame) GetGetGroupInfoReq() *GetGroupInfoReq

func (*Frame) GetGetGroupInfoResp

func (x *Frame) GetGetGroupInfoResp() *GetGroupInfoResp

func (*Frame) GetGetGroupListReq

func (x *Frame) GetGetGroupListReq() *GetGroupListReq

func (*Frame) GetGetGroupListResp

func (x *Frame) GetGetGroupListResp() *GetGroupListResp

func (*Frame) GetGetGroupMemberInfoReq

func (x *Frame) GetGetGroupMemberInfoReq() *GetGroupMemberInfoReq

func (*Frame) GetGetGroupMemberInfoResp

func (x *Frame) GetGetGroupMemberInfoResp() *GetGroupMemberInfoResp

func (*Frame) GetGetGroupMemberListReq

func (x *Frame) GetGetGroupMemberListReq() *GetGroupMemberListReq

func (*Frame) GetGetGroupMemberListResp

func (x *Frame) GetGetGroupMemberListResp() *GetGroupMemberListResp

func (*Frame) GetGetImageReq

func (x *Frame) GetGetImageReq() *GetImageReq

func (*Frame) GetGetImageResp

func (x *Frame) GetGetImageResp() *GetImageResp

func (*Frame) GetGetLoginInfoReq

func (x *Frame) GetGetLoginInfoReq() *GetLoginInfoReq

func (*Frame) GetGetLoginInfoResp

func (x *Frame) GetGetLoginInfoResp() *GetLoginInfoResp

func (*Frame) GetGetMsgReq

func (x *Frame) GetGetMsgReq() *GetMsgReq

func (*Frame) GetGetMsgResp

func (x *Frame) GetGetMsgResp() *GetMsgResp

func (*Frame) GetGetRecordReq

func (x *Frame) GetGetRecordReq() *GetRecordReq

func (*Frame) GetGetRecordResp

func (x *Frame) GetGetRecordResp() *GetRecordResp

func (*Frame) GetGetStatusReq

func (x *Frame) GetGetStatusReq() *GetStatusReq

func (*Frame) GetGetStatusResp

func (x *Frame) GetGetStatusResp() *GetStatusResp

func (*Frame) GetGetStrangerInfoReq

func (x *Frame) GetGetStrangerInfoReq() *GetStrangerInfoReq

func (*Frame) GetGetStrangerInfoResp

func (x *Frame) GetGetStrangerInfoResp() *GetStrangerInfoResp

func (*Frame) GetGetVersionInfoReq

func (x *Frame) GetGetVersionInfoReq() *GetVersionInfoReq

func (*Frame) GetGetVersionInfoResp

func (x *Frame) GetGetVersionInfoResp() *GetVersionInfoResp

func (*Frame) GetGroupAdminNoticeEvent

func (x *Frame) GetGroupAdminNoticeEvent() *GroupAdminNoticeEvent

func (*Frame) GetGroupBanNoticeEvent

func (x *Frame) GetGroupBanNoticeEvent() *GroupBanNoticeEvent

func (*Frame) GetGroupDecreaseNoticeEvent

func (x *Frame) GetGroupDecreaseNoticeEvent() *GroupDecreaseNoticeEvent

func (*Frame) GetGroupDigestEvent

func (x *Frame) GetGroupDigestEvent() *GroupDigestEvent

func (*Frame) GetGroupId

func (x *Frame) GetGroupId() int64

func (*Frame) GetGroupIncreaseNoticeEvent

func (x *Frame) GetGroupIncreaseNoticeEvent() *GroupIncreaseNoticeEvent

func (*Frame) GetGroupMemberPermissionChangeEvent

func (x *Frame) GetGroupMemberPermissionChangeEvent() *GroupMemberPermissionChangedEvent

func (*Frame) GetGroupMessageEvent

func (x *Frame) GetGroupMessageEvent() *GroupMessageEvent

func (*Frame) GetGroupName

func (x *Frame) GetGroupName() string

func (*Frame) GetGroupNameUpdatedEvent

func (x *Frame) GetGroupNameUpdatedEvent() *GroupNameUpdatedEvent

func (*Frame) GetGroupNotifyEvent

func (x *Frame) GetGroupNotifyEvent() *GroupNotifyEvent

func (*Frame) GetGroupPokeEvent

func (x *Frame) GetGroupPokeEvent() *GroupPokeEvent

func (*Frame) GetGroupRecallNoticeEvent

func (x *Frame) GetGroupRecallNoticeEvent() *GroupRecallNoticeEvent

func (*Frame) GetGroupRequestEvent

func (x *Frame) GetGroupRequestEvent() *GroupRequestEvent

func (*Frame) GetGroupTempMessageEvent

func (x *Frame) GetGroupTempMessageEvent() *GroupTempMessageEvent

func (*Frame) GetGroupUploadNoticeEvent

func (x *Frame) GetGroupUploadNoticeEvent() *GroupUploadNoticeEvent

func (*Frame) GetHonor

func (x *Frame) GetHonor() string

func (*Frame) GetInvitorUid

func (x *Frame) GetInvitorUid() string

func (*Frame) GetJoinType

func (x *Frame) GetJoinType() uint32

func (*Frame) GetMemberSpecialTitleUpdatedEvent

func (x *Frame) GetMemberSpecialTitleUpdatedEvent() *MemberSpecialTitleUpdatedEvent

func (*Frame) GetMemberUid

func (x *Frame) GetMemberUid() string

func (*Frame) GetMessage

func (x *Frame) GetMessage() []*Message

func (*Frame) GetMessageId

func (x *Frame) GetMessageId() int32

func (*Frame) GetMessageType

func (x *Frame) GetMessageType() string

func (*Frame) GetMetaEventType

func (x *Frame) GetMetaEventType() string

func (*Frame) GetMsg

func (x *Frame) GetMsg() string

func (*Frame) GetNoticeType

func (x *Frame) GetNoticeType() string

func (*Frame) GetOCanSendImageResp

func (x *Frame) GetOCanSendImageResp() *OCanSendImageResp

func (*Frame) GetOCanSendRecordResp

func (x *Frame) GetOCanSendRecordResp() *OCanSendRecordResp

func (*Frame) GetOCleanCacheResp

func (x *Frame) GetOCleanCacheResp() *OCleanCacheResp

func (*Frame) GetODeleteMsgResp

func (x *Frame) GetODeleteMsgResp() *ODeleteMsgResp

func (*Frame) GetOGetCookiesResp

func (x *Frame) GetOGetCookiesResp() *OGetCookiesResp

func (*Frame) GetOGetCredentialsResp

func (x *Frame) GetOGetCredentialsResp() *OGetCredentialsResp

func (*Frame) GetOGetCsrfTokenResp

func (x *Frame) GetOGetCsrfTokenResp() *OGetCsrfTokenResp

func (*Frame) GetOGetForwardMsgResp

func (x *Frame) GetOGetForwardMsgResp() *OGetForwardMsgResp

func (*Frame) GetOGetFriendListResp

func (x *Frame) GetOGetFriendListResp() *OGetFriendListResp

func (*Frame) GetOGetGroupHonorInfoResp

func (x *Frame) GetOGetGroupHonorInfoResp() *OGetGroupHonorInfoResp

func (*Frame) GetOGetGroupInfoResp

func (x *Frame) GetOGetGroupInfoResp() *OGetGroupInfoResp

func (*Frame) GetOGetGroupListResp

func (x *Frame) GetOGetGroupListResp() *OGetGroupListResp

func (*Frame) GetOGetGroupMemberInfoResp

func (x *Frame) GetOGetGroupMemberInfoResp() *OGetGroupMemberInfoResp

func (*Frame) GetOGetGroupMemberListResp

func (x *Frame) GetOGetGroupMemberListResp() *OGetGroupMemberListResp

func (*Frame) GetOGetImageResp

func (x *Frame) GetOGetImageResp() *OGetImageResp

func (*Frame) GetOGetLoginInfoResp

func (x *Frame) GetOGetLoginInfoResp() *OGetLoginInfoResp

func (*Frame) GetOGetMsgResp

func (x *Frame) GetOGetMsgResp() *OGetMsgResp

func (*Frame) GetOGetRecordResp

func (x *Frame) GetOGetRecordResp() *OGetRecordResp

func (*Frame) GetOGetStatusResp

func (x *Frame) GetOGetStatusResp() *OGetStatusResp

func (*Frame) GetOGetStrangerInfoResp

func (x *Frame) GetOGetStrangerInfoResp() *OGetStrangerInfoResp

func (*Frame) GetOGetVersionInfoResp

func (x *Frame) GetOGetVersionInfoResp() *OGetVersionInfoResp

func (*Frame) GetOSendForwardMsgResp

func (x *Frame) GetOSendForwardMsgResp() *OSendForwardMsgResp

func (*Frame) GetOSendFriendPokeResp

func (x *Frame) GetOSendFriendPokeResp() *OSendFriendPokeResp

func (*Frame) GetOSendGroupMsgResp

func (x *Frame) GetOSendGroupMsgResp() *OSendGroupMsgResp

func (*Frame) GetOSendGroupPokeResp

func (x *Frame) GetOSendGroupPokeResp() *OSendGroupPokeResp

func (*Frame) GetOSendLikeResp

func (x *Frame) GetOSendLikeResp() *OSendLikeResp

func (*Frame) GetOSendMsgResp

func (x *Frame) GetOSendMsgResp() *OSendMsgResp

func (*Frame) GetOSendMusicResp

func (x *Frame) GetOSendMusicResp() *OSendMusicResp

func (*Frame) GetOSendPrivateMsgResp

func (x *Frame) GetOSendPrivateMsgResp() *OSendPrivateMsgResp

func (*Frame) GetOSetFriendAddRequestResp

func (x *Frame) GetOSetFriendAddRequestResp() *OSetFriendAddRequestResp

func (*Frame) GetOSetGroupAddRequestResp

func (x *Frame) GetOSetGroupAddRequestResp() *OSetGroupAddRequestResp

func (*Frame) GetOSetGroupAdminResp

func (x *Frame) GetOSetGroupAdminResp() *OSetGroupAdminResp

func (*Frame) GetOSetGroupAnonymousBanResp

func (x *Frame) GetOSetGroupAnonymousBanResp() *OSetGroupAnonymousBanResp

func (*Frame) GetOSetGroupAnonymousResp

func (x *Frame) GetOSetGroupAnonymousResp() *OSetGroupAnonymousResp

func (*Frame) GetOSetGroupBanResp

func (x *Frame) GetOSetGroupBanResp() *OSetGroupBanResp

func (*Frame) GetOSetGroupCardResp

func (x *Frame) GetOSetGroupCardResp() *OSetGroupCardResp

func (*Frame) GetOSetGroupKickResp

func (x *Frame) GetOSetGroupKickResp() *OSetGroupKickResp

func (*Frame) GetOSetGroupLeaveResp

func (x *Frame) GetOSetGroupLeaveResp() *OSetGroupLeaveResp

func (*Frame) GetOSetGroupNameResp

func (x *Frame) GetOSetGroupNameResp() *OSetGroupNameResp

func (*Frame) GetOSetGroupSignInResp

func (x *Frame) GetOSetGroupSignInResp() *OSetGroupSignInResp

func (*Frame) GetOSetGroupSpecialTitleResp

func (x *Frame) GetOSetGroupSpecialTitleResp() *OSetGroupSpecialTitleResp

func (*Frame) GetOSetGroupWholeBanResp

func (x *Frame) GetOSetGroupWholeBanResp() *OSetGroupWholeBanResp

func (*Frame) GetOSetRestartResp

func (x *Frame) GetOSetRestartResp() *OSetRestartResp

func (*Frame) GetOk

func (x *Frame) GetOk() bool

func (*Frame) GetOperatorId

func (x *Frame) GetOperatorId() int64

func (*Frame) GetOperatorUid

func (x *Frame) GetOperatorUid() string

func (*Frame) GetParams

func (x *Frame) GetParams() *Params

func (*Frame) GetPbData

func (m *Frame) GetPbData() isFrame_PbData

func (*Frame) GetPostType

func (x *Frame) GetPostType() string

func (*Frame) GetPrivateMessageEvent

func (x *Frame) GetPrivateMessageEvent() *PrivateMessageEvent

func (*Frame) GetRandom

func (x *Frame) GetRandom() uint32

func (*Frame) GetRawMessage

func (x *Frame) GetRawMessage() string

func (*Frame) GetRenameEvent

func (x *Frame) GetRenameEvent() *RenameEvent

func (*Frame) GetRequestId

func (x *Frame) GetRequestId() int64

func (*Frame) GetRequestType

func (x *Frame) GetRequestType() string

func (*Frame) GetSelfId

func (x *Frame) GetSelfId() int64

func (*Frame) GetSendForwardMsgReq

func (x *Frame) GetSendForwardMsgReq() *SendForwardMsgReq

func (*Frame) GetSendForwardMsgResp

func (x *Frame) GetSendForwardMsgResp() *SendForwardMsgResp

func (*Frame) GetSendFriendPokeReq

func (x *Frame) GetSendFriendPokeReq() *SendFriendPokeReq

func (*Frame) GetSendFriendPokeResp

func (x *Frame) GetSendFriendPokeResp() *SendFriendPokeResp

func (*Frame) GetSendGroupMsgReq

func (x *Frame) GetSendGroupMsgReq() *SendGroupMsgReq

func (*Frame) GetSendGroupMsgResp

func (x *Frame) GetSendGroupMsgResp() *SendGroupMsgResp

func (*Frame) GetSendGroupPokeReq

func (x *Frame) GetSendGroupPokeReq() *SendGroupPokeReq

func (*Frame) GetSendGroupPokeResp

func (x *Frame) GetSendGroupPokeResp() *SendGroupPokeResp

func (*Frame) GetSendLikeReq

func (x *Frame) GetSendLikeReq() *SendLikeReq

func (*Frame) GetSendLikeResp

func (x *Frame) GetSendLikeResp() *SendLikeResp

func (*Frame) GetSendMsgReq

func (x *Frame) GetSendMsgReq() *SendMsgReq

func (*Frame) GetSendMsgResp

func (x *Frame) GetSendMsgResp() *SendMsgResp

func (*Frame) GetSendMusicReq

func (x *Frame) GetSendMusicReq() *SendMusicReq

func (*Frame) GetSendMusicResp

func (x *Frame) GetSendMusicResp() *SendMusicResp

func (*Frame) GetSendPrivateMsgReq

func (x *Frame) GetSendPrivateMsgReq() *SendPrivateMsgReq

func (*Frame) GetSendPrivateMsgResp

func (x *Frame) GetSendPrivateMsgResp() *SendPrivateMsgResp

func (*Frame) GetSender

func (x *Frame) GetSender() *Frame_Sender

func (*Frame) GetSenderCard

func (x *Frame) GetSenderCard() string

func (*Frame) GetSequence

func (x *Frame) GetSequence() uint64

func (*Frame) GetSetFriendAddRequestReq

func (x *Frame) GetSetFriendAddRequestReq() *SetFriendAddRequestReq

func (*Frame) GetSetFriendAddRequestResp

func (x *Frame) GetSetFriendAddRequestResp() *SetFriendAddRequestResp

func (*Frame) GetSetGroupAddRequestReq

func (x *Frame) GetSetGroupAddRequestReq() *SetGroupAddRequestReq

func (*Frame) GetSetGroupAddRequestResp

func (x *Frame) GetSetGroupAddRequestResp() *SetGroupAddRequestResp

func (*Frame) GetSetGroupAdminReq

func (x *Frame) GetSetGroupAdminReq() *SetGroupAdminReq

func (*Frame) GetSetGroupAdminResp

func (x *Frame) GetSetGroupAdminResp() *SetGroupAdminResp

func (*Frame) GetSetGroupAnonymousBanReq

func (x *Frame) GetSetGroupAnonymousBanReq() *SetGroupAnonymousBanReq

func (*Frame) GetSetGroupAnonymousBanResp

func (x *Frame) GetSetGroupAnonymousBanResp() *SetGroupAnonymousBanResp

func (*Frame) GetSetGroupAnonymousReq

func (x *Frame) GetSetGroupAnonymousReq() *SetGroupAnonymousReq

func (*Frame) GetSetGroupAnonymousResp

func (x *Frame) GetSetGroupAnonymousResp() *SetGroupAnonymousResp

func (*Frame) GetSetGroupBanReq

func (x *Frame) GetSetGroupBanReq() *SetGroupBanReq

func (*Frame) GetSetGroupBanResp

func (x *Frame) GetSetGroupBanResp() *SetGroupBanResp

func (*Frame) GetSetGroupCardReq

func (x *Frame) GetSetGroupCardReq() *SetGroupCardReq

func (*Frame) GetSetGroupCardResp

func (x *Frame) GetSetGroupCardResp() *SetGroupCardResp

func (*Frame) GetSetGroupKickReq

func (x *Frame) GetSetGroupKickReq() *SetGroupKickReq

func (*Frame) GetSetGroupKickResp

func (x *Frame) GetSetGroupKickResp() *SetGroupKickResp

func (*Frame) GetSetGroupLeaveReq

func (x *Frame) GetSetGroupLeaveReq() *SetGroupLeaveReq

func (*Frame) GetSetGroupLeaveResp

func (x *Frame) GetSetGroupLeaveResp() *SetGroupLeaveResp

func (*Frame) GetSetGroupNameReq

func (x *Frame) GetSetGroupNameReq() *SetGroupNameReq

func (*Frame) GetSetGroupNameResp

func (x *Frame) GetSetGroupNameResp() *SetGroupNameResp

func (*Frame) GetSetGroupSignInReq

func (x *Frame) GetSetGroupSignInReq() *SetGroupSignInReq

func (*Frame) GetSetGroupSignInResp

func (x *Frame) GetSetGroupSignInResp() *SetGroupSignInResp

func (*Frame) GetSetGroupSpecialTitleReq

func (x *Frame) GetSetGroupSpecialTitleReq() *SetGroupSpecialTitleReq

func (*Frame) GetSetGroupSpecialTitleResp

func (x *Frame) GetSetGroupSpecialTitleResp() *SetGroupSpecialTitleResp

func (*Frame) GetSetGroupWholeBanReq

func (x *Frame) GetSetGroupWholeBanReq() *SetGroupWholeBanReq

func (*Frame) GetSetGroupWholeBanResp

func (x *Frame) GetSetGroupWholeBanResp() *SetGroupWholeBanResp

func (*Frame) GetSetRestartReq

func (x *Frame) GetSetRestartReq() *SetRestartReq

func (*Frame) GetSetRestartResp

func (x *Frame) GetSetRestartResp() *SetRestartResp

func (*Frame) GetSource

func (x *Frame) GetSource() string

func (*Frame) GetSourceUid

func (x *Frame) GetSourceUid() string

func (*Frame) GetSourceUin

func (x *Frame) GetSourceUin() uint32

func (*Frame) GetStatus

func (x *Frame) GetStatus() any

func (*Frame) GetSubType

func (x *Frame) GetSubType() string

func (*Frame) GetSuspicious

func (x *Frame) GetSuspicious() bool

func (*Frame) GetTargetCard

func (x *Frame) GetTargetCard() string

func (*Frame) GetTargetId

func (x *Frame) GetTargetId() int64

func (*Frame) GetTargetUid

func (x *Frame) GetTargetUid() string

func (*Frame) GetTime

func (x *Frame) GetTime() int64

func (*Frame) GetUserId

func (x *Frame) GetUserId() int64

func (*Frame) GetUserNick

func (x *Frame) GetUserNick() string

func (*Frame) ProtoMessage

func (*Frame) ProtoMessage()

func (*Frame) ProtoReflect

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

func (*Frame) Reset

func (x *Frame) Reset()

func (*Frame) String

func (x *Frame) String() string

type Frame_Anonymous

type Frame_Anonymous 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"`
	Flag string `protobuf:"bytes,3,opt,name=flag,proto3" json:"flag,omitempty"`
	// contains filtered or unexported fields
}

func (*Frame_Anonymous) Descriptor deprecated

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

Deprecated: Use Frame_Anonymous.ProtoReflect.Descriptor instead.

func (*Frame_Anonymous) GetFlag

func (x *Frame_Anonymous) GetFlag() string

func (*Frame_Anonymous) GetId

func (x *Frame_Anonymous) GetId() int64

func (*Frame_Anonymous) GetName

func (x *Frame_Anonymous) GetName() string

func (*Frame_Anonymous) ProtoMessage

func (*Frame_Anonymous) ProtoMessage()

func (*Frame_Anonymous) ProtoReflect

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

func (*Frame_Anonymous) Reset

func (x *Frame_Anonymous) Reset()

func (*Frame_Anonymous) String

func (x *Frame_Anonymous) String() string

type Frame_CanSendImageReq

type Frame_CanSendImageReq struct {
	CanSendImageReq *CanSendImageReq `protobuf:"bytes,233,opt,name=can_send_image_req,json=canSendImageReq,proto3,oneof"`
}

type Frame_CanSendImageResp

type Frame_CanSendImageResp struct {
	CanSendImageResp *CanSendImageResp `protobuf:"bytes,333,opt,name=can_send_image_resp,json=canSendImageResp,proto3,oneof"`
}

type Frame_CanSendRecordReq

type Frame_CanSendRecordReq struct {
	CanSendRecordReq *CanSendRecordReq `protobuf:"bytes,234,opt,name=can_send_record_req,json=canSendRecordReq,proto3,oneof"`
}

type Frame_CanSendRecordResp

type Frame_CanSendRecordResp struct {
	CanSendRecordResp *CanSendRecordResp `protobuf:"bytes,334,opt,name=can_send_record_resp,json=canSendRecordResp,proto3,oneof"`
}

type Frame_CleanCacheReq

type Frame_CleanCacheReq struct {
	CleanCacheReq *CleanCacheReq `protobuf:"bytes,238,opt,name=clean_cache_req,json=cleanCacheReq,proto3,oneof"`
}

type Frame_CleanCacheResp

type Frame_CleanCacheResp struct {
	CleanCacheResp *CleanCacheResp `protobuf:"bytes,338,opt,name=clean_cache_resp,json=cleanCacheResp,proto3,oneof"`
}

type Frame_DeleteMsgReq

type Frame_DeleteMsgReq struct {
	DeleteMsgReq *DeleteMsgReq `protobuf:"bytes,204,opt,name=delete_msg_req,json=deleteMsgReq,proto3,oneof"`
}

type Frame_DeleteMsgResp

type Frame_DeleteMsgResp struct {
	DeleteMsgResp *DeleteMsgResp `protobuf:"bytes,304,opt,name=delete_msg_resp,json=deleteMsgResp,proto3,oneof"`
}

type Frame_File

type Frame_File struct {
	Id    string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name  string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Size  int64  `protobuf:"varint,3,opt,name=size,proto3" json:"size,omitempty"`
	Busid int64  `protobuf:"varint,4,opt,name=busid,proto3" json:"busid,omitempty"`
	Url   string `protobuf:"bytes,5,opt,name=url,proto3" json:"url,omitempty"`
	// contains filtered or unexported fields
}

func (*Frame_File) Descriptor deprecated

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

Deprecated: Use Frame_File.ProtoReflect.Descriptor instead.

func (*Frame_File) GetBusid

func (x *Frame_File) GetBusid() int64

func (*Frame_File) GetId

func (x *Frame_File) GetId() string

func (*Frame_File) GetName

func (x *Frame_File) GetName() string

func (*Frame_File) GetSize

func (x *Frame_File) GetSize() int64

func (*Frame_File) GetUrl

func (x *Frame_File) GetUrl() string

func (*Frame_File) ProtoMessage

func (*Frame_File) ProtoMessage()

func (*Frame_File) ProtoReflect

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

func (*Frame_File) Reset

func (x *Frame_File) Reset()

func (*Frame_File) String

func (x *Frame_File) String() string

type Frame_FrameType

type Frame_FrameType int32
const (
	Frame_TUNKNOWN                           Frame_FrameType = 0
	Frame_TPrivateMessageEvent               Frame_FrameType = 101
	Frame_TGroupMessageEvent                 Frame_FrameType = 102
	Frame_TGroupUploadNoticeEvent            Frame_FrameType = 103
	Frame_TGroupAdminNoticeEvent             Frame_FrameType = 104
	Frame_TGroupDecreaseNoticeEvent          Frame_FrameType = 105
	Frame_TGroupIncreaseNoticeEvent          Frame_FrameType = 106
	Frame_TGroupBanNoticeEvent               Frame_FrameType = 107
	Frame_TFriendAddNoticeEvent              Frame_FrameType = 108
	Frame_TGroupRecallNoticeEvent            Frame_FrameType = 109
	Frame_TFriendRecallNoticeEvent           Frame_FrameType = 110
	Frame_TFriendRequestEvent                Frame_FrameType = 111
	Frame_TGroupRequestEvent                 Frame_FrameType = 112
	Frame_TGroupTempMessageEvent             Frame_FrameType = 113
	Frame_TGroupNotifyEvent                  Frame_FrameType = 114
	Frame_TGroupPokeEvent                    Frame_FrameType = 115
	Frame_TFriendPokeEvent                   Frame_FrameType = 116
	Frame_TGroupDigestEvent                  Frame_FrameType = 117
	Frame_TGroupNameUpdatedEvent             Frame_FrameType = 118
	Frame_TMemberSpecialTitleUpdatedEvent    Frame_FrameType = 119
	Frame_TGroupMemberPermissionChangedEvent Frame_FrameType = 120
	Frame_TRenameEvent                       Frame_FrameType = 121
	Frame_TSendPrivateMsgReq                 Frame_FrameType = 201
	Frame_TSendGroupMsgReq                   Frame_FrameType = 202
	Frame_TSendMsgReq                        Frame_FrameType = 203
	Frame_TDeleteMsgReq                      Frame_FrameType = 204
	Frame_TGetMsgReq                         Frame_FrameType = 205
	Frame_TGetForwardMsgReq                  Frame_FrameType = 206
	Frame_TSendLikeReq                       Frame_FrameType = 207
	Frame_TSetGroupKickReq                   Frame_FrameType = 208
	Frame_TSetGroupBanReq                    Frame_FrameType = 209
	Frame_TSetGroupAnonymousReq              Frame_FrameType = 210
	Frame_TSetGroupWholeBanReq               Frame_FrameType = 211
	Frame_TSetGroupAdminReq                  Frame_FrameType = 212
	Frame_TSetGroupAnonymousBanReq           Frame_FrameType = 213
	Frame_TSetGroupCardReq                   Frame_FrameType = 214
	Frame_TSetGroupNameReq                   Frame_FrameType = 215
	Frame_TSetGroupLeaveReq                  Frame_FrameType = 216
	Frame_TSetGroupSpecialTitleReq           Frame_FrameType = 217
	Frame_TSetFriendAddRequestReq            Frame_FrameType = 218
	Frame_TSetGroupAddRequestReq             Frame_FrameType = 219
	Frame_TGetLoginInfoReq                   Frame_FrameType = 220
	Frame_TGetStrangerInfoReq                Frame_FrameType = 221
	Frame_TGetFriendListReq                  Frame_FrameType = 222
	Frame_TGetGroupInfoReq                   Frame_FrameType = 223
	Frame_TGetGroupListReq                   Frame_FrameType = 224
	Frame_TGetGroupMemberInfoReq             Frame_FrameType = 225
	Frame_TGetGroupMemberListReq             Frame_FrameType = 226
	Frame_TGetGroupHonorInfoReq              Frame_FrameType = 227
	Frame_TGetCookiesReq                     Frame_FrameType = 228
	Frame_TGetCsrfTokenReq                   Frame_FrameType = 229
	Frame_TGetCredentialsReq                 Frame_FrameType = 230
	Frame_TGetRecordReq                      Frame_FrameType = 231
	Frame_TGetImageReq                       Frame_FrameType = 232
	Frame_TCanSendImageReq                   Frame_FrameType = 233
	Frame_TCanSendRecordReq                  Frame_FrameType = 234
	Frame_TGetStatusReq                      Frame_FrameType = 235
	Frame_TGetVersionInfoReq                 Frame_FrameType = 236
	Frame_TSetRestartReq                     Frame_FrameType = 237
	Frame_TCleanCacheReq                     Frame_FrameType = 238
	Frame_TSetGroupSignInReq                 Frame_FrameType = 239
	Frame_TSendMusicReq                      Frame_FrameType = 240
	Frame_TSendGroupPokeReq                  Frame_FrameType = 241
	Frame_TSendFriendPokeReq                 Frame_FrameType = 242
	Frame_TSendForwardMsgReq                 Frame_FrameType = 243
	Frame_TSendPrivateMsgResp                Frame_FrameType = 301
	Frame_TSendGroupMsgResp                  Frame_FrameType = 302
	Frame_TSendMsgResp                       Frame_FrameType = 303
	Frame_TDeleteMsgResp                     Frame_FrameType = 304
	Frame_TGetMsgResp                        Frame_FrameType = 305
	Frame_TGetForwardMsgResp                 Frame_FrameType = 306
	Frame_TSendLikeResp                      Frame_FrameType = 307
	Frame_TSetGroupKickResp                  Frame_FrameType = 308
	Frame_TSetGroupBanResp                   Frame_FrameType = 309
	Frame_TSetGroupAnonymousResp             Frame_FrameType = 310
	Frame_TSetGroupWholeBanResp              Frame_FrameType = 311
	Frame_TSetGroupAdminResp                 Frame_FrameType = 312
	Frame_TSetGroupAnonymousBanResp          Frame_FrameType = 313
	Frame_TSetGroupCardResp                  Frame_FrameType = 314
	Frame_TSetGroupNameResp                  Frame_FrameType = 315
	Frame_TSetGroupLeaveResp                 Frame_FrameType = 316
	Frame_TSetGroupSpecialTitleResp          Frame_FrameType = 317
	Frame_TSetFriendAddRequestResp           Frame_FrameType = 318
	Frame_TSetGroupAddRequestResp            Frame_FrameType = 319
	Frame_TGetLoginInfoResp                  Frame_FrameType = 320
	Frame_TGetStrangerInfoResp               Frame_FrameType = 321
	Frame_TGetFriendListResp                 Frame_FrameType = 322
	Frame_TGetGroupInfoResp                  Frame_FrameType = 323
	Frame_TGetGroupListResp                  Frame_FrameType = 324
	Frame_TGetGroupMemberInfoResp            Frame_FrameType = 325
	Frame_TGetGroupMemberListResp            Frame_FrameType = 326
	Frame_TGetGroupHonorInfoResp             Frame_FrameType = 327
	Frame_TGetCookiesResp                    Frame_FrameType = 328
	Frame_TGetCsrfTokenResp                  Frame_FrameType = 329
	Frame_TGetCredentialsResp                Frame_FrameType = 330
	Frame_TGetRecordResp                     Frame_FrameType = 331
	Frame_TGetImageResp                      Frame_FrameType = 332
	Frame_TCanSendImageResp                  Frame_FrameType = 333
	Frame_TCanSendRecordResp                 Frame_FrameType = 334
	Frame_TGetStatusResp                     Frame_FrameType = 335
	Frame_TGetVersionInfoResp                Frame_FrameType = 336
	Frame_TSetRestartResp                    Frame_FrameType = 337
	Frame_TCleanCacheResp                    Frame_FrameType = 338
	Frame_TSetGroupSignInResp                Frame_FrameType = 339
	Frame_TSendMusicResp                     Frame_FrameType = 340
	Frame_TSendGroupPokeResp                 Frame_FrameType = 341
	Frame_TSendFriendPokeResp                Frame_FrameType = 342
	Frame_TSendForwardMsgResp                Frame_FrameType = 343
	Frame_TOSendPrivateMsgResp               Frame_FrameType = 401
	Frame_TOSendGroupMsgResp                 Frame_FrameType = 402
	Frame_TOSendMsgResp                      Frame_FrameType = 403
	Frame_TODeleteMsgResp                    Frame_FrameType = 404
	Frame_TOGetMsgResp                       Frame_FrameType = 405
	Frame_TOGetForwardMsgResp                Frame_FrameType = 406
	Frame_TOSendLikeResp                     Frame_FrameType = 407
	Frame_TOSetGroupKickResp                 Frame_FrameType = 408
	Frame_TOSetGroupBanResp                  Frame_FrameType = 409
	Frame_TOSetGroupAnonymousResp            Frame_FrameType = 410
	Frame_TOSetGroupWholeBanResp             Frame_FrameType = 411
	Frame_TOSetGroupAdminResp                Frame_FrameType = 412
	Frame_TOSetGroupAnonymousBanResp         Frame_FrameType = 413
	Frame_TOSetGroupCardResp                 Frame_FrameType = 414
	Frame_TOSetGroupNameResp                 Frame_FrameType = 415
	Frame_TOSetGroupLeaveResp                Frame_FrameType = 416
	Frame_TOSetGroupSpecialTitleResp         Frame_FrameType = 417
	Frame_TOSetFriendAddRequestResp          Frame_FrameType = 418
	Frame_TOSetGroupAddRequestResp           Frame_FrameType = 419
	Frame_TOGetLoginInfoResp                 Frame_FrameType = 420
	Frame_TOGetStrangerInfoResp              Frame_FrameType = 421
	Frame_TOGetFriendListResp                Frame_FrameType = 422
	Frame_TOGetGroupInfoResp                 Frame_FrameType = 423
	Frame_TOGetGroupListResp                 Frame_FrameType = 424
	Frame_TOGetGroupMemberInfoResp           Frame_FrameType = 425
	Frame_TOGetGroupMemberListResp           Frame_FrameType = 426
	Frame_TOGetGroupHonorInfoResp            Frame_FrameType = 427
	Frame_TOGetCookiesResp                   Frame_FrameType = 428
	Frame_TOGetCsrfTokenResp                 Frame_FrameType = 429
	Frame_TOGetCredentialsResp               Frame_FrameType = 430
	Frame_TOGetRecordResp                    Frame_FrameType = 431
	Frame_TOGetImageResp                     Frame_FrameType = 432
	Frame_TOCanSendImageResp                 Frame_FrameType = 433
	Frame_TOCanSendRecordResp                Frame_FrameType = 434
	Frame_TOGetStatusResp                    Frame_FrameType = 435
	Frame_TOGetVersionInfoResp               Frame_FrameType = 436
	Frame_TOSetRestartResp                   Frame_FrameType = 437
	Frame_TOCleanCacheResp                   Frame_FrameType = 438
	Frame_TOSetGroupSignInResp               Frame_FrameType = 439
	Frame_TOSendMusicResp                    Frame_FrameType = 440
	Frame_TOSendGroupPokeResp                Frame_FrameType = 441
	Frame_TOSendFriendPokeResp               Frame_FrameType = 442
	Frame_TOSendForwardMsgReq                Frame_FrameType = 443
)

func (Frame_FrameType) Descriptor

func (Frame_FrameType) Enum

func (x Frame_FrameType) Enum() *Frame_FrameType

func (Frame_FrameType) EnumDescriptor deprecated

func (Frame_FrameType) EnumDescriptor() ([]byte, []int)

Deprecated: Use Frame_FrameType.Descriptor instead.

func (Frame_FrameType) Number

func (Frame_FrameType) String

func (x Frame_FrameType) String() string

func (Frame_FrameType) Type

type Frame_FriendAddNoticeEvent

type Frame_FriendAddNoticeEvent struct {
	FriendAddNoticeEvent *FriendAddNoticeEvent `protobuf:"bytes,108,opt,name=friend_add_notice_event,json=friendAddNoticeEvent,proto3,oneof"`
}

type Frame_FriendPokeEvent

type Frame_FriendPokeEvent struct {
	FriendPokeEvent *FriendPokeEvent `protobuf:"bytes,116,opt,name=friend_poke_event,json=friendPokeEvent,proto3,oneof"`
}

type Frame_FriendRecallNoticeEvent

type Frame_FriendRecallNoticeEvent struct {
	FriendRecallNoticeEvent *FriendRecallNoticeEvent `protobuf:"bytes,110,opt,name=friend_recall_notice_event,json=friendRecallNoticeEvent,proto3,oneof"`
}

type Frame_FriendRequestEvent

type Frame_FriendRequestEvent struct {
	FriendRequestEvent *FriendRequestEvent `protobuf:"bytes,111,opt,name=friend_request_event,json=friendRequestEvent,proto3,oneof"`
}

type Frame_GetCookiesReq

type Frame_GetCookiesReq struct {
	GetCookiesReq *GetCookiesReq `protobuf:"bytes,228,opt,name=get_cookies_req,json=getCookiesReq,proto3,oneof"`
}

type Frame_GetCookiesResp

type Frame_GetCookiesResp struct {
	GetCookiesResp *GetCookiesResp `protobuf:"bytes,328,opt,name=get_cookies_resp,json=getCookiesResp,proto3,oneof"`
}

type Frame_GetCredentialsReq

type Frame_GetCredentialsReq struct {
	GetCredentialsReq *GetCredentialsReq `protobuf:"bytes,230,opt,name=get_credentials_req,json=getCredentialsReq,proto3,oneof"`
}

type Frame_GetCredentialsResp

type Frame_GetCredentialsResp struct {
	GetCredentialsResp *GetCredentialsResp `protobuf:"bytes,330,opt,name=get_credentials_resp,json=getCredentialsResp,proto3,oneof"`
}

type Frame_GetCsrfTokenReq

type Frame_GetCsrfTokenReq struct {
	GetCsrfTokenReq *GetCsrfTokenReq `protobuf:"bytes,229,opt,name=get_csrf_token_req,json=getCsrfTokenReq,proto3,oneof"`
}

type Frame_GetCsrfTokenResp

type Frame_GetCsrfTokenResp struct {
	GetCsrfTokenResp *GetCsrfTokenResp `protobuf:"bytes,329,opt,name=get_csrf_token_resp,json=getCsrfTokenResp,proto3,oneof"`
}

type Frame_GetForwardMsgReq

type Frame_GetForwardMsgReq struct {
	GetForwardMsgReq *GetForwardMsgReq `protobuf:"bytes,206,opt,name=get_forward_msg_req,json=getForwardMsgReq,proto3,oneof"`
}

type Frame_GetForwardMsgResp

type Frame_GetForwardMsgResp struct {
	GetForwardMsgResp *GetForwardMsgResp `protobuf:"bytes,306,opt,name=get_forward_msg_resp,json=getForwardMsgResp,proto3,oneof"`
}

type Frame_GetFriendListReq

type Frame_GetFriendListReq struct {
	GetFriendListReq *GetFriendListReq `protobuf:"bytes,222,opt,name=get_friend_list_req,json=getFriendListReq,proto3,oneof"`
}

type Frame_GetFriendListResp

type Frame_GetFriendListResp struct {
	GetFriendListResp *GetFriendListResp `protobuf:"bytes,322,opt,name=get_friend_list_resp,json=getFriendListResp,proto3,oneof"`
}

type Frame_GetGroupHonorInfoReq

type Frame_GetGroupHonorInfoReq struct {
	GetGroupHonorInfoReq *GetGroupHonorInfoReq `protobuf:"bytes,227,opt,name=get_group_honor_info_req,json=getGroupHonorInfoReq,proto3,oneof"`
}

type Frame_GetGroupHonorInfoResp

type Frame_GetGroupHonorInfoResp struct {
	GetGroupHonorInfoResp *GetGroupHonorInfoResp `protobuf:"bytes,327,opt,name=get_group_honor_info_resp,json=getGroupHonorInfoResp,proto3,oneof"`
}

type Frame_GetGroupInfoReq

type Frame_GetGroupInfoReq struct {
	GetGroupInfoReq *GetGroupInfoReq `protobuf:"bytes,223,opt,name=get_group_info_req,json=getGroupInfoReq,proto3,oneof"`
}

type Frame_GetGroupInfoResp

type Frame_GetGroupInfoResp struct {
	GetGroupInfoResp *GetGroupInfoResp `protobuf:"bytes,323,opt,name=get_group_info_resp,json=getGroupInfoResp,proto3,oneof"`
}

type Frame_GetGroupListReq

type Frame_GetGroupListReq struct {
	GetGroupListReq *GetGroupListReq `protobuf:"bytes,224,opt,name=get_group_list_req,json=getGroupListReq,proto3,oneof"`
}

type Frame_GetGroupListResp

type Frame_GetGroupListResp struct {
	GetGroupListResp *GetGroupListResp `protobuf:"bytes,324,opt,name=get_group_list_resp,json=getGroupListResp,proto3,oneof"`
}

type Frame_GetGroupMemberInfoReq

type Frame_GetGroupMemberInfoReq struct {
	GetGroupMemberInfoReq *GetGroupMemberInfoReq `protobuf:"bytes,225,opt,name=get_group_member_info_req,json=getGroupMemberInfoReq,proto3,oneof"`
}

type Frame_GetGroupMemberInfoResp

type Frame_GetGroupMemberInfoResp struct {
	GetGroupMemberInfoResp *GetGroupMemberInfoResp `protobuf:"bytes,325,opt,name=get_group_member_info_resp,json=getGroupMemberInfoResp,proto3,oneof"`
}

type Frame_GetGroupMemberListReq

type Frame_GetGroupMemberListReq struct {
	GetGroupMemberListReq *GetGroupMemberListReq `protobuf:"bytes,226,opt,name=get_group_member_list_req,json=getGroupMemberListReq,proto3,oneof"`
}

type Frame_GetGroupMemberListResp

type Frame_GetGroupMemberListResp struct {
	GetGroupMemberListResp *GetGroupMemberListResp `protobuf:"bytes,326,opt,name=get_group_member_list_resp,json=getGroupMemberListResp,proto3,oneof"`
}

type Frame_GetImageReq

type Frame_GetImageReq struct {
	GetImageReq *GetImageReq `protobuf:"bytes,232,opt,name=get_image_req,json=getImageReq,proto3,oneof"`
}

type Frame_GetImageResp

type Frame_GetImageResp struct {
	GetImageResp *GetImageResp `protobuf:"bytes,332,opt,name=get_image_resp,json=getImageResp,proto3,oneof"`
}

type Frame_GetLoginInfoReq

type Frame_GetLoginInfoReq struct {
	GetLoginInfoReq *GetLoginInfoReq `protobuf:"bytes,220,opt,name=get_login_info_req,json=getLoginInfoReq,proto3,oneof"`
}

type Frame_GetLoginInfoResp

type Frame_GetLoginInfoResp struct {
	GetLoginInfoResp *GetLoginInfoResp `protobuf:"bytes,320,opt,name=get_login_info_resp,json=getLoginInfoResp,proto3,oneof"`
}

type Frame_GetMsgReq

type Frame_GetMsgReq struct {
	GetMsgReq *GetMsgReq `protobuf:"bytes,205,opt,name=get_msg_req,json=getMsgReq,proto3,oneof"`
}

type Frame_GetMsgResp

type Frame_GetMsgResp struct {
	GetMsgResp *GetMsgResp `protobuf:"bytes,305,opt,name=get_msg_resp,json=getMsgResp,proto3,oneof"`
}

type Frame_GetRecordReq

type Frame_GetRecordReq struct {
	GetRecordReq *GetRecordReq `protobuf:"bytes,231,opt,name=get_record_req,json=getRecordReq,proto3,oneof"`
}

type Frame_GetRecordResp

type Frame_GetRecordResp struct {
	GetRecordResp *GetRecordResp `protobuf:"bytes,331,opt,name=get_record_resp,json=getRecordResp,proto3,oneof"`
}

type Frame_GetStatusReq

type Frame_GetStatusReq struct {
	GetStatusReq *GetStatusReq `protobuf:"bytes,235,opt,name=get_status_req,json=getStatusReq,proto3,oneof"`
}

type Frame_GetStatusResp

type Frame_GetStatusResp struct {
	GetStatusResp *GetStatusResp `protobuf:"bytes,335,opt,name=get_status_resp,json=getStatusResp,proto3,oneof"`
}

type Frame_GetStrangerInfoReq

type Frame_GetStrangerInfoReq struct {
	GetStrangerInfoReq *GetStrangerInfoReq `protobuf:"bytes,221,opt,name=get_stranger_info_req,json=getStrangerInfoReq,proto3,oneof"`
}

type Frame_GetStrangerInfoResp

type Frame_GetStrangerInfoResp struct {
	GetStrangerInfoResp *GetStrangerInfoResp `protobuf:"bytes,321,opt,name=get_stranger_info_resp,json=getStrangerInfoResp,proto3,oneof"`
}

type Frame_GetVersionInfoReq

type Frame_GetVersionInfoReq struct {
	GetVersionInfoReq *GetVersionInfoReq `protobuf:"bytes,236,opt,name=get_version_info_req,json=getVersionInfoReq,proto3,oneof"`
}

type Frame_GetVersionInfoResp

type Frame_GetVersionInfoResp struct {
	GetVersionInfoResp *GetVersionInfoResp `protobuf:"bytes,336,opt,name=get_version_info_resp,json=getVersionInfoResp,proto3,oneof"`
}

type Frame_GroupAdminNoticeEvent

type Frame_GroupAdminNoticeEvent struct {
	GroupAdminNoticeEvent *GroupAdminNoticeEvent `protobuf:"bytes,104,opt,name=group_admin_notice_event,json=groupAdminNoticeEvent,proto3,oneof"`
}

type Frame_GroupBanNoticeEvent

type Frame_GroupBanNoticeEvent struct {
	GroupBanNoticeEvent *GroupBanNoticeEvent `protobuf:"bytes,107,opt,name=group_ban_notice_event,json=groupBanNoticeEvent,proto3,oneof"`
}

type Frame_GroupDecreaseNoticeEvent

type Frame_GroupDecreaseNoticeEvent struct {
	GroupDecreaseNoticeEvent *GroupDecreaseNoticeEvent `protobuf:"bytes,105,opt,name=group_decrease_notice_event,json=groupDecreaseNoticeEvent,proto3,oneof"`
}

type Frame_GroupDigestEvent

type Frame_GroupDigestEvent struct {
	GroupDigestEvent *GroupDigestEvent `protobuf:"bytes,117,opt,name=group_digest_event,json=groupDigestEvent,proto3,oneof"`
}

type Frame_GroupIncreaseNoticeEvent

type Frame_GroupIncreaseNoticeEvent struct {
	GroupIncreaseNoticeEvent *GroupIncreaseNoticeEvent `protobuf:"bytes,106,opt,name=group_increase_notice_event,json=groupIncreaseNoticeEvent,proto3,oneof"`
}

type Frame_GroupMemberPermissionChangeEvent

type Frame_GroupMemberPermissionChangeEvent struct {
	GroupMemberPermissionChangeEvent *GroupMemberPermissionChangedEvent `protobuf:"bytes,120,opt,name=group_member_permission_change_event,json=groupMemberPermissionChangeEvent,proto3,oneof"`
}

type Frame_GroupMessageEvent

type Frame_GroupMessageEvent struct {
	GroupMessageEvent *GroupMessageEvent `protobuf:"bytes,102,opt,name=group_message_event,json=groupMessageEvent,proto3,oneof"`
}

type Frame_GroupNameUpdatedEvent

type Frame_GroupNameUpdatedEvent struct {
	GroupNameUpdatedEvent *GroupNameUpdatedEvent `protobuf:"bytes,118,opt,name=group_name_updated_event,json=groupNameUpdatedEvent,proto3,oneof"`
}

type Frame_GroupNotifyEvent

type Frame_GroupNotifyEvent struct {
	GroupNotifyEvent *GroupNotifyEvent `protobuf:"bytes,114,opt,name=group_notify_event,json=groupNotifyEvent,proto3,oneof"`
}

type Frame_GroupPokeEvent

type Frame_GroupPokeEvent struct {
	GroupPokeEvent *GroupPokeEvent `protobuf:"bytes,115,opt,name=group_poke_event,json=groupPokeEvent,proto3,oneof"`
}

type Frame_GroupRecallNoticeEvent

type Frame_GroupRecallNoticeEvent struct {
	GroupRecallNoticeEvent *GroupRecallNoticeEvent `protobuf:"bytes,109,opt,name=group_recall_notice_event,json=groupRecallNoticeEvent,proto3,oneof"`
}

type Frame_GroupRequestEvent

type Frame_GroupRequestEvent struct {
	GroupRequestEvent *GroupRequestEvent `protobuf:"bytes,112,opt,name=group_request_event,json=groupRequestEvent,proto3,oneof"`
}

type Frame_GroupTempMessageEvent

type Frame_GroupTempMessageEvent struct {
	GroupTempMessageEvent *GroupTempMessageEvent `protobuf:"bytes,113,opt,name=group_temp_message_event,json=groupTempMessageEvent,proto3,oneof"`
}

type Frame_GroupUploadNoticeEvent

type Frame_GroupUploadNoticeEvent struct {
	GroupUploadNoticeEvent *GroupUploadNoticeEvent `protobuf:"bytes,103,opt,name=group_upload_notice_event,json=groupUploadNoticeEvent,proto3,oneof"`
}

type Frame_MemberSpecialTitleUpdatedEvent

type Frame_MemberSpecialTitleUpdatedEvent struct {
	MemberSpecialTitleUpdatedEvent *MemberSpecialTitleUpdatedEvent `protobuf:"bytes,119,opt,name=member_special_title_updated_event,json=memberSpecialTitleUpdatedEvent,proto3,oneof"`
}

type Frame_OCanSendImageResp

type Frame_OCanSendImageResp struct {
	OCanSendImageResp *OCanSendImageResp `protobuf:"bytes,433,opt,name=o_can_send_image_resp,json=oCanSendImageResp,proto3,oneof"`
}

type Frame_OCanSendRecordResp

type Frame_OCanSendRecordResp struct {
	OCanSendRecordResp *OCanSendRecordResp `protobuf:"bytes,434,opt,name=o_can_send_record_resp,json=oCanSendRecordResp,proto3,oneof"`
}

type Frame_OCleanCacheResp

type Frame_OCleanCacheResp struct {
	OCleanCacheResp *OCleanCacheResp `protobuf:"bytes,438,opt,name=o_clean_cache_resp,json=oCleanCacheResp,proto3,oneof"`
}

type Frame_ODeleteMsgResp

type Frame_ODeleteMsgResp struct {
	ODeleteMsgResp *ODeleteMsgResp `protobuf:"bytes,404,opt,name=o_delete_msg_resp,json=oDeleteMsgResp,proto3,oneof"`
}

type Frame_OGetCookiesResp

type Frame_OGetCookiesResp struct {
	OGetCookiesResp *OGetCookiesResp `protobuf:"bytes,428,opt,name=o_get_cookies_resp,json=oGetCookiesResp,proto3,oneof"`
}

type Frame_OGetCredentialsResp

type Frame_OGetCredentialsResp struct {
	OGetCredentialsResp *OGetCredentialsResp `protobuf:"bytes,430,opt,name=o_get_credentials_resp,json=oGetCredentialsResp,proto3,oneof"`
}

type Frame_OGetCsrfTokenResp

type Frame_OGetCsrfTokenResp struct {
	OGetCsrfTokenResp *OGetCsrfTokenResp `protobuf:"bytes,429,opt,name=o_get_csrf_token_resp,json=oGetCsrfTokenResp,proto3,oneof"`
}

type Frame_OGetForwardMsgResp

type Frame_OGetForwardMsgResp struct {
	OGetForwardMsgResp *OGetForwardMsgResp `protobuf:"bytes,406,opt,name=o_get_forward_msg_resp,json=oGetForwardMsgResp,proto3,oneof"`
}

type Frame_OGetFriendListResp

type Frame_OGetFriendListResp struct {
	OGetFriendListResp *OGetFriendListResp `protobuf:"bytes,422,opt,name=o_get_friend_list_resp,json=oGetFriendListResp,proto3,oneof"`
}

type Frame_OGetGroupHonorInfoResp

type Frame_OGetGroupHonorInfoResp struct {
	OGetGroupHonorInfoResp *OGetGroupHonorInfoResp `protobuf:"bytes,427,opt,name=o_get_group_honor_info_resp,json=oGetGroupHonorInfoResp,proto3,oneof"`
}

type Frame_OGetGroupInfoResp

type Frame_OGetGroupInfoResp struct {
	OGetGroupInfoResp *OGetGroupInfoResp `protobuf:"bytes,423,opt,name=o_get_group_info_resp,json=oGetGroupInfoResp,proto3,oneof"`
}

type Frame_OGetGroupListResp

type Frame_OGetGroupListResp struct {
	OGetGroupListResp *OGetGroupListResp `protobuf:"bytes,424,opt,name=o_get_group_list_resp,json=oGetGroupListResp,proto3,oneof"`
}

type Frame_OGetGroupMemberInfoResp

type Frame_OGetGroupMemberInfoResp struct {
	OGetGroupMemberInfoResp *OGetGroupMemberInfoResp `protobuf:"bytes,425,opt,name=o_get_group_member_info_resp,json=oGetGroupMemberInfoResp,proto3,oneof"`
}

type Frame_OGetGroupMemberListResp

type Frame_OGetGroupMemberListResp struct {
	OGetGroupMemberListResp *OGetGroupMemberListResp `protobuf:"bytes,426,opt,name=o_get_group_member_list_resp,json=oGetGroupMemberListResp,proto3,oneof"`
}

type Frame_OGetImageResp

type Frame_OGetImageResp struct {
	OGetImageResp *OGetImageResp `protobuf:"bytes,432,opt,name=o_get_image_resp,json=oGetImageResp,proto3,oneof"`
}

type Frame_OGetLoginInfoResp

type Frame_OGetLoginInfoResp struct {
	OGetLoginInfoResp *OGetLoginInfoResp `protobuf:"bytes,420,opt,name=o_get_login_info_resp,json=oGetLoginInfoResp,proto3,oneof"`
}

type Frame_OGetMsgResp

type Frame_OGetMsgResp struct {
	OGetMsgResp *OGetMsgResp `protobuf:"bytes,405,opt,name=o_get_msg_resp,json=oGetMsgResp,proto3,oneof"`
}

type Frame_OGetRecordResp

type Frame_OGetRecordResp struct {
	OGetRecordResp *OGetRecordResp `protobuf:"bytes,431,opt,name=o_get_record_resp,json=oGetRecordResp,proto3,oneof"`
}

type Frame_OGetStatusResp

type Frame_OGetStatusResp struct {
	OGetStatusResp *OGetStatusResp `protobuf:"bytes,435,opt,name=o_get_status_resp,json=oGetStatusResp,proto3,oneof"`
}

type Frame_OGetStrangerInfoResp

type Frame_OGetStrangerInfoResp struct {
	OGetStrangerInfoResp *OGetStrangerInfoResp `protobuf:"bytes,421,opt,name=o_get_stranger_info_resp,json=oGetStrangerInfoResp,proto3,oneof"`
}

type Frame_OGetVersionInfoResp

type Frame_OGetVersionInfoResp struct {
	OGetVersionInfoResp *OGetVersionInfoResp `protobuf:"bytes,436,opt,name=o_get_version_info_resp,json=oGetVersionInfoResp,proto3,oneof"`
}

type Frame_OSendForwardMsgResp

type Frame_OSendForwardMsgResp struct {
	OSendForwardMsgResp *OSendForwardMsgResp `protobuf:"bytes,443,opt,name=o_send_forward_msg_resp,json=oSendForwardMsgResp,proto3,oneof"`
}

type Frame_OSendFriendPokeResp

type Frame_OSendFriendPokeResp struct {
	OSendFriendPokeResp *OSendFriendPokeResp `protobuf:"bytes,442,opt,name=o_send_friend_poke_resp,json=oSendFriendPokeResp,proto3,oneof"`
}

type Frame_OSendGroupMsgResp

type Frame_OSendGroupMsgResp struct {
	OSendGroupMsgResp *OSendGroupMsgResp `protobuf:"bytes,402,opt,name=o_send_group_msg_resp,json=oSendGroupMsgResp,proto3,oneof"`
}

type Frame_OSendGroupPokeResp

type Frame_OSendGroupPokeResp struct {
	OSendGroupPokeResp *OSendGroupPokeResp `protobuf:"bytes,441,opt,name=o_send_group_poke_resp,json=oSendGroupPokeResp,proto3,oneof"`
}

type Frame_OSendLikeResp

type Frame_OSendLikeResp struct {
	OSendLikeResp *OSendLikeResp `protobuf:"bytes,407,opt,name=o_send_like_resp,json=oSendLikeResp,proto3,oneof"`
}

type Frame_OSendMsgResp

type Frame_OSendMsgResp struct {
	OSendMsgResp *OSendMsgResp `protobuf:"bytes,403,opt,name=o_send_msg_resp,json=oSendMsgResp,proto3,oneof"`
}

type Frame_OSendMusicResp

type Frame_OSendMusicResp struct {
	OSendMusicResp *OSendMusicResp `protobuf:"bytes,440,opt,name=o_send_music_resp,json=oSendMusicResp,proto3,oneof"`
}

type Frame_OSendPrivateMsgResp

type Frame_OSendPrivateMsgResp struct {
	OSendPrivateMsgResp *OSendPrivateMsgResp `protobuf:"bytes,401,opt,name=o_send_private_msg_resp,json=oSendPrivateMsgResp,proto3,oneof"`
}

type Frame_OSetFriendAddRequestResp

type Frame_OSetFriendAddRequestResp struct {
	OSetFriendAddRequestResp *OSetFriendAddRequestResp `protobuf:"bytes,418,opt,name=o_set_friend_add_request_resp,json=oSetFriendAddRequestResp,proto3,oneof"`
}

type Frame_OSetGroupAddRequestResp

type Frame_OSetGroupAddRequestResp struct {
	OSetGroupAddRequestResp *OSetGroupAddRequestResp `protobuf:"bytes,419,opt,name=o_set_group_add_request_resp,json=oSetGroupAddRequestResp,proto3,oneof"`
}

type Frame_OSetGroupAdminResp

type Frame_OSetGroupAdminResp struct {
	OSetGroupAdminResp *OSetGroupAdminResp `protobuf:"bytes,412,opt,name=o_set_group_admin_resp,json=oSetGroupAdminResp,proto3,oneof"`
}

type Frame_OSetGroupAnonymousBanResp

type Frame_OSetGroupAnonymousBanResp struct {
	OSetGroupAnonymousBanResp *OSetGroupAnonymousBanResp `protobuf:"bytes,410,opt,name=o_set_group_anonymous_ban_resp,json=oSetGroupAnonymousBanResp,proto3,oneof"`
}

type Frame_OSetGroupAnonymousResp

type Frame_OSetGroupAnonymousResp struct {
	OSetGroupAnonymousResp *OSetGroupAnonymousResp `protobuf:"bytes,413,opt,name=o_set_group_anonymous_resp,json=oSetGroupAnonymousResp,proto3,oneof"`
}

type Frame_OSetGroupBanResp

type Frame_OSetGroupBanResp struct {
	OSetGroupBanResp *OSetGroupBanResp `protobuf:"bytes,409,opt,name=o_set_group_ban_resp,json=oSetGroupBanResp,proto3,oneof"`
}

type Frame_OSetGroupCardResp

type Frame_OSetGroupCardResp struct {
	OSetGroupCardResp *OSetGroupCardResp `protobuf:"bytes,414,opt,name=o_set_group_card_resp,json=oSetGroupCardResp,proto3,oneof"`
}

type Frame_OSetGroupKickResp

type Frame_OSetGroupKickResp struct {
	OSetGroupKickResp *OSetGroupKickResp `protobuf:"bytes,408,opt,name=o_set_group_kick_resp,json=oSetGroupKickResp,proto3,oneof"`
}

type Frame_OSetGroupLeaveResp

type Frame_OSetGroupLeaveResp struct {
	OSetGroupLeaveResp *OSetGroupLeaveResp `protobuf:"bytes,416,opt,name=o_set_group_leave_resp,json=oSetGroupLeaveResp,proto3,oneof"`
}

type Frame_OSetGroupNameResp

type Frame_OSetGroupNameResp struct {
	OSetGroupNameResp *OSetGroupNameResp `protobuf:"bytes,415,opt,name=o_set_group_name_resp,json=oSetGroupNameResp,proto3,oneof"`
}

type Frame_OSetGroupSignInResp

type Frame_OSetGroupSignInResp struct {
	OSetGroupSignInResp *OSetGroupSignInResp `protobuf:"bytes,439,opt,name=o_set_group_sign_in_resp,json=oSetGroupSignInResp,proto3,oneof"`
}

type Frame_OSetGroupSpecialTitleResp

type Frame_OSetGroupSpecialTitleResp struct {
	OSetGroupSpecialTitleResp *OSetGroupSpecialTitleResp `protobuf:"bytes,417,opt,name=o_set_group_special_title_resp,json=oSetGroupSpecialTitleResp,proto3,oneof"`
}

type Frame_OSetGroupWholeBanResp

type Frame_OSetGroupWholeBanResp struct {
	OSetGroupWholeBanResp *OSetGroupWholeBanResp `protobuf:"bytes,411,opt,name=o_set_group_whole_ban_resp,json=oSetGroupWholeBanResp,proto3,oneof"`
}

type Frame_OSetRestartResp

type Frame_OSetRestartResp struct {
	OSetRestartResp *OSetRestartResp `protobuf:"bytes,437,opt,name=o_set_restart_resp,json=oSetRestartResp,proto3,oneof"`
}

type Frame_PrivateMessageEvent

type Frame_PrivateMessageEvent struct {
	PrivateMessageEvent *PrivateMessageEvent `protobuf:"bytes,101,opt,name=private_message_event,json=privateMessageEvent,proto3,oneof"`
}

type Frame_RenameEvent

type Frame_RenameEvent struct {
	RenameEvent *RenameEvent `protobuf:"bytes,121,opt,name=rename_event,json=renameEvent,proto3,oneof"`
}

type Frame_SendForwardMsgReq

type Frame_SendForwardMsgReq struct {
	SendForwardMsgReq *SendForwardMsgReq `protobuf:"bytes,243,opt,name=send_forward_msg_req,json=sendForwardMsgReq,proto3,oneof"`
}

type Frame_SendForwardMsgResp

type Frame_SendForwardMsgResp struct {
	SendForwardMsgResp *SendForwardMsgResp `protobuf:"bytes,343,opt,name=send_forward_msg_resp,json=sendForwardMsgResp,proto3,oneof"`
}

type Frame_SendFriendPokeReq

type Frame_SendFriendPokeReq struct {
	SendFriendPokeReq *SendFriendPokeReq `protobuf:"bytes,242,opt,name=send_friend_poke_req,json=sendFriendPokeReq,proto3,oneof"`
}

type Frame_SendFriendPokeResp

type Frame_SendFriendPokeResp struct {
	SendFriendPokeResp *SendFriendPokeResp `protobuf:"bytes,342,opt,name=send_friend_poke_resp,json=sendFriendPokeResp,proto3,oneof"`
}

type Frame_SendGroupMsgReq

type Frame_SendGroupMsgReq struct {
	SendGroupMsgReq *SendGroupMsgReq `protobuf:"bytes,202,opt,name=send_group_msg_req,json=sendGroupMsgReq,proto3,oneof"`
}

type Frame_SendGroupMsgResp

type Frame_SendGroupMsgResp struct {
	SendGroupMsgResp *SendGroupMsgResp `protobuf:"bytes,302,opt,name=send_group_msg_resp,json=sendGroupMsgResp,proto3,oneof"`
}

type Frame_SendGroupPokeReq

type Frame_SendGroupPokeReq struct {
	SendGroupPokeReq *SendGroupPokeReq `protobuf:"bytes,241,opt,name=send_group_poke_req,json=sendGroupPokeReq,proto3,oneof"`
}

type Frame_SendGroupPokeResp

type Frame_SendGroupPokeResp struct {
	SendGroupPokeResp *SendGroupPokeResp `protobuf:"bytes,341,opt,name=send_group_poke_resp,json=sendGroupPokeResp,proto3,oneof"`
}

type Frame_SendLikeReq

type Frame_SendLikeReq struct {
	SendLikeReq *SendLikeReq `protobuf:"bytes,207,opt,name=send_like_req,json=sendLikeReq,proto3,oneof"`
}

type Frame_SendLikeResp

type Frame_SendLikeResp struct {
	SendLikeResp *SendLikeResp `protobuf:"bytes,307,opt,name=send_like_resp,json=sendLikeResp,proto3,oneof"`
}

type Frame_SendMsgReq

type Frame_SendMsgReq struct {
	SendMsgReq *SendMsgReq `protobuf:"bytes,203,opt,name=send_msg_req,json=sendMsgReq,proto3,oneof"`
}

type Frame_SendMsgResp

type Frame_SendMsgResp struct {
	SendMsgResp *SendMsgResp `protobuf:"bytes,303,opt,name=send_msg_resp,json=sendMsgResp,proto3,oneof"`
}

type Frame_SendMusicReq

type Frame_SendMusicReq struct {
	SendMusicReq *SendMusicReq `protobuf:"bytes,240,opt,name=send_music_req,json=sendMusicReq,proto3,oneof"`
}

type Frame_SendMusicResp

type Frame_SendMusicResp struct {
	SendMusicResp *SendMusicResp `protobuf:"bytes,340,opt,name=send_music_resp,json=sendMusicResp,proto3,oneof"`
}

type Frame_SendPrivateMsgReq

type Frame_SendPrivateMsgReq struct {
	SendPrivateMsgReq *SendPrivateMsgReq `protobuf:"bytes,201,opt,name=send_private_msg_req,json=sendPrivateMsgReq,proto3,oneof"`
}

type Frame_SendPrivateMsgResp

type Frame_SendPrivateMsgResp struct {
	SendPrivateMsgResp *SendPrivateMsgResp `protobuf:"bytes,301,opt,name=send_private_msg_resp,json=sendPrivateMsgResp,proto3,oneof"`
}

type Frame_Sender

type Frame_Sender struct {
	UserId   int64  `protobuf:"varint,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Nickname string `protobuf:"bytes,2,opt,name=nickname,proto3" json:"nickname,omitempty"`
	Card     string `protobuf:"bytes,3,opt,name=card,proto3" json:"card,omitempty"`
	Sex      string `protobuf:"bytes,4,opt,name=sex,proto3" json:"sex,omitempty"`
	Age      int32  `protobuf:"varint,5,opt,name=age,proto3" json:"age,omitempty"`
	Area     string `protobuf:"bytes,6,opt,name=area,proto3" json:"area,omitempty"`
	Level    string `protobuf:"bytes,7,opt,name=level,proto3" json:"level,omitempty"`
	Role     string `protobuf:"bytes,8,opt,name=role,proto3" json:"role,omitempty"`
	Title    string `protobuf:"bytes,9,opt,name=title,proto3" json:"title,omitempty"`
	// contains filtered or unexported fields
}

func (*Frame_Sender) Descriptor deprecated

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

Deprecated: Use Frame_Sender.ProtoReflect.Descriptor instead.

func (*Frame_Sender) GetAge

func (x *Frame_Sender) GetAge() int32

func (*Frame_Sender) GetArea

func (x *Frame_Sender) GetArea() string

func (*Frame_Sender) GetCard

func (x *Frame_Sender) GetCard() string

func (*Frame_Sender) GetLevel

func (x *Frame_Sender) GetLevel() string

func (*Frame_Sender) GetNickname

func (x *Frame_Sender) GetNickname() string

func (*Frame_Sender) GetRole

func (x *Frame_Sender) GetRole() string

func (*Frame_Sender) GetSex

func (x *Frame_Sender) GetSex() string

func (*Frame_Sender) GetTitle

func (x *Frame_Sender) GetTitle() string

func (*Frame_Sender) GetUserId

func (x *Frame_Sender) GetUserId() int64

func (*Frame_Sender) ProtoMessage

func (*Frame_Sender) ProtoMessage()

func (*Frame_Sender) ProtoReflect

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

func (*Frame_Sender) Reset

func (x *Frame_Sender) Reset()

func (*Frame_Sender) String

func (x *Frame_Sender) String() string

type Frame_SetFriendAddRequestReq

type Frame_SetFriendAddRequestReq struct {
	SetFriendAddRequestReq *SetFriendAddRequestReq `protobuf:"bytes,218,opt,name=set_friend_add_request_req,json=setFriendAddRequestReq,proto3,oneof"`
}

type Frame_SetFriendAddRequestResp

type Frame_SetFriendAddRequestResp struct {
	SetFriendAddRequestResp *SetFriendAddRequestResp `protobuf:"bytes,318,opt,name=set_friend_add_request_resp,json=setFriendAddRequestResp,proto3,oneof"`
}

type Frame_SetGroupAddRequestReq

type Frame_SetGroupAddRequestReq struct {
	SetGroupAddRequestReq *SetGroupAddRequestReq `protobuf:"bytes,219,opt,name=set_group_add_request_req,json=setGroupAddRequestReq,proto3,oneof"`
}

type Frame_SetGroupAddRequestResp

type Frame_SetGroupAddRequestResp struct {
	SetGroupAddRequestResp *SetGroupAddRequestResp `protobuf:"bytes,319,opt,name=set_group_add_request_resp,json=setGroupAddRequestResp,proto3,oneof"`
}

type Frame_SetGroupAdminReq

type Frame_SetGroupAdminReq struct {
	SetGroupAdminReq *SetGroupAdminReq `protobuf:"bytes,212,opt,name=set_group_admin_req,json=setGroupAdminReq,proto3,oneof"`
}

type Frame_SetGroupAdminResp

type Frame_SetGroupAdminResp struct {
	SetGroupAdminResp *SetGroupAdminResp `protobuf:"bytes,312,opt,name=set_group_admin_resp,json=setGroupAdminResp,proto3,oneof"`
}

type Frame_SetGroupAnonymousBanReq

type Frame_SetGroupAnonymousBanReq struct {
	SetGroupAnonymousBanReq *SetGroupAnonymousBanReq `protobuf:"bytes,210,opt,name=set_group_anonymous_ban_req,json=setGroupAnonymousBanReq,proto3,oneof"`
}

type Frame_SetGroupAnonymousBanResp

type Frame_SetGroupAnonymousBanResp struct {
	SetGroupAnonymousBanResp *SetGroupAnonymousBanResp `protobuf:"bytes,310,opt,name=set_group_anonymous_ban_resp,json=setGroupAnonymousBanResp,proto3,oneof"`
}

type Frame_SetGroupAnonymousReq

type Frame_SetGroupAnonymousReq struct {
	SetGroupAnonymousReq *SetGroupAnonymousReq `protobuf:"bytes,213,opt,name=set_group_anonymous_req,json=setGroupAnonymousReq,proto3,oneof"`
}

type Frame_SetGroupAnonymousResp

type Frame_SetGroupAnonymousResp struct {
	SetGroupAnonymousResp *SetGroupAnonymousResp `protobuf:"bytes,313,opt,name=set_group_anonymous_resp,json=setGroupAnonymousResp,proto3,oneof"`
}

type Frame_SetGroupBanReq

type Frame_SetGroupBanReq struct {
	SetGroupBanReq *SetGroupBanReq `protobuf:"bytes,209,opt,name=set_group_ban_req,json=setGroupBanReq,proto3,oneof"`
}

type Frame_SetGroupBanResp

type Frame_SetGroupBanResp struct {
	SetGroupBanResp *SetGroupBanResp `protobuf:"bytes,309,opt,name=set_group_ban_resp,json=setGroupBanResp,proto3,oneof"`
}

type Frame_SetGroupCardReq

type Frame_SetGroupCardReq struct {
	SetGroupCardReq *SetGroupCardReq `protobuf:"bytes,214,opt,name=set_group_card_req,json=setGroupCardReq,proto3,oneof"`
}

type Frame_SetGroupCardResp

type Frame_SetGroupCardResp struct {
	SetGroupCardResp *SetGroupCardResp `protobuf:"bytes,314,opt,name=set_group_card_resp,json=setGroupCardResp,proto3,oneof"`
}

type Frame_SetGroupKickReq

type Frame_SetGroupKickReq struct {
	SetGroupKickReq *SetGroupKickReq `protobuf:"bytes,208,opt,name=set_group_kick_req,json=setGroupKickReq,proto3,oneof"`
}

type Frame_SetGroupKickResp

type Frame_SetGroupKickResp struct {
	SetGroupKickResp *SetGroupKickResp `protobuf:"bytes,308,opt,name=set_group_kick_resp,json=setGroupKickResp,proto3,oneof"`
}

type Frame_SetGroupLeaveReq

type Frame_SetGroupLeaveReq struct {
	SetGroupLeaveReq *SetGroupLeaveReq `protobuf:"bytes,216,opt,name=set_group_leave_req,json=setGroupLeaveReq,proto3,oneof"`
}

type Frame_SetGroupLeaveResp

type Frame_SetGroupLeaveResp struct {
	SetGroupLeaveResp *SetGroupLeaveResp `protobuf:"bytes,316,opt,name=set_group_leave_resp,json=setGroupLeaveResp,proto3,oneof"`
}

type Frame_SetGroupNameReq

type Frame_SetGroupNameReq struct {
	SetGroupNameReq *SetGroupNameReq `protobuf:"bytes,215,opt,name=set_group_name_req,json=setGroupNameReq,proto3,oneof"`
}

type Frame_SetGroupNameResp

type Frame_SetGroupNameResp struct {
	SetGroupNameResp *SetGroupNameResp `protobuf:"bytes,315,opt,name=set_group_name_resp,json=setGroupNameResp,proto3,oneof"`
}

type Frame_SetGroupSignInReq

type Frame_SetGroupSignInReq struct {
	SetGroupSignInReq *SetGroupSignInReq `protobuf:"bytes,239,opt,name=set_group_sign_in_req,json=setGroupSignInReq,proto3,oneof"`
}

type Frame_SetGroupSignInResp

type Frame_SetGroupSignInResp struct {
	SetGroupSignInResp *SetGroupSignInResp `protobuf:"bytes,339,opt,name=set_group_sign_in_resp,json=setGroupSignInResp,proto3,oneof"`
}

type Frame_SetGroupSpecialTitleReq

type Frame_SetGroupSpecialTitleReq struct {
	SetGroupSpecialTitleReq *SetGroupSpecialTitleReq `protobuf:"bytes,217,opt,name=set_group_special_title_req,json=setGroupSpecialTitleReq,proto3,oneof"`
}

type Frame_SetGroupSpecialTitleResp

type Frame_SetGroupSpecialTitleResp struct {
	SetGroupSpecialTitleResp *SetGroupSpecialTitleResp `protobuf:"bytes,317,opt,name=set_group_special_title_resp,json=setGroupSpecialTitleResp,proto3,oneof"`
}

type Frame_SetGroupWholeBanReq

type Frame_SetGroupWholeBanReq struct {
	SetGroupWholeBanReq *SetGroupWholeBanReq `protobuf:"bytes,211,opt,name=set_group_whole_ban_req,json=setGroupWholeBanReq,proto3,oneof"`
}

type Frame_SetGroupWholeBanResp

type Frame_SetGroupWholeBanResp struct {
	SetGroupWholeBanResp *SetGroupWholeBanResp `protobuf:"bytes,311,opt,name=set_group_whole_ban_resp,json=setGroupWholeBanResp,proto3,oneof"`
}

type Frame_SetRestartReq

type Frame_SetRestartReq struct {
	SetRestartReq *SetRestartReq `protobuf:"bytes,237,opt,name=set_restart_req,json=setRestartReq,proto3,oneof"`
}

type Frame_SetRestartResp

type Frame_SetRestartResp struct {
	SetRestartResp *SetRestartResp `protobuf:"bytes,337,opt,name=set_restart_resp,json=setRestartResp,proto3,oneof"`
}

type FriendAddNoticeEvent

type FriendAddNoticeEvent struct {
	Time       int64             `protobuf:"varint,1,opt,name=time,proto3" json:"time,omitempty"`
	SelfId     int64             `protobuf:"varint,2,opt,name=self_id,json=selfId,proto3" json:"self_id,omitempty"`
	PostType   string            `protobuf:"bytes,3,opt,name=post_type,json=postType,proto3" json:"post_type,omitempty"`
	NoticeType string            `protobuf:"bytes,4,opt,name=notice_type,json=noticeType,proto3" json:"notice_type,omitempty"`
	UserId     int64             `protobuf:"varint,5,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	SourceUin  uint32            `protobuf:"varint,8,opt,name=source_uin,json=sourceUin,proto3" json:"source_uin,omitempty"`
	SourceUid  string            `protobuf:"bytes,9,opt,name=source_uid,json=sourceUid,proto3" json:"source_uid,omitempty"`
	Msg        string            `protobuf:"bytes,10,opt,name=msg,proto3" json:"msg,omitempty"`
	Source     string            `protobuf:"bytes,11,opt,name=source,proto3" json:"source,omitempty"`
	Extra      map[string]string `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*FriendAddNoticeEvent) Descriptor deprecated

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

Deprecated: Use FriendAddNoticeEvent.ProtoReflect.Descriptor instead.

func (*FriendAddNoticeEvent) GetExtra

func (x *FriendAddNoticeEvent) GetExtra() map[string]string

func (*FriendAddNoticeEvent) GetMsg

func (x *FriendAddNoticeEvent) GetMsg() string

func (*FriendAddNoticeEvent) GetNoticeType

func (x *FriendAddNoticeEvent) GetNoticeType() string

func (*FriendAddNoticeEvent) GetPostType

func (x *FriendAddNoticeEvent) GetPostType() string

func (*FriendAddNoticeEvent) GetSelfId

func (x *FriendAddNoticeEvent) GetSelfId() int64

func (*FriendAddNoticeEvent) GetSource

func (x *FriendAddNoticeEvent) GetSource() string

func (*FriendAddNoticeEvent) GetSourceUid

func (x *FriendAddNoticeEvent) GetSourceUid() string

func (*FriendAddNoticeEvent) GetSourceUin

func (x *FriendAddNoticeEvent) GetSourceUin() uint32

func (*FriendAddNoticeEvent) GetTime

func (x *FriendAddNoticeEvent) GetTime() int64

func (*FriendAddNoticeEvent) GetUserId

func (x *FriendAddNoticeEvent) GetUserId() int64

func (*FriendAddNoticeEvent) ProtoMessage

func (*FriendAddNoticeEvent) ProtoMessage()

func (*FriendAddNoticeEvent) ProtoReflect

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

func (*FriendAddNoticeEvent) Reset

func (x *FriendAddNoticeEvent) Reset()

func (*FriendAddNoticeEvent) String

func (x *FriendAddNoticeEvent) String() string

type FriendPokeEvent

type FriendPokeEvent struct {
	Time       int64             `protobuf:"varint,1,opt,name=time,proto3" json:"time,omitempty"`
	SelfId     int64             `protobuf:"varint,2,opt,name=self_id,json=selfId,proto3" json:"self_id,omitempty"`
	PostType   string            `protobuf:"bytes,3,opt,name=post_type,json=postType,proto3" json:"post_type,omitempty"`
	NoticeType string            `protobuf:"bytes,4,opt,name=notice_type,json=noticeType,proto3" json:"notice_type,omitempty"`
	SubType    string            `protobuf:"bytes,5,opt,name=sub_type,json=subType,proto3" json:"sub_type,omitempty"`
	Sender     uint32            `protobuf:"varint,6,opt,name=sender,proto3" json:"sender,omitempty"`
	Receiver   uint32            `protobuf:"varint,7,opt,name=receiver,proto3" json:"receiver,omitempty"`
	Suffix     string            `protobuf:"bytes,8,opt,name=suffix,proto3" json:"suffix,omitempty"`
	Action     string            `protobuf:"bytes,9,opt,name=action,proto3" json:"action,omitempty"`
	Extra      map[string]string `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

FriendPokeEvent Sender uint32 Receiver uint32 Suffix string Action string

func (*FriendPokeEvent) Descriptor deprecated

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

Deprecated: Use FriendPokeEvent.ProtoReflect.Descriptor instead.

func (*FriendPokeEvent) GetAction

func (x *FriendPokeEvent) GetAction() string

func (*FriendPokeEvent) GetExtra

func (x *FriendPokeEvent) GetExtra() map[string]string

func (*FriendPokeEvent) GetNoticeType

func (x *FriendPokeEvent) GetNoticeType() string

func (*FriendPokeEvent) GetPostType

func (x *FriendPokeEvent) GetPostType() string

func (*FriendPokeEvent) GetReceiver

func (x *FriendPokeEvent) GetReceiver() uint32

func (*FriendPokeEvent) GetSelfId

func (x *FriendPokeEvent) GetSelfId() int64

func (*FriendPokeEvent) GetSender

func (x *FriendPokeEvent) GetSender() uint32

func (*FriendPokeEvent) GetSubType

func (x *FriendPokeEvent) GetSubType() string

func (*FriendPokeEvent) GetSuffix

func (x *FriendPokeEvent) GetSuffix() string

func (*FriendPokeEvent) GetTime

func (x *FriendPokeEvent) GetTime() int64

func (*FriendPokeEvent) ProtoMessage

func (*FriendPokeEvent) ProtoMessage()

func (*FriendPokeEvent) ProtoReflect

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

func (*FriendPokeEvent) Reset

func (x *FriendPokeEvent) Reset()

func (*FriendPokeEvent) String

func (x *FriendPokeEvent) String() string

type FriendRecallNoticeEvent

type FriendRecallNoticeEvent struct {
	Time       int64             `protobuf:"varint,1,opt,name=time,proto3" json:"time,omitempty"`
	SelfId     int64             `protobuf:"varint,2,opt,name=self_id,json=selfId,proto3" json:"self_id,omitempty"`
	PostType   string            `protobuf:"bytes,3,opt,name=post_type,json=postType,proto3" json:"post_type,omitempty"`
	NoticeType string            `protobuf:"bytes,4,opt,name=notice_type,json=noticeType,proto3" json:"notice_type,omitempty"`
	UserId     int64             `protobuf:"varint,5,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	MessageId  int32             `protobuf:"varint,6,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"`
	FromUid    string            `protobuf:"bytes,8,opt,name=from_uid,json=fromUid,proto3" json:"from_uid,omitempty"`
	Sequence   uint64            `protobuf:"varint,9,opt,name=sequence,proto3" json:"sequence,omitempty"`
	Random     uint32            `protobuf:"varint,10,opt,name=random,proto3" json:"random,omitempty"`
	Extra      map[string]string `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*FriendRecallNoticeEvent) Descriptor deprecated

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

Deprecated: Use FriendRecallNoticeEvent.ProtoReflect.Descriptor instead.

func (*FriendRecallNoticeEvent) GetExtra

func (x *FriendRecallNoticeEvent) GetExtra() map[string]string

func (*FriendRecallNoticeEvent) GetFromUid

func (x *FriendRecallNoticeEvent) GetFromUid() string

func (*FriendRecallNoticeEvent) GetMessageId

func (x *FriendRecallNoticeEvent) GetMessageId() int32

func (*FriendRecallNoticeEvent) GetNoticeType

func (x *FriendRecallNoticeEvent) GetNoticeType() string

func (*FriendRecallNoticeEvent) GetPostType

func (x *FriendRecallNoticeEvent) GetPostType() string

func (*FriendRecallNoticeEvent) GetRandom

func (x *FriendRecallNoticeEvent) GetRandom() uint32

func (*FriendRecallNoticeEvent) GetSelfId

func (x *FriendRecallNoticeEvent) GetSelfId() int64

func (*FriendRecallNoticeEvent) GetSequence

func (x *FriendRecallNoticeEvent) GetSequence() uint64

func (*FriendRecallNoticeEvent) GetTime

func (x *FriendRecallNoticeEvent) GetTime() int64

func (*FriendRecallNoticeEvent) GetUserId

func (x *FriendRecallNoticeEvent) GetUserId() int64

func (*FriendRecallNoticeEvent) ProtoMessage

func (*FriendRecallNoticeEvent) ProtoMessage()

func (*FriendRecallNoticeEvent) ProtoReflect

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

func (*FriendRecallNoticeEvent) Reset

func (x *FriendRecallNoticeEvent) Reset()

func (*FriendRecallNoticeEvent) String

func (x *FriendRecallNoticeEvent) String() string

type FriendRequestEvent

type FriendRequestEvent struct {
	Time        int64             `protobuf:"varint,1,opt,name=time,proto3" json:"time,omitempty"`
	SelfId      int64             `protobuf:"varint,2,opt,name=self_id,json=selfId,proto3" json:"self_id,omitempty"`
	PostType    string            `protobuf:"bytes,3,opt,name=post_type,json=postType,proto3" json:"post_type,omitempty"`
	RequestType string            `protobuf:"bytes,4,opt,name=request_type,json=requestType,proto3" json:"request_type,omitempty"`
	UserId      int64             `protobuf:"varint,5,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Comment     string            `protobuf:"bytes,6,opt,name=comment,proto3" json:"comment,omitempty"`
	Flag        string            `protobuf:"bytes,7,opt,name=flag,proto3" json:"flag,omitempty"`
	SourceUin   uint32            `protobuf:"varint,8,opt,name=source_uin,json=sourceUin,proto3" json:"source_uin,omitempty"`
	SourceUid   string            `protobuf:"bytes,9,opt,name=source_uid,json=sourceUid,proto3" json:"source_uid,omitempty"`
	Msg         string            `protobuf:"bytes,10,opt,name=msg,proto3" json:"msg,omitempty"`
	Source      string            `protobuf:"bytes,11,opt,name=source,proto3" json:"source,omitempty"`
	Extra       map[string]string `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*FriendRequestEvent) Descriptor deprecated

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

Deprecated: Use FriendRequestEvent.ProtoReflect.Descriptor instead.

func (*FriendRequestEvent) GetComment

func (x *FriendRequestEvent) GetComment() string

func (*FriendRequestEvent) GetExtra

func (x *FriendRequestEvent) GetExtra() map[string]string

func (*FriendRequestEvent) GetFlag

func (x *FriendRequestEvent) GetFlag() string

func (*FriendRequestEvent) GetMsg

func (x *FriendRequestEvent) GetMsg() string

func (*FriendRequestEvent) GetPostType

func (x *FriendRequestEvent) GetPostType() string

func (*FriendRequestEvent) GetRequestType

func (x *FriendRequestEvent) GetRequestType() string

func (*FriendRequestEvent) GetSelfId

func (x *FriendRequestEvent) GetSelfId() int64

func (*FriendRequestEvent) GetSource

func (x *FriendRequestEvent) GetSource() string

func (*FriendRequestEvent) GetSourceUid

func (x *FriendRequestEvent) GetSourceUid() string

func (*FriendRequestEvent) GetSourceUin

func (x *FriendRequestEvent) GetSourceUin() uint32

func (*FriendRequestEvent) GetTime

func (x *FriendRequestEvent) GetTime() int64

func (*FriendRequestEvent) GetUserId

func (x *FriendRequestEvent) GetUserId() int64

func (*FriendRequestEvent) ProtoMessage

func (*FriendRequestEvent) ProtoMessage()

func (*FriendRequestEvent) ProtoReflect

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

func (*FriendRequestEvent) Reset

func (x *FriendRequestEvent) Reset()

func (*FriendRequestEvent) String

func (x *FriendRequestEvent) String() string

type GetCookiesReq

type GetCookiesReq struct {
	Domain string `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCookiesReq) Descriptor deprecated

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

Deprecated: Use GetCookiesReq.ProtoReflect.Descriptor instead.

func (*GetCookiesReq) GetDomain

func (x *GetCookiesReq) GetDomain() string

func (*GetCookiesReq) ProtoMessage

func (*GetCookiesReq) ProtoMessage()

func (*GetCookiesReq) ProtoReflect

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

func (*GetCookiesReq) Reset

func (x *GetCookiesReq) Reset()

func (*GetCookiesReq) String

func (x *GetCookiesReq) String() string

type GetCookiesResp

type GetCookiesResp struct {
	Cookies string `protobuf:"bytes,1,opt,name=cookies,proto3" json:"cookies,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCookiesResp) Descriptor deprecated

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

Deprecated: Use GetCookiesResp.ProtoReflect.Descriptor instead.

func (*GetCookiesResp) GetCookies

func (x *GetCookiesResp) GetCookies() string

func (*GetCookiesResp) ProtoMessage

func (*GetCookiesResp) ProtoMessage()

func (*GetCookiesResp) ProtoReflect

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

func (*GetCookiesResp) Reset

func (x *GetCookiesResp) Reset()

func (*GetCookiesResp) String

func (x *GetCookiesResp) String() string

type GetCredentialsReq

type GetCredentialsReq struct {
	Domain string `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCredentialsReq) Descriptor deprecated

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

Deprecated: Use GetCredentialsReq.ProtoReflect.Descriptor instead.

func (*GetCredentialsReq) GetDomain

func (x *GetCredentialsReq) GetDomain() string

func (*GetCredentialsReq) ProtoMessage

func (*GetCredentialsReq) ProtoMessage()

func (*GetCredentialsReq) ProtoReflect

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

func (*GetCredentialsReq) Reset

func (x *GetCredentialsReq) Reset()

func (*GetCredentialsReq) String

func (x *GetCredentialsReq) String() string

type GetCredentialsResp

type GetCredentialsResp struct {
	Cookies   string `protobuf:"bytes,1,opt,name=cookies,proto3" json:"cookies,omitempty"`
	CsrfToken int32  `protobuf:"varint,2,opt,name=csrf_token,json=csrfToken,proto3" json:"csrf_token,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCredentialsResp) Descriptor deprecated

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

Deprecated: Use GetCredentialsResp.ProtoReflect.Descriptor instead.

func (*GetCredentialsResp) GetCookies

func (x *GetCredentialsResp) GetCookies() string

func (*GetCredentialsResp) GetCsrfToken

func (x *GetCredentialsResp) GetCsrfToken() int32

func (*GetCredentialsResp) ProtoMessage

func (*GetCredentialsResp) ProtoMessage()

func (*GetCredentialsResp) ProtoReflect

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

func (*GetCredentialsResp) Reset

func (x *GetCredentialsResp) Reset()

func (*GetCredentialsResp) String

func (x *GetCredentialsResp) String() string

type GetCsrfTokenReq

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

func (*GetCsrfTokenReq) Descriptor deprecated

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

Deprecated: Use GetCsrfTokenReq.ProtoReflect.Descriptor instead.

func (*GetCsrfTokenReq) ProtoMessage

func (*GetCsrfTokenReq) ProtoMessage()

func (*GetCsrfTokenReq) ProtoReflect

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

func (*GetCsrfTokenReq) Reset

func (x *GetCsrfTokenReq) Reset()

func (*GetCsrfTokenReq) String

func (x *GetCsrfTokenReq) String() string

type GetCsrfTokenResp

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

func (*GetCsrfTokenResp) Descriptor deprecated

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

Deprecated: Use GetCsrfTokenResp.ProtoReflect.Descriptor instead.

func (*GetCsrfTokenResp) GetToken

func (x *GetCsrfTokenResp) GetToken() int32

func (*GetCsrfTokenResp) ProtoMessage

func (*GetCsrfTokenResp) ProtoMessage()

func (*GetCsrfTokenResp) ProtoReflect

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

func (*GetCsrfTokenResp) Reset

func (x *GetCsrfTokenResp) Reset()

func (*GetCsrfTokenResp) String

func (x *GetCsrfTokenResp) String() string

type GetForwardMsgReq

type GetForwardMsgReq struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

TODO 暂时不支持

func (*GetForwardMsgReq) Descriptor deprecated

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

Deprecated: Use GetForwardMsgReq.ProtoReflect.Descriptor instead.

func (*GetForwardMsgReq) GetId

func (x *GetForwardMsgReq) GetId() string

func (*GetForwardMsgReq) ProtoMessage

func (*GetForwardMsgReq) ProtoMessage()

func (*GetForwardMsgReq) ProtoReflect

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

func (*GetForwardMsgReq) Reset

func (x *GetForwardMsgReq) Reset()

func (*GetForwardMsgReq) String

func (x *GetForwardMsgReq) String() string

type GetForwardMsgResp

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

func (*GetForwardMsgResp) Descriptor deprecated

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

Deprecated: Use GetForwardMsgResp.ProtoReflect.Descriptor instead.

func (*GetForwardMsgResp) ProtoMessage

func (*GetForwardMsgResp) ProtoMessage()

func (*GetForwardMsgResp) ProtoReflect

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

func (*GetForwardMsgResp) Reset

func (x *GetForwardMsgResp) Reset()

func (*GetForwardMsgResp) String

func (x *GetForwardMsgResp) String() string

type GetFriendListReq

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

func (*GetFriendListReq) Descriptor deprecated

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

Deprecated: Use GetFriendListReq.ProtoReflect.Descriptor instead.

func (*GetFriendListReq) ProtoMessage

func (*GetFriendListReq) ProtoMessage()

func (*GetFriendListReq) ProtoReflect

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

func (*GetFriendListReq) Reset

func (x *GetFriendListReq) Reset()

func (*GetFriendListReq) String

func (x *GetFriendListReq) String() string

type GetFriendListResp

type GetFriendListResp struct {
	Friend []*GetFriendListResp_Friend `protobuf:"bytes,1,rep,name=friend,proto3" json:"friend,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFriendListResp) Descriptor deprecated

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

Deprecated: Use GetFriendListResp.ProtoReflect.Descriptor instead.

func (*GetFriendListResp) GetFriend

func (x *GetFriendListResp) GetFriend() []*GetFriendListResp_Friend

func (*GetFriendListResp) ProtoMessage

func (*GetFriendListResp) ProtoMessage()

func (*GetFriendListResp) ProtoReflect

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

func (*GetFriendListResp) Reset

func (x *GetFriendListResp) Reset()

func (*GetFriendListResp) String

func (x *GetFriendListResp) String() string

type GetFriendListResp_Friend

type GetFriendListResp_Friend struct {
	UserId   int64             `protobuf:"varint,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Nickname string            `protobuf:"bytes,2,opt,name=nickname,proto3" json:"nickname,omitempty"`
	Remark   string            `protobuf:"bytes,3,opt,name=remark,proto3" json:"remark,omitempty"`
	Extra    map[string]string `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetFriendListResp_Friend) Descriptor deprecated

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

Deprecated: Use GetFriendListResp_Friend.ProtoReflect.Descriptor instead.

func (*GetFriendListResp_Friend) GetExtra

func (x *GetFriendListResp_Friend) GetExtra() map[string]string

func (*GetFriendListResp_Friend) GetNickname

func (x *GetFriendListResp_Friend) GetNickname() string

func (*GetFriendListResp_Friend) GetRemark

func (x *GetFriendListResp_Friend) GetRemark() string

func (*GetFriendListResp_Friend) GetUserId

func (x *GetFriendListResp_Friend) GetUserId() int64

func (*GetFriendListResp_Friend) ProtoMessage

func (*GetFriendListResp_Friend) ProtoMessage()

func (*GetFriendListResp_Friend) ProtoReflect

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

func (*GetFriendListResp_Friend) Reset

func (x *GetFriendListResp_Friend) Reset()

func (*GetFriendListResp_Friend) String

func (x *GetFriendListResp_Friend) String() string

type GetGroupHonorInfoReq

type GetGroupHonorInfoReq struct {
	GroupId int64  `protobuf:"varint,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	Type    string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*GetGroupHonorInfoReq) Descriptor deprecated

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

Deprecated: Use GetGroupHonorInfoReq.ProtoReflect.Descriptor instead.

func (*GetGroupHonorInfoReq) GetGroupId

func (x *GetGroupHonorInfoReq) GetGroupId() int64

func (*GetGroupHonorInfoReq) GetType

func (x *GetGroupHonorInfoReq) GetType() string

func (*GetGroupHonorInfoReq) ProtoMessage

func (*GetGroupHonorInfoReq) ProtoMessage()

func (*GetGroupHonorInfoReq) ProtoReflect

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

func (*GetGroupHonorInfoReq) Reset

func (x *GetGroupHonorInfoReq) Reset()

func (*GetGroupHonorInfoReq) String

func (x *GetGroupHonorInfoReq) String() string

type GetGroupHonorInfoResp

type GetGroupHonorInfoResp struct {
	GroupId          int64                                   `protobuf:"varint,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	CurrentTalkative *GetGroupHonorInfoResp_CurrentTalkative `protobuf:"bytes,2,opt,name=current_talkative,json=currentTalkative,proto3" json:"current_talkative,omitempty"`
	Talkative        []*GetGroupHonorInfoResp_Honor          `protobuf:"bytes,3,rep,name=talkative,proto3" json:"talkative,omitempty"`
	Performer        []*GetGroupHonorInfoResp_Honor          `protobuf:"bytes,4,rep,name=performer,proto3" json:"performer,omitempty"`
	Legend           []*GetGroupHonorInfoResp_Honor          `protobuf:"bytes,5,rep,name=legend,proto3" json:"legend,omitempty"`
	StrongNewbie     []*GetGroupHonorInfoResp_Honor          `protobuf:"bytes,6,rep,name=strong_newbie,json=strongNewbie,proto3" json:"strong_newbie,omitempty"`
	Emotion          []*GetGroupHonorInfoResp_Honor          `protobuf:"bytes,7,rep,name=emotion,proto3" json:"emotion,omitempty"`
	// contains filtered or unexported fields
}

func (*GetGroupHonorInfoResp) Descriptor deprecated

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

Deprecated: Use GetGroupHonorInfoResp.ProtoReflect.Descriptor instead.

func (*GetGroupHonorInfoResp) GetCurrentTalkative

func (*GetGroupHonorInfoResp) GetEmotion

func (*GetGroupHonorInfoResp) GetGroupId

func (x *GetGroupHonorInfoResp) GetGroupId() int64

func (*GetGroupHonorInfoResp) GetLegend

func (*GetGroupHonorInfoResp) GetPerformer

func (*GetGroupHonorInfoResp) GetStrongNewbie

func (x *GetGroupHonorInfoResp) GetStrongNewbie() []*GetGroupHonorInfoResp_Honor

func (*GetGroupHonorInfoResp) GetTalkative

func (*GetGroupHonorInfoResp) ProtoMessage

func (*GetGroupHonorInfoResp) ProtoMessage()

func (*GetGroupHonorInfoResp) ProtoReflect

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

func (*GetGroupHonorInfoResp) Reset

func (x *GetGroupHonorInfoResp) Reset()

func (*GetGroupHonorInfoResp) String

func (x *GetGroupHonorInfoResp) String() string

type GetGroupHonorInfoResp_CurrentTalkative

type GetGroupHonorInfoResp_CurrentTalkative struct {
	UserId   int64  `protobuf:"varint,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Nickname string `protobuf:"bytes,2,opt,name=nickname,proto3" json:"nickname,omitempty"`
	Avatar   string `protobuf:"bytes,3,opt,name=avatar,proto3" json:"avatar,omitempty"`
	DayCount int32  `protobuf:"varint,4,opt,name=day_count,json=dayCount,proto3" json:"day_count,omitempty"`
	// contains filtered or unexported fields
}

func (*GetGroupHonorInfoResp_CurrentTalkative) Descriptor deprecated

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

Deprecated: Use GetGroupHonorInfoResp_CurrentTalkative.ProtoReflect.Descriptor instead.

func (*GetGroupHonorInfoResp_CurrentTalkative) GetAvatar

func (*GetGroupHonorInfoResp_CurrentTalkative) GetDayCount

func (*GetGroupHonorInfoResp_CurrentTalkative) GetNickname

func (*GetGroupHonorInfoResp_CurrentTalkative) GetUserId

func (*GetGroupHonorInfoResp_CurrentTalkative) ProtoMessage

func (*GetGroupHonorInfoResp_CurrentTalkative) ProtoReflect

func (*GetGroupHonorInfoResp_CurrentTalkative) Reset

func (*GetGroupHonorInfoResp_CurrentTalkative) String

type GetGroupHonorInfoResp_Honor

type GetGroupHonorInfoResp_Honor struct {
	UserId      int64  `protobuf:"varint,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Nickname    string `protobuf:"bytes,2,opt,name=nickname,proto3" json:"nickname,omitempty"`
	Avatar      string `protobuf:"bytes,3,opt,name=avatar,proto3" json:"avatar,omitempty"`
	Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	// contains filtered or unexported fields
}

func (*GetGroupHonorInfoResp_Honor) Descriptor deprecated

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

Deprecated: Use GetGroupHonorInfoResp_Honor.ProtoReflect.Descriptor instead.

func (*GetGroupHonorInfoResp_Honor) GetAvatar

func (x *GetGroupHonorInfoResp_Honor) GetAvatar() string

func (*GetGroupHonorInfoResp_Honor) GetDescription

func (x *GetGroupHonorInfoResp_Honor) GetDescription() string

func (*GetGroupHonorInfoResp_Honor) GetNickname

func (x *GetGroupHonorInfoResp_Honor) GetNickname() string

func (*GetGroupHonorInfoResp_Honor) GetUserId

func (x *GetGroupHonorInfoResp_Honor) GetUserId() int64

func (*GetGroupHonorInfoResp_Honor) ProtoMessage

func (*GetGroupHonorInfoResp_Honor) ProtoMessage()

func (*GetGroupHonorInfoResp_Honor) ProtoReflect

func (*GetGroupHonorInfoResp_Honor) Reset

func (x *GetGroupHonorInfoResp_Honor) Reset()

func (*GetGroupHonorInfoResp_Honor) String

func (x *GetGroupHonorInfoResp_Honor) String() string

type GetGroupInfoReq

type GetGroupInfoReq struct {
	GroupId int64 `protobuf:"varint,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	NoCache bool  `protobuf:"varint,2,opt,name=no_cache,json=noCache,proto3" json:"no_cache,omitempty"`
	// contains filtered or unexported fields
}

func (*GetGroupInfoReq) Descriptor deprecated

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

Deprecated: Use GetGroupInfoReq.ProtoReflect.Descriptor instead.

func (*GetGroupInfoReq) GetGroupId

func (x *GetGroupInfoReq) GetGroupId() int64

func (*GetGroupInfoReq) GetNoCache

func (x *GetGroupInfoReq) GetNoCache() bool

func (*GetGroupInfoReq) ProtoMessage

func (*GetGroupInfoReq) ProtoMessage()

func (*GetGroupInfoReq) ProtoReflect

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

func (*GetGroupInfoReq) Reset

func (x *GetGroupInfoReq) Reset()

func (*GetGroupInfoReq) String

func (x *GetGroupInfoReq) String() string

type GetGroupInfoResp

type GetGroupInfoResp struct {
	GroupId        int64  `protobuf:"varint,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	GroupName      string `protobuf:"bytes,2,opt,name=group_name,json=groupName,proto3" json:"group_name,omitempty"`
	MemberCount    int32  `protobuf:"varint,3,opt,name=member_count,json=memberCount,proto3" json:"member_count,omitempty"`
	MaxMemberCount int32  `protobuf:"varint,4,opt,name=max_member_count,json=maxMemberCount,proto3" json:"max_member_count,omitempty"`
	// contains filtered or unexported fields
}

func (*GetGroupInfoResp) Descriptor deprecated

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

Deprecated: Use GetGroupInfoResp.ProtoReflect.Descriptor instead.

func (*GetGroupInfoResp) GetGroupId

func (x *GetGroupInfoResp) GetGroupId() int64

func (*GetGroupInfoResp) GetGroupName

func (x *GetGroupInfoResp) GetGroupName() string

func (*GetGroupInfoResp) GetMaxMemberCount

func (x *GetGroupInfoResp) GetMaxMemberCount() int32

func (*GetGroupInfoResp) GetMemberCount

func (x *GetGroupInfoResp) GetMemberCount() int32

func (*GetGroupInfoResp) ProtoMessage

func (*GetGroupInfoResp) ProtoMessage()

func (*GetGroupInfoResp) ProtoReflect

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

func (*GetGroupInfoResp) Reset

func (x *GetGroupInfoResp) Reset()

func (*GetGroupInfoResp) String

func (x *GetGroupInfoResp) String() string

type GetGroupListReq

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

func (*GetGroupListReq) Descriptor deprecated

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

Deprecated: Use GetGroupListReq.ProtoReflect.Descriptor instead.

func (*GetGroupListReq) ProtoMessage

func (*GetGroupListReq) ProtoMessage()

func (*GetGroupListReq) ProtoReflect

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

func (*GetGroupListReq) Reset

func (x *GetGroupListReq) Reset()

func (*GetGroupListReq) String

func (x *GetGroupListReq) String() string

type GetGroupListResp

type GetGroupListResp struct {
	Group []*GetGroupListResp_Group `protobuf:"bytes,1,rep,name=group,proto3" json:"group,omitempty"`
	// contains filtered or unexported fields
}

func (*GetGroupListResp) Descriptor deprecated

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

Deprecated: Use GetGroupListResp.ProtoReflect.Descriptor instead.

func (*GetGroupListResp) GetGroup

func (x *GetGroupListResp) GetGroup() []*GetGroupListResp_Group

func (*GetGroupListResp) ProtoMessage

func (*GetGroupListResp) ProtoMessage()

func (*GetGroupListResp) ProtoReflect

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

func (*GetGroupListResp) Reset

func (x *GetGroupListResp) Reset()

func (*GetGroupListResp) String

func (x *GetGroupListResp) String() string

type GetGroupListResp_Group

type GetGroupListResp_Group struct {
	GroupId        int64             `protobuf:"varint,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	GroupName      string            `protobuf:"bytes,2,opt,name=group_name,json=groupName,proto3" json:"group_name,omitempty"`
	MemberCount    int32             `protobuf:"varint,3,opt,name=member_count,json=memberCount,proto3" json:"member_count,omitempty"`
	MaxMemberCount int32             `protobuf:"varint,4,opt,name=max_member_count,json=maxMemberCount,proto3" json:"max_member_count,omitempty"`
	ExtraUint32    map[string]uint32 `` /* 185-byte string literal not displayed */
	Extra          map[string]string `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetGroupListResp_Group) Descriptor deprecated

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

Deprecated: Use GetGroupListResp_Group.ProtoReflect.Descriptor instead.

func (*GetGroupListResp_Group) GetExtra

func (x *GetGroupListResp_Group) GetExtra() map[string]string

func (*GetGroupListResp_Group) GetExtraUint32

func (x *GetGroupListResp_Group) GetExtraUint32() map[string]uint32

func (*GetGroupListResp_Group) GetGroupId

func (x *GetGroupListResp_Group) GetGroupId() int64

func (*GetGroupListResp_Group) GetGroupName

func (x *GetGroupListResp_Group) GetGroupName() string

func (*GetGroupListResp_Group) GetMaxMemberCount

func (x *GetGroupListResp_Group) GetMaxMemberCount() int32

func (*GetGroupListResp_Group) GetMemberCount

func (x *GetGroupListResp_Group) GetMemberCount() int32

func (*GetGroupListResp_Group) ProtoMessage

func (*GetGroupListResp_Group) ProtoMessage()

func (*GetGroupListResp_Group) ProtoReflect

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

func (*GetGroupListResp_Group) Reset

func (x *GetGroupListResp_Group) Reset()

func (*GetGroupListResp_Group) String

func (x *GetGroupListResp_Group) String() string

type GetGroupMemberInfoReq

type GetGroupMemberInfoReq struct {
	GroupId int64 `protobuf:"varint,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	UserId  int64 `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	NoCache bool  `protobuf:"varint,3,opt,name=no_cache,json=noCache,proto3" json:"no_cache,omitempty"`
	// contains filtered or unexported fields
}

func (*GetGroupMemberInfoReq) Descriptor deprecated

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

Deprecated: Use GetGroupMemberInfoReq.ProtoReflect.Descriptor instead.

func (*GetGroupMemberInfoReq) GetGroupId

func (x *GetGroupMemberInfoReq) GetGroupId() int64

func (*GetGroupMemberInfoReq) GetNoCache

func (x *GetGroupMemberInfoReq) GetNoCache() bool

func (*GetGroupMemberInfoReq) GetUserId

func (x *GetGroupMemberInfoReq) GetUserId() int64

func (*GetGroupMemberInfoReq) ProtoMessage

func (*GetGroupMemberInfoReq) ProtoMessage()

func (*GetGroupMemberInfoReq) ProtoReflect

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

func (*GetGroupMemberInfoReq) Reset

func (x *GetGroupMemberInfoReq) Reset()

func (*GetGroupMemberInfoReq) String

func (x *GetGroupMemberInfoReq) String() string

type GetGroupMemberInfoResp

type GetGroupMemberInfoResp struct {
	GroupId         int64  `protobuf:"varint,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	UserId          int64  `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Nickname        string `protobuf:"bytes,3,opt,name=nickname,proto3" json:"nickname,omitempty"`
	Card            string `protobuf:"bytes,4,opt,name=card,proto3" json:"card,omitempty"`
	Sex             string `protobuf:"bytes,5,opt,name=sex,proto3" json:"sex,omitempty"`
	Age             int32  `protobuf:"varint,6,opt,name=age,proto3" json:"age,omitempty"`
	Area            string `protobuf:"bytes,7,opt,name=area,proto3" json:"area,omitempty"`
	JoinTime        int64  `protobuf:"varint,8,opt,name=join_time,json=joinTime,proto3" json:"join_time,omitempty"`
	LastSentTime    int64  `protobuf:"varint,9,opt,name=last_sent_time,json=lastSentTime,proto3" json:"last_sent_time,omitempty"`
	Level           string `protobuf:"bytes,10,opt,name=level,proto3" json:"level,omitempty"`
	Role            string `protobuf:"bytes,11,opt,name=role,proto3" json:"role,omitempty"`
	Unfriendly      bool   `protobuf:"varint,12,opt,name=unfriendly,proto3" json:"unfriendly,omitempty"`
	Title           string `protobuf:"bytes,13,opt,name=title,proto3" json:"title,omitempty"`
	TitleExpireTime int64  `protobuf:"varint,14,opt,name=title_expire_time,json=titleExpireTime,proto3" json:"title_expire_time,omitempty"`
	CardChangeable  bool   `protobuf:"varint,15,opt,name=card_changeable,json=cardChangeable,proto3" json:"card_changeable,omitempty"`
	// contains filtered or unexported fields
}

func (*GetGroupMemberInfoResp) Descriptor deprecated

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

Deprecated: Use GetGroupMemberInfoResp.ProtoReflect.Descriptor instead.

func (*GetGroupMemberInfoResp) GetAge

func (x *GetGroupMemberInfoResp) GetAge() int32

func (*GetGroupMemberInfoResp) GetArea

func (x *GetGroupMemberInfoResp) GetArea() string

func (*GetGroupMemberInfoResp) GetCard

func (x *GetGroupMemberInfoResp) GetCard() string

func (*GetGroupMemberInfoResp) GetCardChangeable

func (x *GetGroupMemberInfoResp) GetCardChangeable() bool

func (*GetGroupMemberInfoResp) GetGroupId

func (x *GetGroupMemberInfoResp) GetGroupId() int64

func (*GetGroupMemberInfoResp) GetJoinTime

func (x *GetGroupMemberInfoResp) GetJoinTime() int64

func (*GetGroupMemberInfoResp) GetLastSentTime

func (x *GetGroupMemberInfoResp) GetLastSentTime() int64

func (*GetGroupMemberInfoResp) GetLevel

func (x *GetGroupMemberInfoResp) GetLevel() string

func (*GetGroupMemberInfoResp) GetNickname

func (x *GetGroupMemberInfoResp) GetNickname() string

func (*GetGroupMemberInfoResp) GetRole

func (x *GetGroupMemberInfoResp) GetRole() string

func (*GetGroupMemberInfoResp) GetSex

func (x *GetGroupMemberInfoResp) GetSex() string

func (*GetGroupMemberInfoResp) GetTitle

func (x *GetGroupMemberInfoResp) GetTitle() string

func (*GetGroupMemberInfoResp) GetTitleExpireTime

func (x *GetGroupMemberInfoResp) GetTitleExpireTime() int64

func (*GetGroupMemberInfoResp) GetUnfriendly

func (x *GetGroupMemberInfoResp) GetUnfriendly() bool

func (*GetGroupMemberInfoResp) GetUserId

func (x *GetGroupMemberInfoResp) GetUserId() int64

func (*GetGroupMemberInfoResp) ProtoMessage

func (*GetGroupMemberInfoResp) ProtoMessage()

func (*GetGroupMemberInfoResp) ProtoReflect

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

func (*GetGroupMemberInfoResp) Reset

func (x *GetGroupMemberInfoResp) Reset()

func (*GetGroupMemberInfoResp) String

func (x *GetGroupMemberInfoResp) String() string

type GetGroupMemberListReq

type GetGroupMemberListReq struct {
	GroupId int64 `protobuf:"varint,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetGroupMemberListReq) Descriptor deprecated

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

Deprecated: Use GetGroupMemberListReq.ProtoReflect.Descriptor instead.

func (*GetGroupMemberListReq) GetGroupId

func (x *GetGroupMemberListReq) GetGroupId() int64

func (*GetGroupMemberListReq) ProtoMessage

func (*GetGroupMemberListReq) ProtoMessage()

func (*GetGroupMemberListReq) ProtoReflect

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

func (*GetGroupMemberListReq) Reset

func (x *GetGroupMemberListReq) Reset()

func (*GetGroupMemberListReq) String

func (x *GetGroupMemberListReq) String() string

type GetGroupMemberListResp

type GetGroupMemberListResp struct {
	GroupMember []*GetGroupMemberListResp_GroupMember `protobuf:"bytes,1,rep,name=group_member,json=groupMember,proto3" json:"group_member,omitempty"`
	// contains filtered or unexported fields
}

func (*GetGroupMemberListResp) Descriptor deprecated

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

Deprecated: Use GetGroupMemberListResp.ProtoReflect.Descriptor instead.

func (*GetGroupMemberListResp) GetGroupMember

func (*GetGroupMemberListResp) ProtoMessage

func (*GetGroupMemberListResp) ProtoMessage()

func (*GetGroupMemberListResp) ProtoReflect

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

func (*GetGroupMemberListResp) Reset

func (x *GetGroupMemberListResp) Reset()

func (*GetGroupMemberListResp) String

func (x *GetGroupMemberListResp) String() string

type GetGroupMemberListResp_GroupMember

type GetGroupMemberListResp_GroupMember struct {
	GroupId         int64  `protobuf:"varint,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	UserId          int64  `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Nickname        string `protobuf:"bytes,3,opt,name=nickname,proto3" json:"nickname,omitempty"`
	Card            string `protobuf:"bytes,4,opt,name=card,proto3" json:"card,omitempty"`
	Sex             string `protobuf:"bytes,5,opt,name=sex,proto3" json:"sex,omitempty"`
	Age             int32  `protobuf:"varint,6,opt,name=age,proto3" json:"age,omitempty"`
	Area            string `protobuf:"bytes,7,opt,name=area,proto3" json:"area,omitempty"`
	JoinTime        int64  `protobuf:"varint,8,opt,name=join_time,json=joinTime,proto3" json:"join_time,omitempty"`
	LastSentTime    int64  `protobuf:"varint,9,opt,name=last_sent_time,json=lastSentTime,proto3" json:"last_sent_time,omitempty"`
	Level           string `protobuf:"bytes,10,opt,name=level,proto3" json:"level,omitempty"`
	Role            string `protobuf:"bytes,11,opt,name=role,proto3" json:"role,omitempty"`
	Unfriendly      bool   `protobuf:"varint,12,opt,name=unfriendly,proto3" json:"unfriendly,omitempty"`
	Title           string `protobuf:"bytes,13,opt,name=title,proto3" json:"title,omitempty"`
	TitleExpireTime int64  `protobuf:"varint,14,opt,name=title_expire_time,json=titleExpireTime,proto3" json:"title_expire_time,omitempty"`
	CardChangeable  bool   `protobuf:"varint,15,opt,name=card_changeable,json=cardChangeable,proto3" json:"card_changeable,omitempty"`
	// contains filtered or unexported fields
}

func (*GetGroupMemberListResp_GroupMember) Descriptor deprecated

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

Deprecated: Use GetGroupMemberListResp_GroupMember.ProtoReflect.Descriptor instead.

func (*GetGroupMemberListResp_GroupMember) GetAge

func (*GetGroupMemberListResp_GroupMember) GetArea

func (*GetGroupMemberListResp_GroupMember) GetCard

func (*GetGroupMemberListResp_GroupMember) GetCardChangeable

func (x *GetGroupMemberListResp_GroupMember) GetCardChangeable() bool

func (*GetGroupMemberListResp_GroupMember) GetGroupId

func (x *GetGroupMemberListResp_GroupMember) GetGroupId() int64

func (*GetGroupMemberListResp_GroupMember) GetJoinTime

func (x *GetGroupMemberListResp_GroupMember) GetJoinTime() int64

func (*GetGroupMemberListResp_GroupMember) GetLastSentTime

func (x *GetGroupMemberListResp_GroupMember) GetLastSentTime() int64

func (*GetGroupMemberListResp_GroupMember) GetLevel

func (*GetGroupMemberListResp_GroupMember) GetNickname

func (x *GetGroupMemberListResp_GroupMember) GetNickname() string

func (*GetGroupMemberListResp_GroupMember) GetRole

func (*GetGroupMemberListResp_GroupMember) GetSex

func (*GetGroupMemberListResp_GroupMember) GetTitle

func (*GetGroupMemberListResp_GroupMember) GetTitleExpireTime

func (x *GetGroupMemberListResp_GroupMember) GetTitleExpireTime() int64

func (*GetGroupMemberListResp_GroupMember) GetUnfriendly

func (x *GetGroupMemberListResp_GroupMember) GetUnfriendly() bool

func (*GetGroupMemberListResp_GroupMember) GetUserId

func (*GetGroupMemberListResp_GroupMember) ProtoMessage

func (*GetGroupMemberListResp_GroupMember) ProtoMessage()

func (*GetGroupMemberListResp_GroupMember) ProtoReflect

func (*GetGroupMemberListResp_GroupMember) Reset

func (*GetGroupMemberListResp_GroupMember) String

type GetImageReq

type GetImageReq struct {
	File string `protobuf:"bytes,1,opt,name=file,proto3" json:"file,omitempty"`
	// contains filtered or unexported fields
}

func (*GetImageReq) Descriptor deprecated

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

Deprecated: Use GetImageReq.ProtoReflect.Descriptor instead.

func (*GetImageReq) GetFile

func (x *GetImageReq) GetFile() string

func (*GetImageReq) ProtoMessage

func (*GetImageReq) ProtoMessage()

func (*GetImageReq) ProtoReflect

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

func (*GetImageReq) Reset

func (x *GetImageReq) Reset()

func (*GetImageReq) String

func (x *GetImageReq) String() string

type GetImageResp

type GetImageResp struct {
	File string `protobuf:"bytes,1,opt,name=file,proto3" json:"file,omitempty"`
	// contains filtered or unexported fields
}

func (*GetImageResp) Descriptor deprecated

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

Deprecated: Use GetImageResp.ProtoReflect.Descriptor instead.

func (*GetImageResp) GetFile

func (x *GetImageResp) GetFile() string

func (*GetImageResp) ProtoMessage

func (*GetImageResp) ProtoMessage()

func (*GetImageResp) ProtoReflect

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

func (*GetImageResp) Reset

func (x *GetImageResp) Reset()

func (*GetImageResp) String

func (x *GetImageResp) String() string

type GetLoginInfoReq

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

func (*GetLoginInfoReq) Descriptor deprecated

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

Deprecated: Use GetLoginInfoReq.ProtoReflect.Descriptor instead.

func (*GetLoginInfoReq) ProtoMessage

func (*GetLoginInfoReq) ProtoMessage()

func (*GetLoginInfoReq) ProtoReflect

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

func (*GetLoginInfoReq) Reset

func (x *GetLoginInfoReq) Reset()

func (*GetLoginInfoReq) String

func (x *GetLoginInfoReq) String() string

type GetLoginInfoResp

type GetLoginInfoResp struct {
	UserId   int64  `protobuf:"varint,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Nickname string `protobuf:"bytes,2,opt,name=nickname,proto3" json:"nickname,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLoginInfoResp) Descriptor deprecated

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

Deprecated: Use GetLoginInfoResp.ProtoReflect.Descriptor instead.

func (*GetLoginInfoResp) GetNickname

func (x *GetLoginInfoResp) GetNickname() string

func (*GetLoginInfoResp) GetUserId

func (x *GetLoginInfoResp) GetUserId() int64

func (*GetLoginInfoResp) ProtoMessage

func (*GetLoginInfoResp) ProtoMessage()

func (*GetLoginInfoResp) ProtoReflect

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

func (*GetLoginInfoResp) Reset

func (x *GetLoginInfoResp) Reset()

func (*GetLoginInfoResp) String

func (x *GetLoginInfoResp) String() string

type GetMsgReq

type GetMsgReq struct {
	MessageId int32 `protobuf:"varint,1,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMsgReq) Descriptor deprecated

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

Deprecated: Use GetMsgReq.ProtoReflect.Descriptor instead.

func (*GetMsgReq) GetMessageId

func (x *GetMsgReq) GetMessageId() int32

func (*GetMsgReq) ProtoMessage

func (*GetMsgReq) ProtoMessage()

func (*GetMsgReq) ProtoReflect

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

func (*GetMsgReq) Reset

func (x *GetMsgReq) Reset()

func (*GetMsgReq) String

func (x *GetMsgReq) String() string

type GetMsgResp

type GetMsgResp struct {
	Time        int32              `protobuf:"varint,1,opt,name=time,proto3" json:"time,omitempty"`
	MessageType string             `protobuf:"bytes,2,opt,name=message_type,json=messageType,proto3" json:"message_type,omitempty"`
	MessageId   int32              `protobuf:"varint,3,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"`
	RealId      int32              `protobuf:"varint,4,opt,name=real_id,json=realId,proto3" json:"real_id,omitempty"`
	Sender      *GetMsgResp_Sender `protobuf:"bytes,5,opt,name=sender,proto3" json:"sender,omitempty"`
	Message     []*Message         `protobuf:"bytes,6,rep,name=message,proto3" json:"message,omitempty"`
	RawMessage  string             `protobuf:"bytes,7,opt,name=raw_message,json=rawMessage,proto3" json:"raw_message,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMsgResp) Descriptor deprecated

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

Deprecated: Use GetMsgResp.ProtoReflect.Descriptor instead.

func (*GetMsgResp) GetMessage

func (x *GetMsgResp) GetMessage() []*Message

func (*GetMsgResp) GetMessageId

func (x *GetMsgResp) GetMessageId() int32

func (*GetMsgResp) GetMessageType

func (x *GetMsgResp) GetMessageType() string

func (*GetMsgResp) GetRawMessage

func (x *GetMsgResp) GetRawMessage() string

func (*GetMsgResp) GetRealId

func (x *GetMsgResp) GetRealId() int32

func (*GetMsgResp) GetSender

func (x *GetMsgResp) GetSender() *GetMsgResp_Sender

func (*GetMsgResp) GetTime

func (x *GetMsgResp) GetTime() int32

func (*GetMsgResp) ProtoMessage

func (*GetMsgResp) ProtoMessage()

func (*GetMsgResp) ProtoReflect

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

func (*GetMsgResp) Reset

func (x *GetMsgResp) Reset()

func (*GetMsgResp) String

func (x *GetMsgResp) String() string

type GetMsgResp_Sender

type GetMsgResp_Sender struct {
	UserId   int64  `protobuf:"varint,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Nickname string `protobuf:"bytes,2,opt,name=nickname,proto3" json:"nickname,omitempty"`
	Card     string `protobuf:"bytes,3,opt,name=card,proto3" json:"card,omitempty"`
	Sex      string `protobuf:"bytes,4,opt,name=sex,proto3" json:"sex,omitempty"`
	Age      int32  `protobuf:"varint,5,opt,name=age,proto3" json:"age,omitempty"`
	Area     string `protobuf:"bytes,6,opt,name=area,proto3" json:"area,omitempty"`
	Level    string `protobuf:"bytes,7,opt,name=level,proto3" json:"level,omitempty"`
	Role     string `protobuf:"bytes,8,opt,name=role,proto3" json:"role,omitempty"`
	Title    string `protobuf:"bytes,9,opt,name=title,proto3" json:"title,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMsgResp_Sender) Descriptor deprecated

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

Deprecated: Use GetMsgResp_Sender.ProtoReflect.Descriptor instead.

func (*GetMsgResp_Sender) GetAge

func (x *GetMsgResp_Sender) GetAge() int32

func (*GetMsgResp_Sender) GetArea

func (x *GetMsgResp_Sender) GetArea() string

func (*GetMsgResp_Sender) GetCard

func (x *GetMsgResp_Sender) GetCard() string

func (*GetMsgResp_Sender) GetLevel

func (x *GetMsgResp_Sender) GetLevel() string

func (*GetMsgResp_Sender) GetNickname

func (x *GetMsgResp_Sender) GetNickname() string

func (*GetMsgResp_Sender) GetRole

func (x *GetMsgResp_Sender) GetRole() string

func (*GetMsgResp_Sender) GetSex

func (x *GetMsgResp_Sender) GetSex() string

func (*GetMsgResp_Sender) GetTitle

func (x *GetMsgResp_Sender) GetTitle() string

func (*GetMsgResp_Sender) GetUserId

func (x *GetMsgResp_Sender) GetUserId() int64

func (*GetMsgResp_Sender) ProtoMessage

func (*GetMsgResp_Sender) ProtoMessage()

func (*GetMsgResp_Sender) ProtoReflect

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

func (*GetMsgResp_Sender) Reset

func (x *GetMsgResp_Sender) Reset()

func (*GetMsgResp_Sender) String

func (x *GetMsgResp_Sender) String() string

type GetRecordReq

type GetRecordReq struct {
	File      string `protobuf:"bytes,1,opt,name=file,proto3" json:"file,omitempty"`
	OutFormat string `protobuf:"bytes,2,opt,name=out_format,json=outFormat,proto3" json:"out_format,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRecordReq) Descriptor deprecated

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

Deprecated: Use GetRecordReq.ProtoReflect.Descriptor instead.

func (*GetRecordReq) GetFile

func (x *GetRecordReq) GetFile() string

func (*GetRecordReq) GetOutFormat

func (x *GetRecordReq) GetOutFormat() string

func (*GetRecordReq) ProtoMessage

func (*GetRecordReq) ProtoMessage()

func (*GetRecordReq) ProtoReflect

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

func (*GetRecordReq) Reset

func (x *GetRecordReq) Reset()

func (*GetRecordReq) String

func (x *GetRecordReq) String() string

type GetRecordResp

type GetRecordResp struct {
	File string `protobuf:"bytes,1,opt,name=file,proto3" json:"file,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRecordResp) Descriptor deprecated

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

Deprecated: Use GetRecordResp.ProtoReflect.Descriptor instead.

func (*GetRecordResp) GetFile

func (x *GetRecordResp) GetFile() string

func (*GetRecordResp) ProtoMessage

func (*GetRecordResp) ProtoMessage()

func (*GetRecordResp) ProtoReflect

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

func (*GetRecordResp) Reset

func (x *GetRecordResp) Reset()

func (*GetRecordResp) String

func (x *GetRecordResp) String() string

type GetStatusReq

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

func (*GetStatusReq) Descriptor deprecated

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

Deprecated: Use GetStatusReq.ProtoReflect.Descriptor instead.

func (*GetStatusReq) ProtoMessage

func (*GetStatusReq) ProtoMessage()

func (*GetStatusReq) ProtoReflect

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

func (*GetStatusReq) Reset

func (x *GetStatusReq) Reset()

func (*GetStatusReq) String

func (x *GetStatusReq) String() string

type GetStatusResp

type GetStatusResp struct {
	Online bool `protobuf:"varint,1,opt,name=online,proto3" json:"online,omitempty"`
	Good   bool `protobuf:"varint,2,opt,name=good,proto3" json:"good,omitempty"`
	// contains filtered or unexported fields
}

func (*GetStatusResp) Descriptor deprecated

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

Deprecated: Use GetStatusResp.ProtoReflect.Descriptor instead.

func (*GetStatusResp) GetGood

func (x *GetStatusResp) GetGood() bool

func (*GetStatusResp) GetOnline

func (x *GetStatusResp) GetOnline() bool

func (*GetStatusResp) ProtoMessage

func (*GetStatusResp) ProtoMessage()

func (*GetStatusResp) ProtoReflect

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

func (*GetStatusResp) Reset

func (x *GetStatusResp) Reset()

func (*GetStatusResp) String

func (x *GetStatusResp) String() string

type GetStrangerInfoReq

type GetStrangerInfoReq struct {
	UserId  int64 `protobuf:"varint,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	NoCache bool  `protobuf:"varint,2,opt,name=no_cache,json=noCache,proto3" json:"no_cache,omitempty"`
	// contains filtered or unexported fields
}

func (*GetStrangerInfoReq) Descriptor deprecated

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

Deprecated: Use GetStrangerInfoReq.ProtoReflect.Descriptor instead.

func (*GetStrangerInfoReq) GetNoCache

func (x *GetStrangerInfoReq) GetNoCache() bool

func (*GetStrangerInfoReq) GetUserId

func (x *GetStrangerInfoReq) GetUserId() int64

func (*GetStrangerInfoReq) ProtoMessage

func (*GetStrangerInfoReq) ProtoMessage()

func (*GetStrangerInfoReq) ProtoReflect

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

func (*GetStrangerInfoReq) Reset

func (x *GetStrangerInfoReq) Reset()

func (*GetStrangerInfoReq) String

func (x *GetStrangerInfoReq) String() string

type GetStrangerInfoResp

type GetStrangerInfoResp struct {
	UserId    int64  `protobuf:"varint,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Nickname  string `protobuf:"bytes,2,opt,name=nickname,proto3" json:"nickname,omitempty"`
	Sex       string `protobuf:"bytes,3,opt,name=sex,proto3" json:"sex,omitempty"`
	Age       int32  `protobuf:"varint,4,opt,name=age,proto3" json:"age,omitempty"`
	Level     int32  `protobuf:"varint,5,opt,name=level,proto3" json:"level,omitempty"`                          // 扩展
	LoginDays int64  `protobuf:"varint,6,opt,name=login_days,json=loginDays,proto3" json:"login_days,omitempty"` // 扩展
	// contains filtered or unexported fields
}

func (*GetStrangerInfoResp) Descriptor deprecated

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

Deprecated: Use GetStrangerInfoResp.ProtoReflect.Descriptor instead.

func (*GetStrangerInfoResp) GetAge

func (x *GetStrangerInfoResp) GetAge() int32

func (*GetStrangerInfoResp) GetLevel

func (x *GetStrangerInfoResp) GetLevel() int32

func (*GetStrangerInfoResp) GetLoginDays

func (x *GetStrangerInfoResp) GetLoginDays() int64

func (*GetStrangerInfoResp) GetNickname

func (x *GetStrangerInfoResp) GetNickname() string

func (*GetStrangerInfoResp) GetSex

func (x *GetStrangerInfoResp) GetSex() string

func (*GetStrangerInfoResp) GetUserId

func (x *GetStrangerInfoResp) GetUserId() int64

func (*GetStrangerInfoResp) ProtoMessage

func (*GetStrangerInfoResp) ProtoMessage()

func (*GetStrangerInfoResp) ProtoReflect

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

func (*GetStrangerInfoResp) Reset

func (x *GetStrangerInfoResp) Reset()

func (*GetStrangerInfoResp) String

func (x *GetStrangerInfoResp) String() string

type GetVersionInfoReq

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

func (*GetVersionInfoReq) Descriptor deprecated

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

Deprecated: Use GetVersionInfoReq.ProtoReflect.Descriptor instead.

func (*GetVersionInfoReq) ProtoMessage

func (*GetVersionInfoReq) ProtoMessage()

func (*GetVersionInfoReq) ProtoReflect

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

func (*GetVersionInfoReq) Reset

func (x *GetVersionInfoReq) Reset()

func (*GetVersionInfoReq) String

func (x *GetVersionInfoReq) String() string

type GetVersionInfoResp

type GetVersionInfoResp struct {
	AppName         string            `protobuf:"bytes,1,opt,name=app_name,json=appName,proto3" json:"app_name,omitempty"`
	AppVersion      string            `protobuf:"bytes,2,opt,name=app_version,json=appVersion,proto3" json:"app_version,omitempty"`
	ProtocolVersion string            `protobuf:"bytes,3,opt,name=protocol_version,json=protocolVersion,proto3" json:"protocol_version,omitempty"`
	Extra           map[string]string `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetVersionInfoResp) Descriptor deprecated

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

Deprecated: Use GetVersionInfoResp.ProtoReflect.Descriptor instead.

func (*GetVersionInfoResp) GetAppName

func (x *GetVersionInfoResp) GetAppName() string

func (*GetVersionInfoResp) GetAppVersion

func (x *GetVersionInfoResp) GetAppVersion() string

func (*GetVersionInfoResp) GetExtra

func (x *GetVersionInfoResp) GetExtra() map[string]string

func (*GetVersionInfoResp) GetProtocolVersion

func (x *GetVersionInfoResp) GetProtocolVersion() string

func (*GetVersionInfoResp) ProtoMessage

func (*GetVersionInfoResp) ProtoMessage()

func (*GetVersionInfoResp) ProtoReflect

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

func (*GetVersionInfoResp) Reset

func (x *GetVersionInfoResp) Reset()

func (*GetVersionInfoResp) String

func (x *GetVersionInfoResp) String() string

type GroupAdminNoticeEvent

type GroupAdminNoticeEvent struct {
	Time       int64             `protobuf:"varint,1,opt,name=time,proto3" json:"time,omitempty"`
	SelfId     int64             `protobuf:"varint,2,opt,name=self_id,json=selfId,proto3" json:"self_id,omitempty"`
	PostType   string            `protobuf:"bytes,3,opt,name=post_type,json=postType,proto3" json:"post_type,omitempty"`
	NoticeType string            `protobuf:"bytes,4,opt,name=notice_type,json=noticeType,proto3" json:"notice_type,omitempty"`
	SubType    string            `protobuf:"bytes,5,opt,name=sub_type,json=subType,proto3" json:"sub_type,omitempty"`
	GroupId    int64             `protobuf:"varint,6,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	UserId     int64             `protobuf:"varint,7,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Extra      map[string]string `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GroupAdminNoticeEvent) Descriptor deprecated

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

Deprecated: Use GroupAdminNoticeEvent.ProtoReflect.Descriptor instead.

func (*GroupAdminNoticeEvent) GetExtra

func (x *GroupAdminNoticeEvent) GetExtra() map[string]string

func (*GroupAdminNoticeEvent) GetGroupId

func (x *GroupAdminNoticeEvent) GetGroupId() int64

func (*GroupAdminNoticeEvent) GetNoticeType

func (x *GroupAdminNoticeEvent) GetNoticeType() string

func (*GroupAdminNoticeEvent) GetPostType

func (x *GroupAdminNoticeEvent) GetPostType() string

func (*GroupAdminNoticeEvent) GetSelfId

func (x *GroupAdminNoticeEvent) GetSelfId() int64

func (*GroupAdminNoticeEvent) GetSubType

func (x *GroupAdminNoticeEvent) GetSubType() string

func (*GroupAdminNoticeEvent) GetTime

func (x *GroupAdminNoticeEvent) GetTime() int64

func (*GroupAdminNoticeEvent) GetUserId

func (x *GroupAdminNoticeEvent) GetUserId() int64

func (*GroupAdminNoticeEvent) ProtoMessage

func (*GroupAdminNoticeEvent) ProtoMessage()

func (*GroupAdminNoticeEvent) ProtoReflect

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

func (*GroupAdminNoticeEvent) Reset

func (x *GroupAdminNoticeEvent) Reset()

func (*GroupAdminNoticeEvent) String

func (x *GroupAdminNoticeEvent) String() string

type GroupBanNoticeEvent

type GroupBanNoticeEvent struct {
	Time        int64             `protobuf:"varint,1,opt,name=time,proto3" json:"time,omitempty"`
	SelfId      int64             `protobuf:"varint,2,opt,name=self_id,json=selfId,proto3" json:"self_id,omitempty"`
	PostType    string            `protobuf:"bytes,3,opt,name=post_type,json=postType,proto3" json:"post_type,omitempty"`
	NoticeType  string            `protobuf:"bytes,4,opt,name=notice_type,json=noticeType,proto3" json:"notice_type,omitempty"`
	SubType     string            `protobuf:"bytes,5,opt,name=sub_type,json=subType,proto3" json:"sub_type,omitempty"`
	GroupId     int64             `protobuf:"varint,6,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	OperatorId  int64             `protobuf:"varint,7,opt,name=operator_id,json=operatorId,proto3" json:"operator_id,omitempty"`
	UserId      int64             `protobuf:"varint,8,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Duration    int64             `protobuf:"varint,9,opt,name=duration,proto3" json:"duration,omitempty"`
	OperatorUid string            `protobuf:"bytes,10,opt,name=operator_uid,json=operatorUid,proto3" json:"operator_uid,omitempty"`
	TargetUid   string            `protobuf:"bytes,11,opt,name=target_uid,json=targetUid,proto3" json:"target_uid,omitempty"`
	Extra       map[string]string `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GroupBanNoticeEvent) Descriptor deprecated

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

Deprecated: Use GroupBanNoticeEvent.ProtoReflect.Descriptor instead.

func (*GroupBanNoticeEvent) GetDuration

func (x *GroupBanNoticeEvent) GetDuration() int64

func (*GroupBanNoticeEvent) GetExtra

func (x *GroupBanNoticeEvent) GetExtra() map[string]string

func (*GroupBanNoticeEvent) GetGroupId

func (x *GroupBanNoticeEvent) GetGroupId() int64

func (*GroupBanNoticeEvent) GetNoticeType

func (x *GroupBanNoticeEvent) GetNoticeType() string

func (*GroupBanNoticeEvent) GetOperatorId

func (x *GroupBanNoticeEvent) GetOperatorId() int64

func (*GroupBanNoticeEvent) GetOperatorUid

func (x *GroupBanNoticeEvent) GetOperatorUid() string

func (*GroupBanNoticeEvent) GetPostType

func (x *GroupBanNoticeEvent) GetPostType() string

func (*GroupBanNoticeEvent) GetSelfId

func (x *GroupBanNoticeEvent) GetSelfId() int64

func (*GroupBanNoticeEvent) GetSubType

func (x *GroupBanNoticeEvent) GetSubType() string

func (*GroupBanNoticeEvent) GetTargetUid

func (x *GroupBanNoticeEvent) GetTargetUid() string

func (*GroupBanNoticeEvent) GetTime

func (x *GroupBanNoticeEvent) GetTime() int64

func (*GroupBanNoticeEvent) GetUserId

func (x *GroupBanNoticeEvent) GetUserId() int64

func (*GroupBanNoticeEvent) ProtoMessage

func (*GroupBanNoticeEvent) ProtoMessage()

func (*GroupBanNoticeEvent) ProtoReflect

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

func (*GroupBanNoticeEvent) Reset

func (x *GroupBanNoticeEvent) Reset()

func (*GroupBanNoticeEvent) String

func (x *GroupBanNoticeEvent) String() string

type GroupDecreaseNoticeEvent

type GroupDecreaseNoticeEvent struct {
	Time        int64             `protobuf:"varint,1,opt,name=time,proto3" json:"time,omitempty"`
	SelfId      int64             `protobuf:"varint,2,opt,name=self_id,json=selfId,proto3" json:"self_id,omitempty"`
	PostType    string            `protobuf:"bytes,3,opt,name=post_type,json=postType,proto3" json:"post_type,omitempty"`
	NoticeType  string            `protobuf:"bytes,4,opt,name=notice_type,json=noticeType,proto3" json:"notice_type,omitempty"`
	SubType     string            `protobuf:"bytes,5,opt,name=sub_type,json=subType,proto3" json:"sub_type,omitempty"`
	GroupId     int64             `protobuf:"varint,6,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	OperatorId  int64             `protobuf:"varint,7,opt,name=operator_id,json=operatorId,proto3" json:"operator_id,omitempty"`
	UserId      int64             `protobuf:"varint,8,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	MemberUid   string            `protobuf:"bytes,9,opt,name=member_uid,json=memberUid,proto3" json:"member_uid,omitempty"`
	OperatorUid string            `protobuf:"bytes,10,opt,name=operator_uid,json=operatorUid,proto3" json:"operator_uid,omitempty"`
	ExitType    uint32            `protobuf:"varint,11,opt,name=exit_type,json=exitType,proto3" json:"exit_type,omitempty"`
	Extra       map[string]string `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GroupDecreaseNoticeEvent) Descriptor deprecated

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

Deprecated: Use GroupDecreaseNoticeEvent.ProtoReflect.Descriptor instead.

func (*GroupDecreaseNoticeEvent) GetExitType

func (x *GroupDecreaseNoticeEvent) GetExitType() uint32

func (*GroupDecreaseNoticeEvent) GetExtra

func (x *GroupDecreaseNoticeEvent) GetExtra() map[string]string

func (*GroupDecreaseNoticeEvent) GetGroupId

func (x *GroupDecreaseNoticeEvent) GetGroupId() int64

func (*GroupDecreaseNoticeEvent) GetMemberUid

func (x *GroupDecreaseNoticeEvent) GetMemberUid() string

func (*GroupDecreaseNoticeEvent) GetNoticeType

func (x *GroupDecreaseNoticeEvent) GetNoticeType() string

func (*GroupDecreaseNoticeEvent) GetOperatorId

func (x *GroupDecreaseNoticeEvent) GetOperatorId() int64

func (*GroupDecreaseNoticeEvent) GetOperatorUid

func (x *GroupDecreaseNoticeEvent) GetOperatorUid() string

func (*GroupDecreaseNoticeEvent) GetPostType

func (x *GroupDecreaseNoticeEvent) GetPostType() string

func (*GroupDecreaseNoticeEvent) GetSelfId

func (x *GroupDecreaseNoticeEvent) GetSelfId() int64

func (*GroupDecreaseNoticeEvent) GetSubType

func (x *GroupDecreaseNoticeEvent) GetSubType() string

func (*GroupDecreaseNoticeEvent) GetTime

func (x *GroupDecreaseNoticeEvent) GetTime() int64

func (*GroupDecreaseNoticeEvent) GetUserId

func (x *GroupDecreaseNoticeEvent) GetUserId() int64

func (*GroupDecreaseNoticeEvent) ProtoMessage

func (*GroupDecreaseNoticeEvent) ProtoMessage()

func (*GroupDecreaseNoticeEvent) ProtoReflect

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

func (*GroupDecreaseNoticeEvent) Reset

func (x *GroupDecreaseNoticeEvent) Reset()

func (*GroupDecreaseNoticeEvent) String

func (x *GroupDecreaseNoticeEvent) String() string

type GroupDigestEvent

type GroupDigestEvent struct {
	Time              int64             `protobuf:"varint,1,opt,name=time,proto3" json:"time,omitempty"`
	SelfId            int64             `protobuf:"varint,2,opt,name=self_id,json=selfId,proto3" json:"self_id,omitempty"`
	PostType          string            `protobuf:"bytes,3,opt,name=post_type,json=postType,proto3" json:"post_type,omitempty"`
	NoticeType        string            `protobuf:"bytes,4,opt,name=notice_type,json=noticeType,proto3" json:"notice_type,omitempty"`
	SubType           string            `protobuf:"bytes,5,opt,name=sub_type,json=subType,proto3" json:"sub_type,omitempty"`
	GroupUin          uint32            `protobuf:"varint,6,opt,name=group_uin,json=groupUin,proto3" json:"group_uin,omitempty"`                              // GroupUin          uint32
	MessageId         uint32            `protobuf:"varint,7,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"`                           // MessageID         uint32
	InternalMessageId uint32            `protobuf:"varint,8,opt,name=internal_message_id,json=internalMessageId,proto3" json:"internal_message_id,omitempty"` // InternalMessageID uint32
	OperationType     uint32            `protobuf:"varint,9,opt,name=operation_type,json=operationType,proto3" json:"operation_type,omitempty"`               // OperationType     uint32 // 1 -> 设置精华消息, 2 -> 移除精华消息
	OperationTime     uint32            `protobuf:"varint,10,opt,name=operation_time,json=operationTime,proto3" json:"operation_time,omitempty"`              // OperateTime       uint32
	SenderUin         uint32            `protobuf:"varint,11,opt,name=sender_uin,json=senderUin,proto3" json:"sender_uin,omitempty"`                          // SenderUin         uint32
	OperatorUin       uint32            `protobuf:"varint,12,opt,name=operator_uin,json=operatorUin,proto3" json:"operator_uin,omitempty"`                    // OperatorUin       uint32
	SenderNick        string            `protobuf:"bytes,13,opt,name=sender_nick,json=senderNick,proto3" json:"sender_nick,omitempty"`                        // SenderNick        string
	OperationNick     string            `protobuf:"bytes,14,opt,name=operation_nick,json=operationNick,proto3" json:"operation_nick,omitempty"`               // OperatorNick      string
	Extra             map[string]string ``                                                                                                                    /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GroupDigestEvent) Descriptor deprecated

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

Deprecated: Use GroupDigestEvent.ProtoReflect.Descriptor instead.

func (*GroupDigestEvent) GetExtra

func (x *GroupDigestEvent) GetExtra() map[string]string

func (*GroupDigestEvent) GetGroupUin

func (x *GroupDigestEvent) GetGroupUin() uint32

func (*GroupDigestEvent) GetInternalMessageId

func (x *GroupDigestEvent) GetInternalMessageId() uint32

func (*GroupDigestEvent) GetMessageId

func (x *GroupDigestEvent) GetMessageId() uint32

func (*GroupDigestEvent) GetNoticeType

func (x *GroupDigestEvent) GetNoticeType() string

func (*GroupDigestEvent) GetOperationNick

func (x *GroupDigestEvent) GetOperationNick() string

func (*GroupDigestEvent) GetOperationTime

func (x *GroupDigestEvent) GetOperationTime() uint32

func (*GroupDigestEvent) GetOperationType

func (x *GroupDigestEvent) GetOperationType() uint32

func (*GroupDigestEvent) GetOperatorUin

func (x *GroupDigestEvent) GetOperatorUin() uint32

func (*GroupDigestEvent) GetPostType

func (x *GroupDigestEvent) GetPostType() string

func (*GroupDigestEvent) GetSelfId

func (x *GroupDigestEvent) GetSelfId() int64

func (*GroupDigestEvent) GetSenderNick

func (x *GroupDigestEvent) GetSenderNick() string

func (*GroupDigestEvent) GetSenderUin

func (x *GroupDigestEvent) GetSenderUin() uint32

func (*GroupDigestEvent) GetSubType

func (x *GroupDigestEvent) GetSubType() string

func (*GroupDigestEvent) GetTime

func (x *GroupDigestEvent) GetTime() int64

func (*GroupDigestEvent) ProtoMessage

func (*GroupDigestEvent) ProtoMessage()

func (*GroupDigestEvent) ProtoReflect

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

func (*GroupDigestEvent) Reset

func (x *GroupDigestEvent) Reset()

func (*GroupDigestEvent) String

func (x *GroupDigestEvent) String() string

type GroupIncreaseNoticeEvent

type GroupIncreaseNoticeEvent struct {
	Time       int64             `protobuf:"varint,1,opt,name=time,proto3" json:"time,omitempty"`
	SelfId     int64             `protobuf:"varint,2,opt,name=self_id,json=selfId,proto3" json:"self_id,omitempty"`
	PostType   string            `protobuf:"bytes,3,opt,name=post_type,json=postType,proto3" json:"post_type,omitempty"`
	NoticeType string            `protobuf:"bytes,4,opt,name=notice_type,json=noticeType,proto3" json:"notice_type,omitempty"`
	SubType    string            `protobuf:"bytes,5,opt,name=sub_type,json=subType,proto3" json:"sub_type,omitempty"`
	GroupId    int64             `protobuf:"varint,6,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	OperatorId int64             `protobuf:"varint,7,opt,name=operator_id,json=operatorId,proto3" json:"operator_id,omitempty"`
	UserId     int64             `protobuf:"varint,8,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	MemberUid  string            `protobuf:"bytes,9,opt,name=member_uid,json=memberUid,proto3" json:"member_uid,omitempty"`
	InvitorUid string            `protobuf:"bytes,10,opt,name=invitor_uid,json=invitorUid,proto3" json:"invitor_uid,omitempty"`
	JoinType   uint32            `protobuf:"varint,11,opt,name=join_type,json=joinType,proto3" json:"join_type,omitempty"`
	Extra      map[string]string `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GroupIncreaseNoticeEvent) Descriptor deprecated

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

Deprecated: Use GroupIncreaseNoticeEvent.ProtoReflect.Descriptor instead.

func (*GroupIncreaseNoticeEvent) GetExtra

func (x *GroupIncreaseNoticeEvent) GetExtra() map[string]string

func (*GroupIncreaseNoticeEvent) GetGroupId

func (x *GroupIncreaseNoticeEvent) GetGroupId() int64

func (*GroupIncreaseNoticeEvent) GetInvitorUid

func (x *GroupIncreaseNoticeEvent) GetInvitorUid() string

func (*GroupIncreaseNoticeEvent) GetJoinType

func (x *GroupIncreaseNoticeEvent) GetJoinType() uint32

func (*GroupIncreaseNoticeEvent) GetMemberUid

func (x *GroupIncreaseNoticeEvent) GetMemberUid() string

func (*GroupIncreaseNoticeEvent) GetNoticeType

func (x *GroupIncreaseNoticeEvent) GetNoticeType() string

func (*GroupIncreaseNoticeEvent) GetOperatorId

func (x *GroupIncreaseNoticeEvent) GetOperatorId() int64

func (*GroupIncreaseNoticeEvent) GetPostType

func (x *GroupIncreaseNoticeEvent) GetPostType() string

func (*GroupIncreaseNoticeEvent) GetSelfId

func (x *GroupIncreaseNoticeEvent) GetSelfId() int64

func (*GroupIncreaseNoticeEvent) GetSubType

func (x *GroupIncreaseNoticeEvent) GetSubType() string

func (*GroupIncreaseNoticeEvent) GetTime

func (x *GroupIncreaseNoticeEvent) GetTime() int64

func (*GroupIncreaseNoticeEvent) GetUserId

func (x *GroupIncreaseNoticeEvent) GetUserId() int64

func (*GroupIncreaseNoticeEvent) ProtoMessage

func (*GroupIncreaseNoticeEvent) ProtoMessage()

func (*GroupIncreaseNoticeEvent) ProtoReflect

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

func (*GroupIncreaseNoticeEvent) Reset

func (x *GroupIncreaseNoticeEvent) Reset()

func (*GroupIncreaseNoticeEvent) String

func (x *GroupIncreaseNoticeEvent) String() string

type GroupMemberPermissionChangedEvent

type GroupMemberPermissionChangedEvent struct {
	Time       int64              `protobuf:"varint,1,opt,name=time,proto3" json:"time,omitempty"`
	SelfId     int64              `protobuf:"varint,2,opt,name=self_id,json=selfId,proto3" json:"self_id,omitempty"`
	PostType   string             `protobuf:"bytes,3,opt,name=post_type,json=postType,proto3" json:"post_type,omitempty"`
	NoticeType string             `protobuf:"bytes,4,opt,name=notice_type,json=noticeType,proto3" json:"notice_type,omitempty"`
	SubType    string             `protobuf:"bytes,5,opt,name=sub_type,json=subType,proto3" json:"sub_type,omitempty"`
	GroupEvent *GroupMessageEvent `protobuf:"bytes,6,opt,name=group_event,json=groupEvent,proto3" json:"group_event,omitempty"`
	TargetUin  uint32             `protobuf:"varint,7,opt,name=target_uin,json=targetUin,proto3" json:"target_uin,omitempty"` //  TargetUin uint32
	TargetUid  string             `protobuf:"bytes,8,opt,name=target_uid,json=targetUid,proto3" json:"target_uid,omitempty"`  //  TargetUid string
	IsAdmin    bool               `protobuf:"varint,9,opt,name=is_admin,json=isAdmin,proto3" json:"is_admin,omitempty"`       //  IsAdmin   bool
	Extra      map[string]string  ``                                                                                          /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GroupMemberPermissionChangedEvent) Descriptor deprecated

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

Deprecated: Use GroupMemberPermissionChangedEvent.ProtoReflect.Descriptor instead.

func (*GroupMemberPermissionChangedEvent) GetExtra

func (*GroupMemberPermissionChangedEvent) GetGroupEvent

func (*GroupMemberPermissionChangedEvent) GetIsAdmin

func (x *GroupMemberPermissionChangedEvent) GetIsAdmin() bool

func (*GroupMemberPermissionChangedEvent) GetNoticeType

func (x *GroupMemberPermissionChangedEvent) GetNoticeType() string

func (*GroupMemberPermissionChangedEvent) GetPostType

func (x *GroupMemberPermissionChangedEvent) GetPostType() string

func (*GroupMemberPermissionChangedEvent) GetSelfId

func (*GroupMemberPermissionChangedEvent) GetSubType

func (x *GroupMemberPermissionChangedEvent) GetSubType() string

func (*GroupMemberPermissionChangedEvent) GetTargetUid

func (x *GroupMemberPermissionChangedEvent) GetTargetUid() string

func (*GroupMemberPermissionChangedEvent) GetTargetUin

func (x *GroupMemberPermissionChangedEvent) GetTargetUin() uint32

func (*GroupMemberPermissionChangedEvent) GetTime

func (*GroupMemberPermissionChangedEvent) ProtoMessage

func (*GroupMemberPermissionChangedEvent) ProtoMessage()

func (*GroupMemberPermissionChangedEvent) ProtoReflect

func (*GroupMemberPermissionChangedEvent) Reset

func (*GroupMemberPermissionChangedEvent) String

type GroupMessageEvent

type GroupMessageEvent struct {
	Time        int64                        `protobuf:"varint,1,opt,name=time,proto3" json:"time,omitempty"`
	SelfId      int64                        `protobuf:"varint,2,opt,name=self_id,json=selfId,proto3" json:"self_id,omitempty"`
	PostType    string                       `protobuf:"bytes,3,opt,name=post_type,json=postType,proto3" json:"post_type,omitempty"`
	MessageType string                       `protobuf:"bytes,4,opt,name=message_type,json=messageType,proto3" json:"message_type,omitempty"`
	SubType     string                       `protobuf:"bytes,5,opt,name=sub_type,json=subType,proto3" json:"sub_type,omitempty"`
	MessageId   int32                        `protobuf:"varint,6,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"`
	GroupId     int64                        `protobuf:"varint,7,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	UserId      int64                        `protobuf:"varint,8,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Anonymous   *GroupMessageEvent_Anonymous `protobuf:"bytes,9,opt,name=anonymous,proto3" json:"anonymous,omitempty"`
	Message     []*Message                   `protobuf:"bytes,10,rep,name=message,proto3" json:"message,omitempty"`
	RawMessage  string                       `protobuf:"bytes,11,opt,name=raw_message,json=rawMessage,proto3" json:"raw_message,omitempty"`
	Font        int32                        `protobuf:"varint,12,opt,name=font,proto3" json:"font,omitempty"`
	Sender      *GroupMessageEvent_Sender    `protobuf:"bytes,13,opt,name=sender,proto3" json:"sender,omitempty"`
	Extra       map[string]string            `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GroupMessageEvent) Descriptor deprecated

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

Deprecated: Use GroupMessageEvent.ProtoReflect.Descriptor instead.

func (*GroupMessageEvent) GetAnonymous

func (*GroupMessageEvent) GetExtra

func (x *GroupMessageEvent) GetExtra() map[string]string

func (*GroupMessageEvent) GetFont

func (x *GroupMessageEvent) GetFont() int32

func (*GroupMessageEvent) GetGroupId

func (x *GroupMessageEvent) GetGroupId() int64

func (*GroupMessageEvent) GetMessage

func (x *GroupMessageEvent) GetMessage() []*Message

func (*GroupMessageEvent) GetMessageId

func (x *GroupMessageEvent) GetMessageId() int32

func (*GroupMessageEvent) GetMessageType

func (x *GroupMessageEvent) GetMessageType() string

func (*GroupMessageEvent) GetPostType

func (x *GroupMessageEvent) GetPostType() string

func (*GroupMessageEvent) GetRawMessage

func (x *GroupMessageEvent) GetRawMessage() string

func (*GroupMessageEvent) GetSelfId

func (x *GroupMessageEvent) GetSelfId() int64

func (*GroupMessageEvent) GetSender

func (*GroupMessageEvent) GetSubType

func (x *GroupMessageEvent) GetSubType() string

func (*GroupMessageEvent) GetTime

func (x *GroupMessageEvent) GetTime() int64

func (*GroupMessageEvent) GetUserId

func (x *GroupMessageEvent) GetUserId() int64

func (*GroupMessageEvent) ProtoMessage

func (*GroupMessageEvent) ProtoMessage()

func (*GroupMessageEvent) ProtoReflect

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

func (*GroupMessageEvent) Reset

func (x *GroupMessageEvent) Reset()

func (*GroupMessageEvent) String

func (x *GroupMessageEvent) String() string

type GroupMessageEvent_Anonymous

type GroupMessageEvent_Anonymous 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"`
	Flag string `protobuf:"bytes,3,opt,name=flag,proto3" json:"flag,omitempty"`
	// contains filtered or unexported fields
}

func (*GroupMessageEvent_Anonymous) Descriptor deprecated

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

Deprecated: Use GroupMessageEvent_Anonymous.ProtoReflect.Descriptor instead.

func (*GroupMessageEvent_Anonymous) GetFlag

func (x *GroupMessageEvent_Anonymous) GetFlag() string

func (*GroupMessageEvent_Anonymous) GetId

func (*GroupMessageEvent_Anonymous) GetName

func (x *GroupMessageEvent_Anonymous) GetName() string

func (*GroupMessageEvent_Anonymous) ProtoMessage

func (*GroupMessageEvent_Anonymous) ProtoMessage()

func (*GroupMessageEvent_Anonymous) ProtoReflect

func (*GroupMessageEvent_Anonymous) Reset

func (x *GroupMessageEvent_Anonymous) Reset()

func (*GroupMessageEvent_Anonymous) String

func (x *GroupMessageEvent_Anonymous) String() string

type GroupMessageEvent_Sender

type GroupMessageEvent_Sender struct {
	UserId   int64  `protobuf:"varint,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Nickname string `protobuf:"bytes,2,opt,name=nickname,proto3" json:"nickname,omitempty"`
	Card     string `protobuf:"bytes,3,opt,name=card,proto3" json:"card,omitempty"`
	Sex      string `protobuf:"bytes,4,opt,name=sex,proto3" json:"sex,omitempty"`
	Age      int32  `protobuf:"varint,5,opt,name=age,proto3" json:"age,omitempty"`
	Area     string `protobuf:"bytes,6,opt,name=area,proto3" json:"area,omitempty"`
	Level    string `protobuf:"bytes,7,opt,name=level,proto3" json:"level,omitempty"`
	Role     string `protobuf:"bytes,8,opt,name=role,proto3" json:"role,omitempty"`
	Title    string `protobuf:"bytes,9,opt,name=title,proto3" json:"title,omitempty"`
	// contains filtered or unexported fields
}

func (*GroupMessageEvent_Sender) Descriptor deprecated

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

Deprecated: Use GroupMessageEvent_Sender.ProtoReflect.Descriptor instead.

func (*GroupMessageEvent_Sender) GetAge

func (x *GroupMessageEvent_Sender) GetAge() int32

func (*GroupMessageEvent_Sender) GetArea

func (x *GroupMessageEvent_Sender) GetArea() string

func (*GroupMessageEvent_Sender) GetCard

func (x *GroupMessageEvent_Sender) GetCard() string

func (*GroupMessageEvent_Sender) GetLevel

func (x *GroupMessageEvent_Sender) GetLevel() string

func (*GroupMessageEvent_Sender) GetNickname

func (x *GroupMessageEvent_Sender) GetNickname() string

func (*GroupMessageEvent_Sender) GetRole

func (x *GroupMessageEvent_Sender) GetRole() string

func (*GroupMessageEvent_Sender) GetSex

func (x *GroupMessageEvent_Sender) GetSex() string

func (*GroupMessageEvent_Sender) GetTitle

func (x *GroupMessageEvent_Sender) GetTitle() string

func (*GroupMessageEvent_Sender) GetUserId

func (x *GroupMessageEvent_Sender) GetUserId() int64

func (*GroupMessageEvent_Sender) ProtoMessage

func (*GroupMessageEvent_Sender) ProtoMessage()

func (*GroupMessageEvent_Sender) ProtoReflect

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

func (*GroupMessageEvent_Sender) Reset

func (x *GroupMessageEvent_Sender) Reset()

func (*GroupMessageEvent_Sender) String

func (x *GroupMessageEvent_Sender) String() string

type GroupNameUpdatedEvent

type GroupNameUpdatedEvent struct {
	Time        int64             `protobuf:"varint,1,opt,name=time,proto3" json:"time,omitempty"`
	SelfId      int64             `protobuf:"varint,2,opt,name=self_id,json=selfId,proto3" json:"self_id,omitempty"`
	PostType    string            `protobuf:"bytes,3,opt,name=post_type,json=postType,proto3" json:"post_type,omitempty"`
	NoticeType  string            `protobuf:"bytes,4,opt,name=notice_type,json=noticeType,proto3" json:"notice_type,omitempty"`
	SubType     string            `protobuf:"bytes,5,opt,name=sub_type,json=subType,proto3" json:"sub_type,omitempty"`
	GroupUin    uint32            `protobuf:"varint,6,opt,name=group_uin,json=groupUin,proto3" json:"group_uin,omitempty"`          //  GroupUin    uint32
	NewName     string            `protobuf:"bytes,7,opt,name=new_name,json=newName,proto3" json:"new_name,omitempty"`              //  NewName     string
	OperatorUin uint32            `protobuf:"varint,8,opt,name=operator_uin,json=operatorUin,proto3" json:"operator_uin,omitempty"` //  OperatorUin uint32
	OperatorUid string            `protobuf:"bytes,9,opt,name=operator_uid,json=operatorUid,proto3" json:"operator_uid,omitempty"`  //  OperatorUid string
	Extra       map[string]string ``                                                                                                /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GroupNameUpdatedEvent) Descriptor deprecated

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

Deprecated: Use GroupNameUpdatedEvent.ProtoReflect.Descriptor instead.

func (*GroupNameUpdatedEvent) GetExtra

func (x *GroupNameUpdatedEvent) GetExtra() map[string]string

func (*GroupNameUpdatedEvent) GetGroupUin

func (x *GroupNameUpdatedEvent) GetGroupUin() uint32

func (*GroupNameUpdatedEvent) GetNewName

func (x *GroupNameUpdatedEvent) GetNewName() string

func (*GroupNameUpdatedEvent) GetNoticeType

func (x *GroupNameUpdatedEvent) GetNoticeType() string

func (*GroupNameUpdatedEvent) GetOperatorUid

func (x *GroupNameUpdatedEvent) GetOperatorUid() string

func (*GroupNameUpdatedEvent) GetOperatorUin

func (x *GroupNameUpdatedEvent) GetOperatorUin() uint32

func (*GroupNameUpdatedEvent) GetPostType

func (x *GroupNameUpdatedEvent) GetPostType() string

func (*GroupNameUpdatedEvent) GetSelfId

func (x *GroupNameUpdatedEvent) GetSelfId() int64

func (*GroupNameUpdatedEvent) GetSubType

func (x *GroupNameUpdatedEvent) GetSubType() string

func (*GroupNameUpdatedEvent) GetTime

func (x *GroupNameUpdatedEvent) GetTime() int64

func (*GroupNameUpdatedEvent) ProtoMessage

func (*GroupNameUpdatedEvent) ProtoMessage()

func (*GroupNameUpdatedEvent) ProtoReflect

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

func (*GroupNameUpdatedEvent) Reset

func (x *GroupNameUpdatedEvent) Reset()

func (*GroupNameUpdatedEvent) String

func (x *GroupNameUpdatedEvent) String() string

type GroupNotifyEvent

type GroupNotifyEvent struct {
	Time       int64  `protobuf:"varint,1,opt,name=time,proto3" json:"time,omitempty"`
	SelfId     int64  `protobuf:"varint,2,opt,name=self_id,json=selfId,proto3" json:"self_id,omitempty"`
	PostType   string `protobuf:"bytes,3,opt,name=post_type,json=postType,proto3" json:"post_type,omitempty"`
	NoticeType string `protobuf:"bytes,4,opt,name=notice_type,json=noticeType,proto3" json:"notice_type,omitempty"`
	GroupId    int64  `protobuf:"varint,5,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	GroupName  string `protobuf:"bytes,6,opt,name=group_name,json=groupName,proto3" json:"group_name,omitempty"`
	Sender     int64  `protobuf:"varint,7,opt,name=sender,proto3" json:"sender,omitempty"`
	SenderCard string `protobuf:"bytes,8,opt,name=sender_card,json=senderCard,proto3" json:"sender_card,omitempty"`
	TargetId   int64  `protobuf:"varint,9,opt,name=target_id,json=targetId,proto3" json:"target_id,omitempty"`
	TargetCard string `protobuf:"bytes,10,opt,name=target_card,json=targetCard,proto3" json:"target_card,omitempty"`
	Honor      string `protobuf:"bytes,11,opt,name=honor,proto3" json:"honor,omitempty"`
	// contains filtered or unexported fields
}

func (*GroupNotifyEvent) Descriptor deprecated

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

Deprecated: Use GroupNotifyEvent.ProtoReflect.Descriptor instead.

func (*GroupNotifyEvent) GetGroupId

func (x *GroupNotifyEvent) GetGroupId() int64

func (*GroupNotifyEvent) GetGroupName

func (x *GroupNotifyEvent) GetGroupName() string

func (*GroupNotifyEvent) GetHonor

func (x *GroupNotifyEvent) GetHonor() string

func (*GroupNotifyEvent) GetNoticeType

func (x *GroupNotifyEvent) GetNoticeType() string

func (*GroupNotifyEvent) GetPostType

func (x *GroupNotifyEvent) GetPostType() string

func (*GroupNotifyEvent) GetSelfId

func (x *GroupNotifyEvent) GetSelfId() int64

func (*GroupNotifyEvent) GetSender

func (x *GroupNotifyEvent) GetSender() int64

func (*GroupNotifyEvent) GetSenderCard

func (x *GroupNotifyEvent) GetSenderCard() string

func (*GroupNotifyEvent) GetTargetCard

func (x *GroupNotifyEvent) GetTargetCard() string

func (*GroupNotifyEvent) GetTargetId

func (x *GroupNotifyEvent) GetTargetId() int64

func (*GroupNotifyEvent) GetTime

func (x *GroupNotifyEvent) GetTime() int64

func (*GroupNotifyEvent) ProtoMessage

func (*GroupNotifyEvent) ProtoMessage()

func (*GroupNotifyEvent) ProtoReflect

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

func (*GroupNotifyEvent) Reset

func (x *GroupNotifyEvent) Reset()

func (*GroupNotifyEvent) String

func (x *GroupNotifyEvent) String() string

type GroupPokeEvent

type GroupPokeEvent struct {
	Time       int64             `protobuf:"varint,1,opt,name=time,proto3" json:"time,omitempty"`
	SelfId     int64             `protobuf:"varint,2,opt,name=self_id,json=selfId,proto3" json:"self_id,omitempty"`
	PostType   string            `protobuf:"bytes,3,opt,name=post_type,json=postType,proto3" json:"post_type,omitempty"`
	NoticeType string            `protobuf:"bytes,4,opt,name=notice_type,json=noticeType,proto3" json:"notice_type,omitempty"`
	SubType    string            `protobuf:"bytes,5,opt,name=sub_type,json=subType,proto3" json:"sub_type,omitempty"`
	GroupUin   uint32            `protobuf:"varint,6,opt,name=group_uin,json=groupUin,proto3" json:"group_uin,omitempty"`
	Sender     uint32            `protobuf:"varint,7,opt,name=sender,proto3" json:"sender,omitempty"`
	Receiver   uint32            `protobuf:"varint,8,opt,name=receiver,proto3" json:"receiver,omitempty"`
	Suffix     string            `protobuf:"bytes,9,opt,name=suffix,proto3" json:"suffix,omitempty"`
	Action     string            `protobuf:"bytes,10,opt,name=action,proto3" json:"action,omitempty"`
	Extra      map[string]string `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

GroupPokeEvent GroupUin uint32 Sender uint32 Receiver uint32 Suffix string Action string

func (*GroupPokeEvent) Descriptor deprecated

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

Deprecated: Use GroupPokeEvent.ProtoReflect.Descriptor instead.

func (*GroupPokeEvent) GetAction

func (x *GroupPokeEvent) GetAction() string

func (*GroupPokeEvent) GetExtra

func (x *GroupPokeEvent) GetExtra() map[string]string

func (*GroupPokeEvent) GetGroupUin

func (x *GroupPokeEvent) GetGroupUin() uint32

func (*GroupPokeEvent) GetNoticeType

func (x *GroupPokeEvent) GetNoticeType() string

func (*GroupPokeEvent) GetPostType

func (x *GroupPokeEvent) GetPostType() string

func (*GroupPokeEvent) GetReceiver

func (x *GroupPokeEvent) GetReceiver() uint32

func (*GroupPokeEvent) GetSelfId

func (x *GroupPokeEvent) GetSelfId() int64

func (*GroupPokeEvent) GetSender

func (x *GroupPokeEvent) GetSender() uint32

func (*GroupPokeEvent) GetSubType

func (x *GroupPokeEvent) GetSubType() string

func (*GroupPokeEvent) GetSuffix

func (x *GroupPokeEvent) GetSuffix() string

func (*GroupPokeEvent) GetTime

func (x *GroupPokeEvent) GetTime() int64

func (*GroupPokeEvent) ProtoMessage

func (*GroupPokeEvent) ProtoMessage()

func (*GroupPokeEvent) ProtoReflect

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

func (*GroupPokeEvent) Reset

func (x *GroupPokeEvent) Reset()

func (*GroupPokeEvent) String

func (x *GroupPokeEvent) String() string

type GroupRecallNoticeEvent

type GroupRecallNoticeEvent struct {
	Time        int64             `protobuf:"varint,1,opt,name=time,proto3" json:"time,omitempty"`
	SelfId      int64             `protobuf:"varint,2,opt,name=self_id,json=selfId,proto3" json:"self_id,omitempty"`
	PostType    string            `protobuf:"bytes,3,opt,name=post_type,json=postType,proto3" json:"post_type,omitempty"`
	NoticeType  string            `protobuf:"bytes,4,opt,name=notice_type,json=noticeType,proto3" json:"notice_type,omitempty"`
	GroupId     int64             `protobuf:"varint,5,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	UserId      int64             `protobuf:"varint,6,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	OperatorId  int64             `protobuf:"varint,7,opt,name=operator_id,json=operatorId,proto3" json:"operator_id,omitempty"`
	MessageId   int32             `protobuf:"varint,8,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"`
	AuthorUid   string            `protobuf:"bytes,10,opt,name=author_uid,json=authorUid,proto3" json:"author_uid,omitempty"`
	OperatorUid string            `protobuf:"bytes,11,opt,name=operator_uid,json=operatorUid,proto3" json:"operator_uid,omitempty"`
	Sequence    uint64            `protobuf:"varint,12,opt,name=sequence,proto3" json:"sequence,omitempty"`
	Random      uint32            `protobuf:"varint,13,opt,name=random,proto3" json:"random,omitempty"`
	Extra       map[string]string `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GroupRecallNoticeEvent) Descriptor deprecated

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

Deprecated: Use GroupRecallNoticeEvent.ProtoReflect.Descriptor instead.

func (*GroupRecallNoticeEvent) GetAuthorUid

func (x *GroupRecallNoticeEvent) GetAuthorUid() string

func (*GroupRecallNoticeEvent) GetExtra

func (x *GroupRecallNoticeEvent) GetExtra() map[string]string

func (*GroupRecallNoticeEvent) GetGroupId

func (x *GroupRecallNoticeEvent) GetGroupId() int64

func (*GroupRecallNoticeEvent) GetMessageId

func (x *GroupRecallNoticeEvent) GetMessageId() int32

func (*GroupRecallNoticeEvent) GetNoticeType

func (x *GroupRecallNoticeEvent) GetNoticeType() string

func (*GroupRecallNoticeEvent) GetOperatorId

func (x *GroupRecallNoticeEvent) GetOperatorId() int64

func (*GroupRecallNoticeEvent) GetOperatorUid

func (x *GroupRecallNoticeEvent) GetOperatorUid() string

func (*GroupRecallNoticeEvent) GetPostType

func (x *GroupRecallNoticeEvent) GetPostType() string

func (*GroupRecallNoticeEvent) GetRandom

func (x *GroupRecallNoticeEvent) GetRandom() uint32

func (*GroupRecallNoticeEvent) GetSelfId

func (x *GroupRecallNoticeEvent) GetSelfId() int64

func (*GroupRecallNoticeEvent) GetSequence

func (x *GroupRecallNoticeEvent) GetSequence() uint64

func (*GroupRecallNoticeEvent) GetTime

func (x *GroupRecallNoticeEvent) GetTime() int64

func (*GroupRecallNoticeEvent) GetUserId

func (x *GroupRecallNoticeEvent) GetUserId() int64

func (*GroupRecallNoticeEvent) ProtoMessage

func (*GroupRecallNoticeEvent) ProtoMessage()

func (*GroupRecallNoticeEvent) ProtoReflect

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

func (*GroupRecallNoticeEvent) Reset

func (x *GroupRecallNoticeEvent) Reset()

func (*GroupRecallNoticeEvent) String

func (x *GroupRecallNoticeEvent) String() string

type GroupRequestEvent

type GroupRequestEvent struct {
	Time          int64             `protobuf:"varint,1,opt,name=time,proto3" json:"time,omitempty"`
	SelfId        int64             `protobuf:"varint,2,opt,name=self_id,json=selfId,proto3" json:"self_id,omitempty"`
	PostType      string            `protobuf:"bytes,3,opt,name=post_type,json=postType,proto3" json:"post_type,omitempty"`
	RequestType   string            `protobuf:"bytes,4,opt,name=request_type,json=requestType,proto3" json:"request_type,omitempty"`
	SubType       string            `protobuf:"bytes,5,opt,name=sub_type,json=subType,proto3" json:"sub_type,omitempty"`
	GroupId       int64             `protobuf:"varint,6,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	UserId        int64             `protobuf:"varint,7,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Comment       string            `protobuf:"bytes,8,opt,name=comment,proto3" json:"comment,omitempty"`
	Flag          string            `protobuf:"bytes,9,opt,name=flag,proto3" json:"flag,omitempty"`
	RequestId     int64             `protobuf:"varint,10,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	UserNick      string            `protobuf:"bytes,11,opt,name=user_nick,json=userNick,proto3" json:"user_nick,omitempty"`
	GroupName     string            `protobuf:"bytes,12,opt,name=group_name,json=groupName,proto3" json:"group_name,omitempty"`
	ActionUinNick string            `protobuf:"bytes,13,opt,name=action_uin_nick,json=actionUinNick,proto3" json:"action_uin_nick,omitempty"`
	ActionUin     int64             `protobuf:"varint,14,opt,name=action_uin,json=actionUin,proto3" json:"action_uin,omitempty"`
	Check         bool              `protobuf:"varint,15,opt,name=check,proto3" json:"check,omitempty"`
	Suspicious    bool              `protobuf:"varint,16,opt,name=suspicious,proto3" json:"suspicious,omitempty"`
	TargetUid     string            `protobuf:"bytes,17,opt,name=target_uid,json=targetUid,proto3" json:"target_uid,omitempty"`
	InvitorUid    string            `protobuf:"bytes,18,opt,name=invitor_uid,json=invitorUid,proto3" json:"invitor_uid,omitempty"`
	Answer        string            `protobuf:"bytes,19,opt,name=answer,proto3" json:"answer,omitempty"`
	Extra         map[string]string `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GroupRequestEvent) Descriptor deprecated

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

Deprecated: Use GroupRequestEvent.ProtoReflect.Descriptor instead.

func (*GroupRequestEvent) GetActionUin

func (x *GroupRequestEvent) GetActionUin() int64

func (*GroupRequestEvent) GetActionUinNick

func (x *GroupRequestEvent) GetActionUinNick() string

func (*GroupRequestEvent) GetAnswer

func (x *GroupRequestEvent) GetAnswer() string

func (*GroupRequestEvent) GetCheck

func (x *GroupRequestEvent) GetCheck() bool

func (*GroupRequestEvent) GetComment

func (x *GroupRequestEvent) GetComment() string

func (*GroupRequestEvent) GetExtra

func (x *GroupRequestEvent) GetExtra() map[string]string

func (*GroupRequestEvent) GetFlag

func (x *GroupRequestEvent) GetFlag() string

func (*GroupRequestEvent) GetGroupId

func (x *GroupRequestEvent) GetGroupId() int64

func (*GroupRequestEvent) GetGroupName

func (x *GroupRequestEvent) GetGroupName() string

func (*GroupRequestEvent) GetInvitorUid

func (x *GroupRequestEvent) GetInvitorUid() string

func (*GroupRequestEvent) GetPostType

func (x *GroupRequestEvent) GetPostType() string

func (*GroupRequestEvent) GetRequestId

func (x *GroupRequestEvent) GetRequestId() int64

func (*GroupRequestEvent) GetRequestType

func (x *GroupRequestEvent) GetRequestType() string

func (*GroupRequestEvent) GetSelfId

func (x *GroupRequestEvent) GetSelfId() int64

func (*GroupRequestEvent) GetSubType

func (x *GroupRequestEvent) GetSubType() string

func (*GroupRequestEvent) GetSuspicious

func (x *GroupRequestEvent) GetSuspicious() bool

func (*GroupRequestEvent) GetTargetUid

func (x *GroupRequestEvent) GetTargetUid() string

func (*GroupRequestEvent) GetTime

func (x *GroupRequestEvent) GetTime() int64

func (*GroupRequestEvent) GetUserId

func (x *GroupRequestEvent) GetUserId() int64

func (*GroupRequestEvent) GetUserNick

func (x *GroupRequestEvent) GetUserNick() string

func (*GroupRequestEvent) ProtoMessage

func (*GroupRequestEvent) ProtoMessage()

func (*GroupRequestEvent) ProtoReflect

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

func (*GroupRequestEvent) Reset

func (x *GroupRequestEvent) Reset()

func (*GroupRequestEvent) String

func (x *GroupRequestEvent) String() string

type GroupTempMessageEvent

type GroupTempMessageEvent struct {
	Time        int64             `protobuf:"varint,1,opt,name=time,proto3" json:"time,omitempty"`
	SelfId      int64             `protobuf:"varint,2,opt,name=self_id,json=selfId,proto3" json:"self_id,omitempty"`
	PostType    string            `protobuf:"bytes,3,opt,name=post_type,json=postType,proto3" json:"post_type,omitempty"`
	MessageType string            `protobuf:"bytes,4,opt,name=message_type,json=messageType,proto3" json:"message_type,omitempty"`
	GroupId     int64             `protobuf:"varint,7,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	UserId      int64             `protobuf:"varint,8,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Message     []*Message        `protobuf:"bytes,10,rep,name=message,proto3" json:"message,omitempty"`
	RawMessage  string            `protobuf:"bytes,11,opt,name=raw_message,json=rawMessage,proto3" json:"raw_message,omitempty"`
	MessageId   int32             `protobuf:"varint,15,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"`
	Extra       map[string]string `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GroupTempMessageEvent) Descriptor deprecated

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

Deprecated: Use GroupTempMessageEvent.ProtoReflect.Descriptor instead.

func (*GroupTempMessageEvent) GetExtra

func (x *GroupTempMessageEvent) GetExtra() map[string]string

func (*GroupTempMessageEvent) GetGroupId

func (x *GroupTempMessageEvent) GetGroupId() int64

func (*GroupTempMessageEvent) GetMessage

func (x *GroupTempMessageEvent) GetMessage() []*Message

func (*GroupTempMessageEvent) GetMessageId

func (x *GroupTempMessageEvent) GetMessageId() int32

func (*GroupTempMessageEvent) GetMessageType

func (x *GroupTempMessageEvent) GetMessageType() string

func (*GroupTempMessageEvent) GetPostType

func (x *GroupTempMessageEvent) GetPostType() string

func (*GroupTempMessageEvent) GetRawMessage

func (x *GroupTempMessageEvent) GetRawMessage() string

func (*GroupTempMessageEvent) GetSelfId

func (x *GroupTempMessageEvent) GetSelfId() int64

func (*GroupTempMessageEvent) GetTime

func (x *GroupTempMessageEvent) GetTime() int64

func (*GroupTempMessageEvent) GetUserId

func (x *GroupTempMessageEvent) GetUserId() int64

func (*GroupTempMessageEvent) ProtoMessage

func (*GroupTempMessageEvent) ProtoMessage()

func (*GroupTempMessageEvent) ProtoReflect

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

func (*GroupTempMessageEvent) Reset

func (x *GroupTempMessageEvent) Reset()

func (*GroupTempMessageEvent) String

func (x *GroupTempMessageEvent) String() string

type GroupUploadNoticeEvent

type GroupUploadNoticeEvent struct {
	Time       int64                        `protobuf:"varint,1,opt,name=time,proto3" json:"time,omitempty"`
	SelfId     int64                        `protobuf:"varint,2,opt,name=self_id,json=selfId,proto3" json:"self_id,omitempty"`
	PostType   string                       `protobuf:"bytes,3,opt,name=post_type,json=postType,proto3" json:"post_type,omitempty"`
	NoticeType string                       `protobuf:"bytes,4,opt,name=notice_type,json=noticeType,proto3" json:"notice_type,omitempty"`
	GroupId    int64                        `protobuf:"varint,5,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	UserId     int64                        `protobuf:"varint,6,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	File       *GroupUploadNoticeEvent_File `protobuf:"bytes,7,opt,name=file,proto3" json:"file,omitempty"`
	Extra      map[string]string            `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GroupUploadNoticeEvent) Descriptor deprecated

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

Deprecated: Use GroupUploadNoticeEvent.ProtoReflect.Descriptor instead.

func (*GroupUploadNoticeEvent) GetExtra

func (x *GroupUploadNoticeEvent) GetExtra() map[string]string

func (*GroupUploadNoticeEvent) GetFile

func (*GroupUploadNoticeEvent) GetGroupId

func (x *GroupUploadNoticeEvent) GetGroupId() int64

func (*GroupUploadNoticeEvent) GetNoticeType

func (x *GroupUploadNoticeEvent) GetNoticeType() string

func (*GroupUploadNoticeEvent) GetPostType

func (x *GroupUploadNoticeEvent) GetPostType() string

func (*GroupUploadNoticeEvent) GetSelfId

func (x *GroupUploadNoticeEvent) GetSelfId() int64

func (*GroupUploadNoticeEvent) GetTime

func (x *GroupUploadNoticeEvent) GetTime() int64

func (*GroupUploadNoticeEvent) GetUserId

func (x *GroupUploadNoticeEvent) GetUserId() int64

func (*GroupUploadNoticeEvent) ProtoMessage

func (*GroupUploadNoticeEvent) ProtoMessage()

func (*GroupUploadNoticeEvent) ProtoReflect

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

func (*GroupUploadNoticeEvent) Reset

func (x *GroupUploadNoticeEvent) Reset()

func (*GroupUploadNoticeEvent) String

func (x *GroupUploadNoticeEvent) String() string

type GroupUploadNoticeEvent_File

type GroupUploadNoticeEvent_File struct {
	Id    string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name  string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Size  int64  `protobuf:"varint,3,opt,name=size,proto3" json:"size,omitempty"`
	Busid int64  `protobuf:"varint,4,opt,name=busid,proto3" json:"busid,omitempty"`
	Url   string `protobuf:"bytes,5,opt,name=url,proto3" json:"url,omitempty"`
	// contains filtered or unexported fields
}

func (*GroupUploadNoticeEvent_File) Descriptor deprecated

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

Deprecated: Use GroupUploadNoticeEvent_File.ProtoReflect.Descriptor instead.

func (*GroupUploadNoticeEvent_File) GetBusid

func (x *GroupUploadNoticeEvent_File) GetBusid() int64

func (*GroupUploadNoticeEvent_File) GetId

func (*GroupUploadNoticeEvent_File) GetName

func (x *GroupUploadNoticeEvent_File) GetName() string

func (*GroupUploadNoticeEvent_File) GetSize

func (x *GroupUploadNoticeEvent_File) GetSize() int64

func (*GroupUploadNoticeEvent_File) GetUrl

func (x *GroupUploadNoticeEvent_File) GetUrl() string

func (*GroupUploadNoticeEvent_File) ProtoMessage

func (*GroupUploadNoticeEvent_File) ProtoMessage()

func (*GroupUploadNoticeEvent_File) ProtoReflect

func (*GroupUploadNoticeEvent_File) Reset

func (x *GroupUploadNoticeEvent_File) Reset()

func (*GroupUploadNoticeEvent_File) String

func (x *GroupUploadNoticeEvent_File) String() string

type IMessage

type IMessage struct {
	Type  string            `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	Extra map[string]string `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*IMessage) Descriptor deprecated

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

Deprecated: Use IMessage.ProtoReflect.Descriptor instead.

func (*IMessage) GetExtra

func (x *IMessage) GetExtra() map[string]string

func (*IMessage) GetType

func (x *IMessage) GetType() string

func (*IMessage) ProtoMessage

func (*IMessage) ProtoMessage()

func (*IMessage) ProtoReflect

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

func (*IMessage) Reset

func (x *IMessage) Reset()

func (*IMessage) String

func (x *IMessage) String() string

type MemberSpecialTitleUpdatedEvent

type MemberSpecialTitleUpdatedEvent struct {
	Time       int64             `protobuf:"varint,1,opt,name=time,proto3" json:"time,omitempty"`
	SelfId     int64             `protobuf:"varint,2,opt,name=self_id,json=selfId,proto3" json:"self_id,omitempty"`
	PostType   string            `protobuf:"bytes,3,opt,name=post_type,json=postType,proto3" json:"post_type,omitempty"`
	NoticeType string            `protobuf:"bytes,4,opt,name=notice_type,json=noticeType,proto3" json:"notice_type,omitempty"`
	SubType    string            `protobuf:"bytes,5,opt,name=sub_type,json=subType,proto3" json:"sub_type,omitempty"`
	GroupUin   uint32            `protobuf:"varint,6,opt,name=group_uin,json=groupUin,proto3" json:"group_uin,omitempty"` //  GroupUin uint32
	Uin        uint32            `protobuf:"varint,7,opt,name=uin,proto3" json:"uin,omitempty"`                           //  Uin      uint32
	NewTitle   string            `protobuf:"bytes,8,opt,name=new_title,json=newTitle,proto3" json:"new_title,omitempty"`  //  NewTitle string
	Extra      map[string]string ``                                                                                       /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*MemberSpecialTitleUpdatedEvent) Descriptor deprecated

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

Deprecated: Use MemberSpecialTitleUpdatedEvent.ProtoReflect.Descriptor instead.

func (*MemberSpecialTitleUpdatedEvent) GetExtra

func (x *MemberSpecialTitleUpdatedEvent) GetExtra() map[string]string

func (*MemberSpecialTitleUpdatedEvent) GetGroupUin

func (x *MemberSpecialTitleUpdatedEvent) GetGroupUin() uint32

func (*MemberSpecialTitleUpdatedEvent) GetNewTitle

func (x *MemberSpecialTitleUpdatedEvent) GetNewTitle() string

func (*MemberSpecialTitleUpdatedEvent) GetNoticeType

func (x *MemberSpecialTitleUpdatedEvent) GetNoticeType() string

func (*MemberSpecialTitleUpdatedEvent) GetPostType

func (x *MemberSpecialTitleUpdatedEvent) GetPostType() string

func (*MemberSpecialTitleUpdatedEvent) GetSelfId

func (x *MemberSpecialTitleUpdatedEvent) GetSelfId() int64

func (*MemberSpecialTitleUpdatedEvent) GetSubType

func (x *MemberSpecialTitleUpdatedEvent) GetSubType() string

func (*MemberSpecialTitleUpdatedEvent) GetTime

func (*MemberSpecialTitleUpdatedEvent) GetUin

func (*MemberSpecialTitleUpdatedEvent) ProtoMessage

func (*MemberSpecialTitleUpdatedEvent) ProtoMessage()

func (*MemberSpecialTitleUpdatedEvent) ProtoReflect

func (*MemberSpecialTitleUpdatedEvent) Reset

func (x *MemberSpecialTitleUpdatedEvent) Reset()

func (*MemberSpecialTitleUpdatedEvent) String

type Message

type Message struct {
	Type string            `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	Data map[string]string `` /* 149-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Message) Descriptor deprecated

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

Deprecated: Use Message.ProtoReflect.Descriptor instead.

func (*Message) GetData

func (x *Message) GetData() map[string]string

func (*Message) GetType

func (x *Message) GetType() string

func (*Message) ProtoMessage

func (*Message) ProtoMessage()

func (*Message) ProtoReflect

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

func (*Message) Reset

func (x *Message) Reset()

func (*Message) String

func (x *Message) String() string

type OCanSendImageResp

type OCanSendImageResp struct {
	Status  string            `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Retcode int32             `protobuf:"varint,2,opt,name=retcode,proto3" json:"retcode,omitempty"`
	Data    *CanSendImageResp `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	Echo    string            `protobuf:"bytes,4,opt,name=echo,proto3" json:"echo,omitempty"`
	// contains filtered or unexported fields
}

func (*OCanSendImageResp) Descriptor deprecated

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

Deprecated: Use OCanSendImageResp.ProtoReflect.Descriptor instead.

func (*OCanSendImageResp) GetData

func (x *OCanSendImageResp) GetData() *CanSendImageResp

func (*OCanSendImageResp) GetEcho

func (x *OCanSendImageResp) GetEcho() string

func (*OCanSendImageResp) GetRetcode

func (x *OCanSendImageResp) GetRetcode() int32

func (*OCanSendImageResp) GetStatus

func (x *OCanSendImageResp) GetStatus() string

func (*OCanSendImageResp) ProtoMessage

func (*OCanSendImageResp) ProtoMessage()

func (*OCanSendImageResp) ProtoReflect

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

func (*OCanSendImageResp) Reset

func (x *OCanSendImageResp) Reset()

func (*OCanSendImageResp) String

func (x *OCanSendImageResp) String() string

type OCanSendRecordResp

type OCanSendRecordResp struct {
	Status  string             `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Retcode int32              `protobuf:"varint,2,opt,name=retcode,proto3" json:"retcode,omitempty"`
	Data    *CanSendRecordResp `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	Echo    string             `protobuf:"bytes,4,opt,name=echo,proto3" json:"echo,omitempty"`
	// contains filtered or unexported fields
}

func (*OCanSendRecordResp) Descriptor deprecated

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

Deprecated: Use OCanSendRecordResp.ProtoReflect.Descriptor instead.

func (*OCanSendRecordResp) GetData

func (x *OCanSendRecordResp) GetData() *CanSendRecordResp

func (*OCanSendRecordResp) GetEcho

func (x *OCanSendRecordResp) GetEcho() string

func (*OCanSendRecordResp) GetRetcode

func (x *OCanSendRecordResp) GetRetcode() int32

func (*OCanSendRecordResp) GetStatus

func (x *OCanSendRecordResp) GetStatus() string

func (*OCanSendRecordResp) ProtoMessage

func (*OCanSendRecordResp) ProtoMessage()

func (*OCanSendRecordResp) ProtoReflect

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

func (*OCanSendRecordResp) Reset

func (x *OCanSendRecordResp) Reset()

func (*OCanSendRecordResp) String

func (x *OCanSendRecordResp) String() string

type OCleanCacheResp

type OCleanCacheResp struct {
	Status  string          `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Retcode int32           `protobuf:"varint,2,opt,name=retcode,proto3" json:"retcode,omitempty"`
	Data    *CleanCacheResp `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	Echo    string          `protobuf:"bytes,4,opt,name=echo,proto3" json:"echo,omitempty"`
	// contains filtered or unexported fields
}

func (*OCleanCacheResp) Descriptor deprecated

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

Deprecated: Use OCleanCacheResp.ProtoReflect.Descriptor instead.

func (*OCleanCacheResp) GetData

func (x *OCleanCacheResp) GetData() *CleanCacheResp

func (*OCleanCacheResp) GetEcho

func (x *OCleanCacheResp) GetEcho() string

func (*OCleanCacheResp) GetRetcode

func (x *OCleanCacheResp) GetRetcode() int32

func (*OCleanCacheResp) GetStatus

func (x *OCleanCacheResp) GetStatus() string

func (*OCleanCacheResp) ProtoMessage

func (*OCleanCacheResp) ProtoMessage()

func (*OCleanCacheResp) ProtoReflect

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

func (*OCleanCacheResp) Reset

func (x *OCleanCacheResp) Reset()

func (*OCleanCacheResp) String

func (x *OCleanCacheResp) String() string

type ODeleteMsgResp

type ODeleteMsgResp struct {
	Status  string         `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Retcode int32          `protobuf:"varint,2,opt,name=retcode,proto3" json:"retcode,omitempty"`
	Data    *DeleteMsgResp `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	Echo    string         `protobuf:"bytes,4,opt,name=echo,proto3" json:"echo,omitempty"`
	// contains filtered or unexported fields
}

func (*ODeleteMsgResp) Descriptor deprecated

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

Deprecated: Use ODeleteMsgResp.ProtoReflect.Descriptor instead.

func (*ODeleteMsgResp) GetData

func (x *ODeleteMsgResp) GetData() *DeleteMsgResp

func (*ODeleteMsgResp) GetEcho

func (x *ODeleteMsgResp) GetEcho() string

func (*ODeleteMsgResp) GetRetcode

func (x *ODeleteMsgResp) GetRetcode() int32

func (*ODeleteMsgResp) GetStatus

func (x *ODeleteMsgResp) GetStatus() string

func (*ODeleteMsgResp) ProtoMessage

func (*ODeleteMsgResp) ProtoMessage()

func (*ODeleteMsgResp) ProtoReflect

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

func (*ODeleteMsgResp) Reset

func (x *ODeleteMsgResp) Reset()

func (*ODeleteMsgResp) String

func (x *ODeleteMsgResp) String() string

type OFrame

type OFrame struct {
	Action string   `protobuf:"bytes,51,opt,name=action,proto3" json:"action,omitempty"`
	Echo   uint64   `protobuf:"bytes,3,opt,name=echo,proto3" json:"echo,omitempty"`
	Params *OParams `protobuf:"bytes,16,opt,name=params,proto3" json:"params,omitempty"`
}

type OGetCookiesResp

type OGetCookiesResp struct {
	Status  string          `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Retcode int32           `protobuf:"varint,2,opt,name=retcode,proto3" json:"retcode,omitempty"`
	Data    *GetCookiesResp `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	Echo    string          `protobuf:"bytes,4,opt,name=echo,proto3" json:"echo,omitempty"`
	// contains filtered or unexported fields
}

func (*OGetCookiesResp) Descriptor deprecated

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

Deprecated: Use OGetCookiesResp.ProtoReflect.Descriptor instead.

func (*OGetCookiesResp) GetData

func (x *OGetCookiesResp) GetData() *GetCookiesResp

func (*OGetCookiesResp) GetEcho

func (x *OGetCookiesResp) GetEcho() string

func (*OGetCookiesResp) GetRetcode

func (x *OGetCookiesResp) GetRetcode() int32

func (*OGetCookiesResp) GetStatus

func (x *OGetCookiesResp) GetStatus() string

func (*OGetCookiesResp) ProtoMessage

func (*OGetCookiesResp) ProtoMessage()

func (*OGetCookiesResp) ProtoReflect

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

func (*OGetCookiesResp) Reset

func (x *OGetCookiesResp) Reset()

func (*OGetCookiesResp) String

func (x *OGetCookiesResp) String() string

type OGetCredentialsResp

type OGetCredentialsResp struct {
	Status  string              `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Retcode int32               `protobuf:"varint,2,opt,name=retcode,proto3" json:"retcode,omitempty"`
	Data    *GetCredentialsResp `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	Echo    string              `protobuf:"bytes,4,opt,name=echo,proto3" json:"echo,omitempty"`
	// contains filtered or unexported fields
}

func (*OGetCredentialsResp) Descriptor deprecated

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

Deprecated: Use OGetCredentialsResp.ProtoReflect.Descriptor instead.

func (*OGetCredentialsResp) GetData

func (*OGetCredentialsResp) GetEcho

func (x *OGetCredentialsResp) GetEcho() string

func (*OGetCredentialsResp) GetRetcode

func (x *OGetCredentialsResp) GetRetcode() int32

func (*OGetCredentialsResp) GetStatus

func (x *OGetCredentialsResp) GetStatus() string

func (*OGetCredentialsResp) ProtoMessage

func (*OGetCredentialsResp) ProtoMessage()

func (*OGetCredentialsResp) ProtoReflect

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

func (*OGetCredentialsResp) Reset

func (x *OGetCredentialsResp) Reset()

func (*OGetCredentialsResp) String

func (x *OGetCredentialsResp) String() string

type OGetCsrfTokenResp

type OGetCsrfTokenResp struct {
	Status  string            `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Retcode int32             `protobuf:"varint,2,opt,name=retcode,proto3" json:"retcode,omitempty"`
	Data    *GetCsrfTokenResp `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	Echo    string            `protobuf:"bytes,4,opt,name=echo,proto3" json:"echo,omitempty"`
	// contains filtered or unexported fields
}

func (*OGetCsrfTokenResp) Descriptor deprecated

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

Deprecated: Use OGetCsrfTokenResp.ProtoReflect.Descriptor instead.

func (*OGetCsrfTokenResp) GetData

func (x *OGetCsrfTokenResp) GetData() *GetCsrfTokenResp

func (*OGetCsrfTokenResp) GetEcho

func (x *OGetCsrfTokenResp) GetEcho() string

func (*OGetCsrfTokenResp) GetRetcode

func (x *OGetCsrfTokenResp) GetRetcode() int32

func (*OGetCsrfTokenResp) GetStatus

func (x *OGetCsrfTokenResp) GetStatus() string

func (*OGetCsrfTokenResp) ProtoMessage

func (*OGetCsrfTokenResp) ProtoMessage()

func (*OGetCsrfTokenResp) ProtoReflect

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

func (*OGetCsrfTokenResp) Reset

func (x *OGetCsrfTokenResp) Reset()

func (*OGetCsrfTokenResp) String

func (x *OGetCsrfTokenResp) String() string

type OGetForwardMsgResp

type OGetForwardMsgResp struct {
	Status  string             `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Retcode int32              `protobuf:"varint,2,opt,name=retcode,proto3" json:"retcode,omitempty"`
	Data    *GetForwardMsgResp `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	Echo    string             `protobuf:"bytes,4,opt,name=echo,proto3" json:"echo,omitempty"`
	// contains filtered or unexported fields
}

func (*OGetForwardMsgResp) Descriptor deprecated

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

Deprecated: Use OGetForwardMsgResp.ProtoReflect.Descriptor instead.

func (*OGetForwardMsgResp) GetData

func (x *OGetForwardMsgResp) GetData() *GetForwardMsgResp

func (*OGetForwardMsgResp) GetEcho

func (x *OGetForwardMsgResp) GetEcho() string

func (*OGetForwardMsgResp) GetRetcode

func (x *OGetForwardMsgResp) GetRetcode() int32

func (*OGetForwardMsgResp) GetStatus

func (x *OGetForwardMsgResp) GetStatus() string

func (*OGetForwardMsgResp) ProtoMessage

func (*OGetForwardMsgResp) ProtoMessage()

func (*OGetForwardMsgResp) ProtoReflect

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

func (*OGetForwardMsgResp) Reset

func (x *OGetForwardMsgResp) Reset()

func (*OGetForwardMsgResp) String

func (x *OGetForwardMsgResp) String() string

type OGetFriendListResp

type OGetFriendListResp struct {
	Status  string             `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Retcode int32              `protobuf:"varint,2,opt,name=retcode,proto3" json:"retcode,omitempty"`
	Data    *GetFriendListResp `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	Echo    string             `protobuf:"bytes,4,opt,name=echo,proto3" json:"echo,omitempty"`
	// contains filtered or unexported fields
}

func (*OGetFriendListResp) Descriptor deprecated

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

Deprecated: Use OGetFriendListResp.ProtoReflect.Descriptor instead.

func (*OGetFriendListResp) GetData

func (x *OGetFriendListResp) GetData() *GetFriendListResp

func (*OGetFriendListResp) GetEcho

func (x *OGetFriendListResp) GetEcho() string

func (*OGetFriendListResp) GetRetcode

func (x *OGetFriendListResp) GetRetcode() int32

func (*OGetFriendListResp) GetStatus

func (x *OGetFriendListResp) GetStatus() string

func (*OGetFriendListResp) ProtoMessage

func (*OGetFriendListResp) ProtoMessage()

func (*OGetFriendListResp) ProtoReflect

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

func (*OGetFriendListResp) Reset

func (x *OGetFriendListResp) Reset()

func (*OGetFriendListResp) String

func (x *OGetFriendListResp) String() string

type OGetGroupHonorInfoResp

type OGetGroupHonorInfoResp struct {
	Status  string                 `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Retcode int32                  `protobuf:"varint,2,opt,name=retcode,proto3" json:"retcode,omitempty"`
	Data    *GetGroupHonorInfoResp `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	Echo    string                 `protobuf:"bytes,4,opt,name=echo,proto3" json:"echo,omitempty"`
	// contains filtered or unexported fields
}

func (*OGetGroupHonorInfoResp) Descriptor deprecated

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

Deprecated: Use OGetGroupHonorInfoResp.ProtoReflect.Descriptor instead.

func (*OGetGroupHonorInfoResp) GetData

func (*OGetGroupHonorInfoResp) GetEcho

func (x *OGetGroupHonorInfoResp) GetEcho() string

func (*OGetGroupHonorInfoResp) GetRetcode

func (x *OGetGroupHonorInfoResp) GetRetcode() int32

func (*OGetGroupHonorInfoResp) GetStatus

func (x *OGetGroupHonorInfoResp) GetStatus() string

func (*OGetGroupHonorInfoResp) ProtoMessage

func (*OGetGroupHonorInfoResp) ProtoMessage()

func (*OGetGroupHonorInfoResp) ProtoReflect

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

func (*OGetGroupHonorInfoResp) Reset

func (x *OGetGroupHonorInfoResp) Reset()

func (*OGetGroupHonorInfoResp) String

func (x *OGetGroupHonorInfoResp) String() string

type OGetGroupInfoResp

type OGetGroupInfoResp struct {
	Status  string            `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Retcode int32             `protobuf:"varint,2,opt,name=retcode,proto3" json:"retcode,omitempty"`
	Data    *GetGroupInfoResp `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	Echo    string            `protobuf:"bytes,4,opt,name=echo,proto3" json:"echo,omitempty"`
	// contains filtered or unexported fields
}

func (*OGetGroupInfoResp) Descriptor deprecated

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

Deprecated: Use OGetGroupInfoResp.ProtoReflect.Descriptor instead.

func (*OGetGroupInfoResp) GetData

func (x *OGetGroupInfoResp) GetData() *GetGroupInfoResp

func (*OGetGroupInfoResp) GetEcho

func (x *OGetGroupInfoResp) GetEcho() string

func (*OGetGroupInfoResp) GetRetcode

func (x *OGetGroupInfoResp) GetRetcode() int32

func (*OGetGroupInfoResp) GetStatus

func (x *OGetGroupInfoResp) GetStatus() string

func (*OGetGroupInfoResp) ProtoMessage

func (*OGetGroupInfoResp) ProtoMessage()

func (*OGetGroupInfoResp) ProtoReflect

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

func (*OGetGroupInfoResp) Reset

func (x *OGetGroupInfoResp) Reset()

func (*OGetGroupInfoResp) String

func (x *OGetGroupInfoResp) String() string

type OGetGroupListResp

type OGetGroupListResp struct {
	Status  string            `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Retcode int32             `protobuf:"varint,2,opt,name=retcode,proto3" json:"retcode,omitempty"`
	Data    *GetGroupListResp `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	Echo    string            `protobuf:"bytes,4,opt,name=echo,proto3" json:"echo,omitempty"`
	// contains filtered or unexported fields
}

func (*OGetGroupListResp) Descriptor deprecated

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

Deprecated: Use OGetGroupListResp.ProtoReflect.Descriptor instead.

func (*OGetGroupListResp) GetData

func (x *OGetGroupListResp) GetData() *GetGroupListResp

func (*OGetGroupListResp) GetEcho

func (x *OGetGroupListResp) GetEcho() string

func (*OGetGroupListResp) GetRetcode

func (x *OGetGroupListResp) GetRetcode() int32

func (*OGetGroupListResp) GetStatus

func (x *OGetGroupListResp) GetStatus() string

func (*OGetGroupListResp) ProtoMessage

func (*OGetGroupListResp) ProtoMessage()

func (*OGetGroupListResp) ProtoReflect

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

func (*OGetGroupListResp) Reset

func (x *OGetGroupListResp) Reset()

func (*OGetGroupListResp) String

func (x *OGetGroupListResp) String() string

type OGetGroupMemberInfoResp

type OGetGroupMemberInfoResp struct {
	Status  string                  `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Retcode int32                   `protobuf:"varint,2,opt,name=retcode,proto3" json:"retcode,omitempty"`
	Data    *GetGroupMemberInfoResp `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	Echo    string                  `protobuf:"bytes,4,opt,name=echo,proto3" json:"echo,omitempty"`
	// contains filtered or unexported fields
}

func (*OGetGroupMemberInfoResp) Descriptor deprecated

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

Deprecated: Use OGetGroupMemberInfoResp.ProtoReflect.Descriptor instead.

func (*OGetGroupMemberInfoResp) GetData

func (*OGetGroupMemberInfoResp) GetEcho

func (x *OGetGroupMemberInfoResp) GetEcho() string

func (*OGetGroupMemberInfoResp) GetRetcode

func (x *OGetGroupMemberInfoResp) GetRetcode() int32

func (*OGetGroupMemberInfoResp) GetStatus

func (x *OGetGroupMemberInfoResp) GetStatus() string

func (*OGetGroupMemberInfoResp) ProtoMessage

func (*OGetGroupMemberInfoResp) ProtoMessage()

func (*OGetGroupMemberInfoResp) ProtoReflect

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

func (*OGetGroupMemberInfoResp) Reset

func (x *OGetGroupMemberInfoResp) Reset()

func (*OGetGroupMemberInfoResp) String

func (x *OGetGroupMemberInfoResp) String() string

type OGetGroupMemberListResp

type OGetGroupMemberListResp struct {
	Status  string                  `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Retcode int32                   `protobuf:"varint,2,opt,name=retcode,proto3" json:"retcode,omitempty"`
	Data    *GetGroupMemberListResp `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	Echo    string                  `protobuf:"bytes,4,opt,name=echo,proto3" json:"echo,omitempty"`
	// contains filtered or unexported fields
}

func (*OGetGroupMemberListResp) Descriptor deprecated

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

Deprecated: Use OGetGroupMemberListResp.ProtoReflect.Descriptor instead.

func (*OGetGroupMemberListResp) GetData

func (*OGetGroupMemberListResp) GetEcho

func (x *OGetGroupMemberListResp) GetEcho() string

func (*OGetGroupMemberListResp) GetRetcode

func (x *OGetGroupMemberListResp) GetRetcode() int32

func (*OGetGroupMemberListResp) GetStatus

func (x *OGetGroupMemberListResp) GetStatus() string

func (*OGetGroupMemberListResp) ProtoMessage

func (*OGetGroupMemberListResp) ProtoMessage()

func (*OGetGroupMemberListResp) ProtoReflect

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

func (*OGetGroupMemberListResp) Reset

func (x *OGetGroupMemberListResp) Reset()

func (*OGetGroupMemberListResp) String

func (x *OGetGroupMemberListResp) String() string

type OGetImageResp

type OGetImageResp struct {
	Status  string        `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Retcode int32         `protobuf:"varint,2,opt,name=retcode,proto3" json:"retcode,omitempty"`
	Data    *GetImageResp `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	Echo    string        `protobuf:"bytes,4,opt,name=echo,proto3" json:"echo,omitempty"`
	// contains filtered or unexported fields
}

func (*OGetImageResp) Descriptor deprecated

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

Deprecated: Use OGetImageResp.ProtoReflect.Descriptor instead.

func (*OGetImageResp) GetData

func (x *OGetImageResp) GetData() *GetImageResp

func (*OGetImageResp) GetEcho

func (x *OGetImageResp) GetEcho() string

func (*OGetImageResp) GetRetcode

func (x *OGetImageResp) GetRetcode() int32

func (*OGetImageResp) GetStatus

func (x *OGetImageResp) GetStatus() string

func (*OGetImageResp) ProtoMessage

func (*OGetImageResp) ProtoMessage()

func (*OGetImageResp) ProtoReflect

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

func (*OGetImageResp) Reset

func (x *OGetImageResp) Reset()

func (*OGetImageResp) String

func (x *OGetImageResp) String() string

type OGetLoginInfoResp

type OGetLoginInfoResp struct {
	Status  string            `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Retcode int32             `protobuf:"varint,2,opt,name=retcode,proto3" json:"retcode,omitempty"`
	Data    *GetLoginInfoResp `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	Echo    string            `protobuf:"bytes,4,opt,name=echo,proto3" json:"echo,omitempty"`
	// contains filtered or unexported fields
}

func (*OGetLoginInfoResp) Descriptor deprecated

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

Deprecated: Use OGetLoginInfoResp.ProtoReflect.Descriptor instead.

func (*OGetLoginInfoResp) GetData

func (x *OGetLoginInfoResp) GetData() *GetLoginInfoResp

func (*OGetLoginInfoResp) GetEcho

func (x *OGetLoginInfoResp) GetEcho() string

func (*OGetLoginInfoResp) GetRetcode

func (x *OGetLoginInfoResp) GetRetcode() int32

func (*OGetLoginInfoResp) GetStatus

func (x *OGetLoginInfoResp) GetStatus() string

func (*OGetLoginInfoResp) ProtoMessage

func (*OGetLoginInfoResp) ProtoMessage()

func (*OGetLoginInfoResp) ProtoReflect

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

func (*OGetLoginInfoResp) Reset

func (x *OGetLoginInfoResp) Reset()

func (*OGetLoginInfoResp) String

func (x *OGetLoginInfoResp) String() string

type OGetMsgResp

type OGetMsgResp struct {
	Status  string      `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Retcode int32       `protobuf:"varint,2,opt,name=retcode,proto3" json:"retcode,omitempty"`
	Data    *GetMsgResp `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	Echo    string      `protobuf:"bytes,4,opt,name=echo,proto3" json:"echo,omitempty"`
	// contains filtered or unexported fields
}

func (*OGetMsgResp) Descriptor deprecated

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

Deprecated: Use OGetMsgResp.ProtoReflect.Descriptor instead.

func (*OGetMsgResp) GetData

func (x *OGetMsgResp) GetData() *GetMsgResp

func (*OGetMsgResp) GetEcho

func (x *OGetMsgResp) GetEcho() string

func (*OGetMsgResp) GetRetcode

func (x *OGetMsgResp) GetRetcode() int32

func (*OGetMsgResp) GetStatus

func (x *OGetMsgResp) GetStatus() string

func (*OGetMsgResp) ProtoMessage

func (*OGetMsgResp) ProtoMessage()

func (*OGetMsgResp) ProtoReflect

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

func (*OGetMsgResp) Reset

func (x *OGetMsgResp) Reset()

func (*OGetMsgResp) String

func (x *OGetMsgResp) String() string

type OGetRecordResp

type OGetRecordResp struct {
	Status  string         `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Retcode int32          `protobuf:"varint,2,opt,name=retcode,proto3" json:"retcode,omitempty"`
	Data    *GetRecordResp `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	Echo    string         `protobuf:"bytes,4,opt,name=echo,proto3" json:"echo,omitempty"`
	// contains filtered or unexported fields
}

func (*OGetRecordResp) Descriptor deprecated

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

Deprecated: Use OGetRecordResp.ProtoReflect.Descriptor instead.

func (*OGetRecordResp) GetData

func (x *OGetRecordResp) GetData() *GetRecordResp

func (*OGetRecordResp) GetEcho

func (x *OGetRecordResp) GetEcho() string

func (*OGetRecordResp) GetRetcode

func (x *OGetRecordResp) GetRetcode() int32

func (*OGetRecordResp) GetStatus

func (x *OGetRecordResp) GetStatus() string

func (*OGetRecordResp) ProtoMessage

func (*OGetRecordResp) ProtoMessage()

func (*OGetRecordResp) ProtoReflect

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

func (*OGetRecordResp) Reset

func (x *OGetRecordResp) Reset()

func (*OGetRecordResp) String

func (x *OGetRecordResp) String() string

type OGetStatusResp

type OGetStatusResp struct {
	Status  string         `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Retcode int32          `protobuf:"varint,2,opt,name=retcode,proto3" json:"retcode,omitempty"`
	Data    *GetStatusResp `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	Echo    string         `protobuf:"bytes,4,opt,name=echo,proto3" json:"echo,omitempty"`
	// contains filtered or unexported fields
}

func (*OGetStatusResp) Descriptor deprecated

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

Deprecated: Use OGetStatusResp.ProtoReflect.Descriptor instead.

func (*OGetStatusResp) GetData

func (x *OGetStatusResp) GetData() *GetStatusResp

func (*OGetStatusResp) GetEcho

func (x *OGetStatusResp) GetEcho() string

func (*OGetStatusResp) GetRetcode

func (x *OGetStatusResp) GetRetcode() int32

func (*OGetStatusResp) GetStatus

func (x *OGetStatusResp) GetStatus() string

func (*OGetStatusResp) ProtoMessage

func (*OGetStatusResp) ProtoMessage()

func (*OGetStatusResp) ProtoReflect

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

func (*OGetStatusResp) Reset

func (x *OGetStatusResp) Reset()

func (*OGetStatusResp) String

func (x *OGetStatusResp) String() string

type OGetStrangerInfoResp

type OGetStrangerInfoResp struct {
	Status  string               `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Retcode int32                `protobuf:"varint,2,opt,name=retcode,proto3" json:"retcode,omitempty"`
	Data    *GetStrangerInfoResp `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	Echo    string               `protobuf:"bytes,4,opt,name=echo,proto3" json:"echo,omitempty"`
	// contains filtered or unexported fields
}

func (*OGetStrangerInfoResp) Descriptor deprecated

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

Deprecated: Use OGetStrangerInfoResp.ProtoReflect.Descriptor instead.

func (*OGetStrangerInfoResp) GetData

func (*OGetStrangerInfoResp) GetEcho

func (x *OGetStrangerInfoResp) GetEcho() string

func (*OGetStrangerInfoResp) GetRetcode

func (x *OGetStrangerInfoResp) GetRetcode() int32

func (*OGetStrangerInfoResp) GetStatus

func (x *OGetStrangerInfoResp) GetStatus() string

func (*OGetStrangerInfoResp) ProtoMessage

func (*OGetStrangerInfoResp) ProtoMessage()

func (*OGetStrangerInfoResp) ProtoReflect

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

func (*OGetStrangerInfoResp) Reset

func (x *OGetStrangerInfoResp) Reset()

func (*OGetStrangerInfoResp) String

func (x *OGetStrangerInfoResp) String() string

type OGetVersionInfoResp

type OGetVersionInfoResp struct {
	Status  string              `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Retcode int32               `protobuf:"varint,2,opt,name=retcode,proto3" json:"retcode,omitempty"`
	Data    *GetVersionInfoResp `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	Echo    string              `protobuf:"bytes,4,opt,name=echo,proto3" json:"echo,omitempty"`
	// contains filtered or unexported fields
}

func (*OGetVersionInfoResp) Descriptor deprecated

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

Deprecated: Use OGetVersionInfoResp.ProtoReflect.Descriptor instead.

func (*OGetVersionInfoResp) GetData

func (*OGetVersionInfoResp) GetEcho

func (x *OGetVersionInfoResp) GetEcho() string

func (*OGetVersionInfoResp) GetRetcode

func (x *OGetVersionInfoResp) GetRetcode() int32

func (*OGetVersionInfoResp) GetStatus

func (x *OGetVersionInfoResp) GetStatus() string

func (*OGetVersionInfoResp) ProtoMessage

func (*OGetVersionInfoResp) ProtoMessage()

func (*OGetVersionInfoResp) ProtoReflect

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

func (*OGetVersionInfoResp) Reset

func (x *OGetVersionInfoResp) Reset()

func (*OGetVersionInfoResp) String

func (x *OGetVersionInfoResp) String() string

type OParams

type OParams struct {
	Message string `protobuf:"bytes,3,rep,name=message,proto3" json:"message,omitempty"`
}

type OSendForwardMsgResp

type OSendForwardMsgResp struct {
	Status  string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Retcode int32  `protobuf:"varint,2,opt,name=retcode,proto3" json:"retcode,omitempty"`
	Data    string `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	Echo    string `protobuf:"bytes,4,opt,name=echo,proto3" json:"echo,omitempty"`
	// contains filtered or unexported fields
}

func (*OSendForwardMsgResp) Descriptor deprecated

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

Deprecated: Use OSendForwardMsgResp.ProtoReflect.Descriptor instead.

func (*OSendForwardMsgResp) GetData

func (x *OSendForwardMsgResp) GetData() string

func (*OSendForwardMsgResp) GetEcho

func (x *OSendForwardMsgResp) GetEcho() string

func (*OSendForwardMsgResp) GetRetcode

func (x *OSendForwardMsgResp) GetRetcode() int32

func (*OSendForwardMsgResp) GetStatus

func (x *OSendForwardMsgResp) GetStatus() string

func (*OSendForwardMsgResp) ProtoMessage

func (*OSendForwardMsgResp) ProtoMessage()

func (*OSendForwardMsgResp) ProtoReflect

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

func (*OSendForwardMsgResp) Reset

func (x *OSendForwardMsgResp) Reset()

func (*OSendForwardMsgResp) String

func (x *OSendForwardMsgResp) String() string

type OSendFriendPokeResp

type OSendFriendPokeResp struct {
	Status  string              `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Retcode int32               `protobuf:"varint,2,opt,name=retcode,proto3" json:"retcode,omitempty"`
	Data    *SendFriendPokeResp `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	Echo    string              `protobuf:"bytes,4,opt,name=echo,proto3" json:"echo,omitempty"`
	// contains filtered or unexported fields
}

func (*OSendFriendPokeResp) Descriptor deprecated

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

Deprecated: Use OSendFriendPokeResp.ProtoReflect.Descriptor instead.

func (*OSendFriendPokeResp) GetData

func (*OSendFriendPokeResp) GetEcho

func (x *OSendFriendPokeResp) GetEcho() string

func (*OSendFriendPokeResp) GetRetcode

func (x *OSendFriendPokeResp) GetRetcode() int32

func (*OSendFriendPokeResp) GetStatus

func (x *OSendFriendPokeResp) GetStatus() string

func (*OSendFriendPokeResp) ProtoMessage

func (*OSendFriendPokeResp) ProtoMessage()

func (*OSendFriendPokeResp) ProtoReflect

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

func (*OSendFriendPokeResp) Reset

func (x *OSendFriendPokeResp) Reset()

func (*OSendFriendPokeResp) String

func (x *OSendFriendPokeResp) String() string

type OSendGroupMsgResp

type OSendGroupMsgResp struct {
	Status  string            `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Retcode int32             `protobuf:"varint,2,opt,name=retcode,proto3" json:"retcode,omitempty"`
	Data    *SendGroupMsgResp `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	Echo    string            `protobuf:"bytes,4,opt,name=echo,proto3" json:"echo,omitempty"`
	// contains filtered or unexported fields
}

func (*OSendGroupMsgResp) Descriptor deprecated

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

Deprecated: Use OSendGroupMsgResp.ProtoReflect.Descriptor instead.

func (*OSendGroupMsgResp) GetData

func (x *OSendGroupMsgResp) GetData() *SendGroupMsgResp

func (*OSendGroupMsgResp) GetEcho

func (x *OSendGroupMsgResp) GetEcho() string

func (*OSendGroupMsgResp) GetRetcode

func (x *OSendGroupMsgResp) GetRetcode() int32

func (*OSendGroupMsgResp) GetStatus

func (x *OSendGroupMsgResp) GetStatus() string

func (*OSendGroupMsgResp) ProtoMessage

func (*OSendGroupMsgResp) ProtoMessage()

func (*OSendGroupMsgResp) ProtoReflect

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

func (*OSendGroupMsgResp) Reset

func (x *OSendGroupMsgResp) Reset()

func (*OSendGroupMsgResp) String

func (x *OSendGroupMsgResp) String() string

type OSendGroupPokeResp

type OSendGroupPokeResp struct {
	Status  string             `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Retcode int32              `protobuf:"varint,2,opt,name=retcode,proto3" json:"retcode,omitempty"`
	Data    *SendGroupPokeResp `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	Echo    string             `protobuf:"bytes,4,opt,name=echo,proto3" json:"echo,omitempty"`
	// contains filtered or unexported fields
}

func (*OSendGroupPokeResp) Descriptor deprecated

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

Deprecated: Use OSendGroupPokeResp.ProtoReflect.Descriptor instead.

func (*OSendGroupPokeResp) GetData

func (x *OSendGroupPokeResp) GetData() *SendGroupPokeResp

func (*OSendGroupPokeResp) GetEcho

func (x *OSendGroupPokeResp) GetEcho() string

func (*OSendGroupPokeResp) GetRetcode

func (x *OSendGroupPokeResp) GetRetcode() int32

func (*OSendGroupPokeResp) GetStatus

func (x *OSendGroupPokeResp) GetStatus() string

func (*OSendGroupPokeResp) ProtoMessage

func (*OSendGroupPokeResp) ProtoMessage()

func (*OSendGroupPokeResp) ProtoReflect

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

func (*OSendGroupPokeResp) Reset

func (x *OSendGroupPokeResp) Reset()

func (*OSendGroupPokeResp) String

func (x *OSendGroupPokeResp) String() string

type OSendLikeResp

type OSendLikeResp struct {
	Status  string        `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Retcode int32         `protobuf:"varint,2,opt,name=retcode,proto3" json:"retcode,omitempty"`
	Data    *SendLikeResp `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	Echo    string        `protobuf:"bytes,4,opt,name=echo,proto3" json:"echo,omitempty"`
	// contains filtered or unexported fields
}

func (*OSendLikeResp) Descriptor deprecated

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

Deprecated: Use OSendLikeResp.ProtoReflect.Descriptor instead.

func (*OSendLikeResp) GetData

func (x *OSendLikeResp) GetData() *SendLikeResp

func (*OSendLikeResp) GetEcho

func (x *OSendLikeResp) GetEcho() string

func (*OSendLikeResp) GetRetcode

func (x *OSendLikeResp) GetRetcode() int32

func (*OSendLikeResp) GetStatus

func (x *OSendLikeResp) GetStatus() string

func (*OSendLikeResp) ProtoMessage

func (*OSendLikeResp) ProtoMessage()

func (*OSendLikeResp) ProtoReflect

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

func (*OSendLikeResp) Reset

func (x *OSendLikeResp) Reset()

func (*OSendLikeResp) String

func (x *OSendLikeResp) String() string

type OSendMsgResp

type OSendMsgResp struct {
	Status  string       `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Retcode int32        `protobuf:"varint,2,opt,name=retcode,proto3" json:"retcode,omitempty"`
	Data    *SendMsgResp `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	Echo    string       `protobuf:"bytes,4,opt,name=echo,proto3" json:"echo,omitempty"`
	// contains filtered or unexported fields
}

func (*OSendMsgResp) Descriptor deprecated

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

Deprecated: Use OSendMsgResp.ProtoReflect.Descriptor instead.

func (*OSendMsgResp) GetData

func (x *OSendMsgResp) GetData() *SendMsgResp

func (*OSendMsgResp) GetEcho

func (x *OSendMsgResp) GetEcho() string

func (*OSendMsgResp) GetRetcode

func (x *OSendMsgResp) GetRetcode() int32

func (*OSendMsgResp) GetStatus

func (x *OSendMsgResp) GetStatus() string

func (*OSendMsgResp) ProtoMessage

func (*OSendMsgResp) ProtoMessage()

func (*OSendMsgResp) ProtoReflect

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

func (*OSendMsgResp) Reset

func (x *OSendMsgResp) Reset()

func (*OSendMsgResp) String

func (x *OSendMsgResp) String() string

type OSendMusicResp

type OSendMusicResp struct {
	Status  string         `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Retcode int32          `protobuf:"varint,2,opt,name=retcode,proto3" json:"retcode,omitempty"`
	Data    *SendMusicResp `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	Echo    string         `protobuf:"bytes,4,opt,name=echo,proto3" json:"echo,omitempty"`
	// contains filtered or unexported fields
}

func (*OSendMusicResp) Descriptor deprecated

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

Deprecated: Use OSendMusicResp.ProtoReflect.Descriptor instead.

func (*OSendMusicResp) GetData

func (x *OSendMusicResp) GetData() *SendMusicResp

func (*OSendMusicResp) GetEcho

func (x *OSendMusicResp) GetEcho() string

func (*OSendMusicResp) GetRetcode

func (x *OSendMusicResp) GetRetcode() int32

func (*OSendMusicResp) GetStatus

func (x *OSendMusicResp) GetStatus() string

func (*OSendMusicResp) ProtoMessage

func (*OSendMusicResp) ProtoMessage()

func (*OSendMusicResp) ProtoReflect

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

func (*OSendMusicResp) Reset

func (x *OSendMusicResp) Reset()

func (*OSendMusicResp) String

func (x *OSendMusicResp) String() string

type OSendPrivateMsgResp

type OSendPrivateMsgResp struct {
	Status  string              `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Retcode int32               `protobuf:"varint,2,opt,name=retcode,proto3" json:"retcode,omitempty"`
	Data    *SendPrivateMsgResp `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	Echo    string              `protobuf:"bytes,4,opt,name=echo,proto3" json:"echo,omitempty"`
	// contains filtered or unexported fields
}

func (*OSendPrivateMsgResp) Descriptor deprecated

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

Deprecated: Use OSendPrivateMsgResp.ProtoReflect.Descriptor instead.

func (*OSendPrivateMsgResp) GetData

func (*OSendPrivateMsgResp) GetEcho

func (x *OSendPrivateMsgResp) GetEcho() string

func (*OSendPrivateMsgResp) GetRetcode

func (x *OSendPrivateMsgResp) GetRetcode() int32

func (*OSendPrivateMsgResp) GetStatus

func (x *OSendPrivateMsgResp) GetStatus() string

func (*OSendPrivateMsgResp) ProtoMessage

func (*OSendPrivateMsgResp) ProtoMessage()

func (*OSendPrivateMsgResp) ProtoReflect

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

func (*OSendPrivateMsgResp) Reset

func (x *OSendPrivateMsgResp) Reset()

func (*OSendPrivateMsgResp) String

func (x *OSendPrivateMsgResp) String() string

type OSetFriendAddRequestResp

type OSetFriendAddRequestResp struct {
	Status  string                   `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Retcode int32                    `protobuf:"varint,2,opt,name=retcode,proto3" json:"retcode,omitempty"`
	Data    *SetFriendAddRequestResp `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	Echo    string                   `protobuf:"bytes,4,opt,name=echo,proto3" json:"echo,omitempty"`
	// contains filtered or unexported fields
}

func (*OSetFriendAddRequestResp) Descriptor deprecated

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

Deprecated: Use OSetFriendAddRequestResp.ProtoReflect.Descriptor instead.

func (*OSetFriendAddRequestResp) GetData

func (*OSetFriendAddRequestResp) GetEcho

func (x *OSetFriendAddRequestResp) GetEcho() string

func (*OSetFriendAddRequestResp) GetRetcode

func (x *OSetFriendAddRequestResp) GetRetcode() int32

func (*OSetFriendAddRequestResp) GetStatus

func (x *OSetFriendAddRequestResp) GetStatus() string

func (*OSetFriendAddRequestResp) ProtoMessage

func (*OSetFriendAddRequestResp) ProtoMessage()

func (*OSetFriendAddRequestResp) ProtoReflect

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

func (*OSetFriendAddRequestResp) Reset

func (x *OSetFriendAddRequestResp) Reset()

func (*OSetFriendAddRequestResp) String

func (x *OSetFriendAddRequestResp) String() string

type OSetGroupAddRequestResp

type OSetGroupAddRequestResp struct {
	Status  string                  `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Retcode int32                   `protobuf:"varint,2,opt,name=retcode,proto3" json:"retcode,omitempty"`
	Data    *SetGroupAddRequestResp `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	Echo    string                  `protobuf:"bytes,4,opt,name=echo,proto3" json:"echo,omitempty"`
	// contains filtered or unexported fields
}

func (*OSetGroupAddRequestResp) Descriptor deprecated

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

Deprecated: Use OSetGroupAddRequestResp.ProtoReflect.Descriptor instead.

func (*OSetGroupAddRequestResp) GetData

func (*OSetGroupAddRequestResp) GetEcho

func (x *OSetGroupAddRequestResp) GetEcho() string

func (*OSetGroupAddRequestResp) GetRetcode

func (x *OSetGroupAddRequestResp) GetRetcode() int32

func (*OSetGroupAddRequestResp) GetStatus

func (x *OSetGroupAddRequestResp) GetStatus() string

func (*OSetGroupAddRequestResp) ProtoMessage

func (*OSetGroupAddRequestResp) ProtoMessage()

func (*OSetGroupAddRequestResp) ProtoReflect

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

func (*OSetGroupAddRequestResp) Reset

func (x *OSetGroupAddRequestResp) Reset()

func (*OSetGroupAddRequestResp) String

func (x *OSetGroupAddRequestResp) String() string

type OSetGroupAdminResp

type OSetGroupAdminResp struct {
	Status  string             `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Retcode int32              `protobuf:"varint,2,opt,name=retcode,proto3" json:"retcode,omitempty"`
	Data    *SetGroupAdminResp `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	Echo    string             `protobuf:"bytes,4,opt,name=echo,proto3" json:"echo,omitempty"`
	// contains filtered or unexported fields
}

func (*OSetGroupAdminResp) Descriptor deprecated

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

Deprecated: Use OSetGroupAdminResp.ProtoReflect.Descriptor instead.

func (*OSetGroupAdminResp) GetData

func (x *OSetGroupAdminResp) GetData() *SetGroupAdminResp

func (*OSetGroupAdminResp) GetEcho

func (x *OSetGroupAdminResp) GetEcho() string

func (*OSetGroupAdminResp) GetRetcode

func (x *OSetGroupAdminResp) GetRetcode() int32

func (*OSetGroupAdminResp) GetStatus

func (x *OSetGroupAdminResp) GetStatus() string

func (*OSetGroupAdminResp) ProtoMessage

func (*OSetGroupAdminResp) ProtoMessage()

func (*OSetGroupAdminResp) ProtoReflect

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

func (*OSetGroupAdminResp) Reset

func (x *OSetGroupAdminResp) Reset()

func (*OSetGroupAdminResp) String

func (x *OSetGroupAdminResp) String() string

type OSetGroupAnonymousBanResp

type OSetGroupAnonymousBanResp struct {
	Status  string                    `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Retcode int32                     `protobuf:"varint,2,opt,name=retcode,proto3" json:"retcode,omitempty"`
	Data    *SetGroupAnonymousBanResp `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	Echo    string                    `protobuf:"bytes,4,opt,name=echo,proto3" json:"echo,omitempty"`
	// contains filtered or unexported fields
}

func (*OSetGroupAnonymousBanResp) Descriptor deprecated

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

Deprecated: Use OSetGroupAnonymousBanResp.ProtoReflect.Descriptor instead.

func (*OSetGroupAnonymousBanResp) GetData

func (*OSetGroupAnonymousBanResp) GetEcho

func (x *OSetGroupAnonymousBanResp) GetEcho() string

func (*OSetGroupAnonymousBanResp) GetRetcode

func (x *OSetGroupAnonymousBanResp) GetRetcode() int32

func (*OSetGroupAnonymousBanResp) GetStatus

func (x *OSetGroupAnonymousBanResp) GetStatus() string

func (*OSetGroupAnonymousBanResp) ProtoMessage

func (*OSetGroupAnonymousBanResp) ProtoMessage()

func (*OSetGroupAnonymousBanResp) ProtoReflect

func (*OSetGroupAnonymousBanResp) Reset

func (x *OSetGroupAnonymousBanResp) Reset()

func (*OSetGroupAnonymousBanResp) String

func (x *OSetGroupAnonymousBanResp) String() string

type OSetGroupAnonymousResp

type OSetGroupAnonymousResp struct {
	Status  string                 `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Retcode int32                  `protobuf:"varint,2,opt,name=retcode,proto3" json:"retcode,omitempty"`
	Data    *SetGroupAnonymousResp `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	Echo    string                 `protobuf:"bytes,4,opt,name=echo,proto3" json:"echo,omitempty"`
	// contains filtered or unexported fields
}

func (*OSetGroupAnonymousResp) Descriptor deprecated

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

Deprecated: Use OSetGroupAnonymousResp.ProtoReflect.Descriptor instead.

func (*OSetGroupAnonymousResp) GetData

func (*OSetGroupAnonymousResp) GetEcho

func (x *OSetGroupAnonymousResp) GetEcho() string

func (*OSetGroupAnonymousResp) GetRetcode

func (x *OSetGroupAnonymousResp) GetRetcode() int32

func (*OSetGroupAnonymousResp) GetStatus

func (x *OSetGroupAnonymousResp) GetStatus() string

func (*OSetGroupAnonymousResp) ProtoMessage

func (*OSetGroupAnonymousResp) ProtoMessage()

func (*OSetGroupAnonymousResp) ProtoReflect

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

func (*OSetGroupAnonymousResp) Reset

func (x *OSetGroupAnonymousResp) Reset()

func (*OSetGroupAnonymousResp) String

func (x *OSetGroupAnonymousResp) String() string

type OSetGroupBanResp

type OSetGroupBanResp struct {
	Status  string           `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Retcode int32            `protobuf:"varint,2,opt,name=retcode,proto3" json:"retcode,omitempty"`
	Data    *SetGroupBanResp `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	Echo    string           `protobuf:"bytes,4,opt,name=echo,proto3" json:"echo,omitempty"`
	// contains filtered or unexported fields
}

func (*OSetGroupBanResp) Descriptor deprecated

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

Deprecated: Use OSetGroupBanResp.ProtoReflect.Descriptor instead.

func (*OSetGroupBanResp) GetData

func (x *OSetGroupBanResp) GetData() *SetGroupBanResp

func (*OSetGroupBanResp) GetEcho

func (x *OSetGroupBanResp) GetEcho() string

func (*OSetGroupBanResp) GetRetcode

func (x *OSetGroupBanResp) GetRetcode() int32

func (*OSetGroupBanResp) GetStatus

func (x *OSetGroupBanResp) GetStatus() string

func (*OSetGroupBanResp) ProtoMessage

func (*OSetGroupBanResp) ProtoMessage()

func (*OSetGroupBanResp) ProtoReflect

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

func (*OSetGroupBanResp) Reset

func (x *OSetGroupBanResp) Reset()

func (*OSetGroupBanResp) String

func (x *OSetGroupBanResp) String() string

type OSetGroupCardResp

type OSetGroupCardResp struct {
	Status  string            `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Retcode int32             `protobuf:"varint,2,opt,name=retcode,proto3" json:"retcode,omitempty"`
	Data    *SetGroupCardResp `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	Echo    string            `protobuf:"bytes,4,opt,name=echo,proto3" json:"echo,omitempty"`
	// contains filtered or unexported fields
}

func (*OSetGroupCardResp) Descriptor deprecated

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

Deprecated: Use OSetGroupCardResp.ProtoReflect.Descriptor instead.

func (*OSetGroupCardResp) GetData

func (x *OSetGroupCardResp) GetData() *SetGroupCardResp

func (*OSetGroupCardResp) GetEcho

func (x *OSetGroupCardResp) GetEcho() string

func (*OSetGroupCardResp) GetRetcode

func (x *OSetGroupCardResp) GetRetcode() int32

func (*OSetGroupCardResp) GetStatus

func (x *OSetGroupCardResp) GetStatus() string

func (*OSetGroupCardResp) ProtoMessage

func (*OSetGroupCardResp) ProtoMessage()

func (*OSetGroupCardResp) ProtoReflect

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

func (*OSetGroupCardResp) Reset

func (x *OSetGroupCardResp) Reset()

func (*OSetGroupCardResp) String

func (x *OSetGroupCardResp) String() string

type OSetGroupKickResp

type OSetGroupKickResp struct {
	Status  string            `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Retcode int32             `protobuf:"varint,2,opt,name=retcode,proto3" json:"retcode,omitempty"`
	Data    *SetGroupKickResp `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	Echo    string            `protobuf:"bytes,4,opt,name=echo,proto3" json:"echo,omitempty"`
	// contains filtered or unexported fields
}

func (*OSetGroupKickResp) Descriptor deprecated

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

Deprecated: Use OSetGroupKickResp.ProtoReflect.Descriptor instead.

func (*OSetGroupKickResp) GetData

func (x *OSetGroupKickResp) GetData() *SetGroupKickResp

func (*OSetGroupKickResp) GetEcho

func (x *OSetGroupKickResp) GetEcho() string

func (*OSetGroupKickResp) GetRetcode

func (x *OSetGroupKickResp) GetRetcode() int32

func (*OSetGroupKickResp) GetStatus

func (x *OSetGroupKickResp) GetStatus() string

func (*OSetGroupKickResp) ProtoMessage

func (*OSetGroupKickResp) ProtoMessage()

func (*OSetGroupKickResp) ProtoReflect

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

func (*OSetGroupKickResp) Reset

func (x *OSetGroupKickResp) Reset()

func (*OSetGroupKickResp) String

func (x *OSetGroupKickResp) String() string

type OSetGroupLeaveResp

type OSetGroupLeaveResp struct {
	Status  string             `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Retcode int32              `protobuf:"varint,2,opt,name=retcode,proto3" json:"retcode,omitempty"`
	Data    *SetGroupLeaveResp `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	Echo    string             `protobuf:"bytes,4,opt,name=echo,proto3" json:"echo,omitempty"`
	// contains filtered or unexported fields
}

func (*OSetGroupLeaveResp) Descriptor deprecated

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

Deprecated: Use OSetGroupLeaveResp.ProtoReflect.Descriptor instead.

func (*OSetGroupLeaveResp) GetData

func (x *OSetGroupLeaveResp) GetData() *SetGroupLeaveResp

func (*OSetGroupLeaveResp) GetEcho

func (x *OSetGroupLeaveResp) GetEcho() string

func (*OSetGroupLeaveResp) GetRetcode

func (x *OSetGroupLeaveResp) GetRetcode() int32

func (*OSetGroupLeaveResp) GetStatus

func (x *OSetGroupLeaveResp) GetStatus() string

func (*OSetGroupLeaveResp) ProtoMessage

func (*OSetGroupLeaveResp) ProtoMessage()

func (*OSetGroupLeaveResp) ProtoReflect

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

func (*OSetGroupLeaveResp) Reset

func (x *OSetGroupLeaveResp) Reset()

func (*OSetGroupLeaveResp) String

func (x *OSetGroupLeaveResp) String() string

type OSetGroupNameResp

type OSetGroupNameResp struct {
	Status  string            `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Retcode int32             `protobuf:"varint,2,opt,name=retcode,proto3" json:"retcode,omitempty"`
	Data    *SetGroupNameResp `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	Echo    string            `protobuf:"bytes,4,opt,name=echo,proto3" json:"echo,omitempty"`
	// contains filtered or unexported fields
}

func (*OSetGroupNameResp) Descriptor deprecated

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

Deprecated: Use OSetGroupNameResp.ProtoReflect.Descriptor instead.

func (*OSetGroupNameResp) GetData

func (x *OSetGroupNameResp) GetData() *SetGroupNameResp

func (*OSetGroupNameResp) GetEcho

func (x *OSetGroupNameResp) GetEcho() string

func (*OSetGroupNameResp) GetRetcode

func (x *OSetGroupNameResp) GetRetcode() int32

func (*OSetGroupNameResp) GetStatus

func (x *OSetGroupNameResp) GetStatus() string

func (*OSetGroupNameResp) ProtoMessage

func (*OSetGroupNameResp) ProtoMessage()

func (*OSetGroupNameResp) ProtoReflect

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

func (*OSetGroupNameResp) Reset

func (x *OSetGroupNameResp) Reset()

func (*OSetGroupNameResp) String

func (x *OSetGroupNameResp) String() string

type OSetGroupSignInResp

type OSetGroupSignInResp struct {
	Status  string              `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Retcode int32               `protobuf:"varint,2,opt,name=retcode,proto3" json:"retcode,omitempty"`
	Data    *SetGroupSignInResp `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	Echo    string              `protobuf:"bytes,4,opt,name=echo,proto3" json:"echo,omitempty"`
	// contains filtered or unexported fields
}

func (*OSetGroupSignInResp) Descriptor deprecated

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

Deprecated: Use OSetGroupSignInResp.ProtoReflect.Descriptor instead.

func (*OSetGroupSignInResp) GetData

func (*OSetGroupSignInResp) GetEcho

func (x *OSetGroupSignInResp) GetEcho() string

func (*OSetGroupSignInResp) GetRetcode

func (x *OSetGroupSignInResp) GetRetcode() int32

func (*OSetGroupSignInResp) GetStatus

func (x *OSetGroupSignInResp) GetStatus() string

func (*OSetGroupSignInResp) ProtoMessage

func (*OSetGroupSignInResp) ProtoMessage()

func (*OSetGroupSignInResp) ProtoReflect

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

func (*OSetGroupSignInResp) Reset

func (x *OSetGroupSignInResp) Reset()

func (*OSetGroupSignInResp) String

func (x *OSetGroupSignInResp) String() string

type OSetGroupSpecialTitleResp

type OSetGroupSpecialTitleResp struct {
	Status  string                    `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Retcode int32                     `protobuf:"varint,2,opt,name=retcode,proto3" json:"retcode,omitempty"`
	Data    *SetGroupSpecialTitleResp `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	Echo    string                    `protobuf:"bytes,4,opt,name=echo,proto3" json:"echo,omitempty"`
	// contains filtered or unexported fields
}

func (*OSetGroupSpecialTitleResp) Descriptor deprecated

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

Deprecated: Use OSetGroupSpecialTitleResp.ProtoReflect.Descriptor instead.

func (*OSetGroupSpecialTitleResp) GetData

func (*OSetGroupSpecialTitleResp) GetEcho

func (x *OSetGroupSpecialTitleResp) GetEcho() string

func (*OSetGroupSpecialTitleResp) GetRetcode

func (x *OSetGroupSpecialTitleResp) GetRetcode() int32

func (*OSetGroupSpecialTitleResp) GetStatus

func (x *OSetGroupSpecialTitleResp) GetStatus() string

func (*OSetGroupSpecialTitleResp) ProtoMessage

func (*OSetGroupSpecialTitleResp) ProtoMessage()

func (*OSetGroupSpecialTitleResp) ProtoReflect

func (*OSetGroupSpecialTitleResp) Reset

func (x *OSetGroupSpecialTitleResp) Reset()

func (*OSetGroupSpecialTitleResp) String

func (x *OSetGroupSpecialTitleResp) String() string

type OSetGroupWholeBanResp

type OSetGroupWholeBanResp struct {
	Status  string                `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Retcode int32                 `protobuf:"varint,2,opt,name=retcode,proto3" json:"retcode,omitempty"`
	Data    *SetGroupWholeBanResp `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	Echo    string                `protobuf:"bytes,4,opt,name=echo,proto3" json:"echo,omitempty"`
	// contains filtered or unexported fields
}

func (*OSetGroupWholeBanResp) Descriptor deprecated

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

Deprecated: Use OSetGroupWholeBanResp.ProtoReflect.Descriptor instead.

func (*OSetGroupWholeBanResp) GetData

func (*OSetGroupWholeBanResp) GetEcho

func (x *OSetGroupWholeBanResp) GetEcho() string

func (*OSetGroupWholeBanResp) GetRetcode

func (x *OSetGroupWholeBanResp) GetRetcode() int32

func (*OSetGroupWholeBanResp) GetStatus

func (x *OSetGroupWholeBanResp) GetStatus() string

func (*OSetGroupWholeBanResp) ProtoMessage

func (*OSetGroupWholeBanResp) ProtoMessage()

func (*OSetGroupWholeBanResp) ProtoReflect

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

func (*OSetGroupWholeBanResp) Reset

func (x *OSetGroupWholeBanResp) Reset()

func (*OSetGroupWholeBanResp) String

func (x *OSetGroupWholeBanResp) String() string

type OSetRestartResp

type OSetRestartResp struct {
	Status  string          `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Retcode int32           `protobuf:"varint,2,opt,name=retcode,proto3" json:"retcode,omitempty"`
	Data    *SetRestartResp `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	Echo    string          `protobuf:"bytes,4,opt,name=echo,proto3" json:"echo,omitempty"`
	// contains filtered or unexported fields
}

func (*OSetRestartResp) Descriptor deprecated

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

Deprecated: Use OSetRestartResp.ProtoReflect.Descriptor instead.

func (*OSetRestartResp) GetData

func (x *OSetRestartResp) GetData() *SetRestartResp

func (*OSetRestartResp) GetEcho

func (x *OSetRestartResp) GetEcho() string

func (*OSetRestartResp) GetRetcode

func (x *OSetRestartResp) GetRetcode() int32

func (*OSetRestartResp) GetStatus

func (x *OSetRestartResp) GetStatus() string

func (*OSetRestartResp) ProtoMessage

func (*OSetRestartResp) ProtoMessage()

func (*OSetRestartResp) ProtoReflect

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

func (*OSetRestartResp) Reset

func (x *OSetRestartResp) Reset()

func (*OSetRestartResp) String

func (x *OSetRestartResp) String() string

type Params

type Params struct {
	UserId           int64      `protobuf:"varint,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	GroupId          int64      `protobuf:"varint,2,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	Message          []*Message `protobuf:"bytes,3,rep,name=message,proto3" json:"message,omitempty"`
	Messages         any        `protobuf:"bytes,4,opt,name=messages,proto3" json:"messages,omitempty"`
	MessageType      string     `protobuf:"bytes,5,opt,name=message_type,json=messageType,proto3" json:"message_type,omitempty"`
	AutoEscape       bool       `protobuf:"varint,6,opt,name=auto_escape,json=autoEscape,proto3" json:"auto_escape,omitempty"`
	MessageId        int64      `protobuf:"varint,7,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"`
	Id               string     `protobuf:"bytes,8,opt,name=id,proto3" json:"id,omitempty"`
	RejectAddRequest bool       `protobuf:"varint,9,opt,name=reject_add_request,json=rejectAddRequest,proto3" json:"reject_add_request,omitempty"`
	Duration         int64      `protobuf:"varint,10,opt,name=duration,proto3" json:"duration,omitempty"`
	Enable           bool       `protobuf:"varint,11,opt,name=enable,proto3" json:"enable,omitempty"`
	Card             string     `protobuf:"bytes,12,opt,name=card,proto3" json:"card,omitempty"`
	GroupName        string     `protobuf:"bytes,13,opt,name=group_name,json=groupName,proto3" json:"group_name,omitempty"`
	Flag             string     `protobuf:"bytes,14,opt,name=flag,proto3" json:"flag,omitempty"`
	Approve          bool       `protobuf:"varint,15,opt,name=approve,proto3" json:"approve,omitempty"`
	Remark           string     `protobuf:"bytes,16,opt,name=remark,proto3" json:"remark,omitempty"`
	IsDismiss        bool       `protobuf:"varint,17,opt,name=is_dismiss,json=isDismiss,proto3" json:"is_dismiss,omitempty"`
	SpecialTitle     string     `protobuf:"bytes,18,opt,name=special_title,json=specialTitle,proto3" json:"special_title,omitempty"`
	SubType          string     `protobuf:"bytes,19,opt,name=sub_type,json=subType,proto3" json:"sub_type,omitempty"`
	Type             string     `protobuf:"bytes,20,opt,name=type,proto3" json:"type,omitempty"`
	Reason           string     `protobuf:"bytes,21,opt,name=reason,proto3" json:"reason,omitempty"`
	NickName         string     `protobuf:"bytes,22,opt,name=nick_name,json=nickName,proto3" json:"nick_name,omitempty"`
	NoCache          bool       `protobuf:"varint,23,opt,name=no_cache,json=noCache,proto3" json:"no_cache,omitempty"`
	Domain           string     `protobuf:"bytes,24,opt,name=domain,proto3" json:"domain,omitempty"`
	File             string     `protobuf:"bytes,25,opt,name=file,proto3" json:"file,omitempty"`
	Delay            int32      `protobuf:"varint,26,opt,name=delay,proto3" json:"delay,omitempty"`
	OutFormat        string     `protobuf:"bytes,27,opt,name=out_format,json=outFormat,proto3" json:"out_format,omitempty"`
	Times            int32      `protobuf:"varint,28,opt,name=times,proto3" json:"times,omitempty"`
	Anonymous        *Anonymous `protobuf:"bytes,29,opt,name=anonymous,proto3" json:"anonymous,omitempty"`
	AnonymousFlag    string     `protobuf:"bytes,30,opt,name=anonymous_flag,json=anonymousFlag,proto3" json:"anonymous_flag,omitempty"`
	Name             string     `protobuf:"bytes,31,opt,name=name,proto3" json:"name,omitempty"`
	Uin              string     `protobuf:"bytes,32,opt,name=uin,proto3" json:"uin,omitempty"`
	Content          string     `protobuf:"bytes,33,opt,name=content,proto3" json:"content,omitempty"`
	ToUin            int64      `protobuf:"varint,34,opt,name=to_uin,json=toUin,proto3" json:"to_uin,omitempty"`
	AioUin           int64      `protobuf:"varint,35,opt,name=aio_uin,json=aioUin,proto3" json:"aio_uin,omitempty"`
	// contains filtered or unexported fields
}

func (*Params) Descriptor deprecated

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

Deprecated: Use Params.ProtoReflect.Descriptor instead.

func (*Params) GetAioUin

func (x *Params) GetAioUin() int64

func (*Params) GetAnonymous

func (x *Params) GetAnonymous() *Anonymous

func (*Params) GetAnonymousFlag

func (x *Params) GetAnonymousFlag() string

func (*Params) GetApprove

func (x *Params) GetApprove() bool

func (*Params) GetAutoEscape

func (x *Params) GetAutoEscape() bool

func (*Params) GetCard

func (x *Params) GetCard() string

func (*Params) GetContent

func (x *Params) GetContent() string

func (*Params) GetDelay

func (x *Params) GetDelay() int32

func (*Params) GetDomain

func (x *Params) GetDomain() string

func (*Params) GetDuration

func (x *Params) GetDuration() int64

func (*Params) GetEnable

func (x *Params) GetEnable() bool

func (*Params) GetFile

func (x *Params) GetFile() string

func (*Params) GetFlag

func (x *Params) GetFlag() string

func (*Params) GetGroupId

func (x *Params) GetGroupId() int64

func (*Params) GetGroupName

func (x *Params) GetGroupName() string

func (*Params) GetId

func (x *Params) GetId() string

func (*Params) GetIsDismiss

func (x *Params) GetIsDismiss() bool

func (*Params) GetMessage

func (x *Params) GetMessage() []*Message

func (*Params) GetMessageId

func (x *Params) GetMessageId() int64

func (*Params) GetMessageType

func (x *Params) GetMessageType() string

func (*Params) GetMessages

func (x *Params) GetMessages() any

func (*Params) GetName

func (x *Params) GetName() string

func (*Params) GetNickName

func (x *Params) GetNickName() string

func (*Params) GetNoCache

func (x *Params) GetNoCache() bool

func (*Params) GetOutFormat

func (x *Params) GetOutFormat() string

func (*Params) GetReason

func (x *Params) GetReason() string

func (*Params) GetRejectAddRequest

func (x *Params) GetRejectAddRequest() bool

func (*Params) GetRemark

func (x *Params) GetRemark() string

func (*Params) GetSpecialTitle

func (x *Params) GetSpecialTitle() string

func (*Params) GetSubType

func (x *Params) GetSubType() string

func (*Params) GetTimes

func (x *Params) GetTimes() int32

func (*Params) GetToUin

func (x *Params) GetToUin() int64

func (*Params) GetType

func (x *Params) GetType() string

func (*Params) GetUin

func (x *Params) GetUin() string

func (*Params) GetUserId

func (x *Params) GetUserId() int64

func (*Params) ProtoMessage

func (*Params) ProtoMessage()

func (*Params) ProtoReflect

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

func (*Params) Reset

func (x *Params) Reset()

func (*Params) String

func (x *Params) String() string

type PrivateMessageEvent

type PrivateMessageEvent struct {
	Time        int64                       `protobuf:"varint,1,opt,name=time,proto3" json:"time,omitempty"`
	SelfId      int64                       `protobuf:"varint,2,opt,name=self_id,json=selfId,proto3" json:"self_id,omitempty"`
	PostType    string                      `protobuf:"bytes,3,opt,name=post_type,json=postType,proto3" json:"post_type,omitempty"`
	MessageType string                      `protobuf:"bytes,4,opt,name=message_type,json=messageType,proto3" json:"message_type,omitempty"`
	SubType     string                      `protobuf:"bytes,5,opt,name=sub_type,json=subType,proto3" json:"sub_type,omitempty"`
	MessageId   int32                       `protobuf:"varint,6,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"`
	UserId      int64                       `protobuf:"varint,7,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Message     []*Message                  `protobuf:"bytes,8,rep,name=message,proto3" json:"message,omitempty"`
	RawMessage  string                      `protobuf:"bytes,9,opt,name=raw_message,json=rawMessage,proto3" json:"raw_message,omitempty"`
	Font        int32                       `protobuf:"varint,10,opt,name=font,proto3" json:"font,omitempty"`
	Sender      *PrivateMessageEvent_Sender `protobuf:"bytes,11,opt,name=sender,proto3" json:"sender,omitempty"`
	Extra       map[string]string           `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*PrivateMessageEvent) Descriptor deprecated

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

Deprecated: Use PrivateMessageEvent.ProtoReflect.Descriptor instead.

func (*PrivateMessageEvent) GetExtra

func (x *PrivateMessageEvent) GetExtra() map[string]string

func (*PrivateMessageEvent) GetFont

func (x *PrivateMessageEvent) GetFont() int32

func (*PrivateMessageEvent) GetMessage

func (x *PrivateMessageEvent) GetMessage() []*Message

func (*PrivateMessageEvent) GetMessageId

func (x *PrivateMessageEvent) GetMessageId() int32

func (*PrivateMessageEvent) GetMessageType

func (x *PrivateMessageEvent) GetMessageType() string

func (*PrivateMessageEvent) GetPostType

func (x *PrivateMessageEvent) GetPostType() string

func (*PrivateMessageEvent) GetRawMessage

func (x *PrivateMessageEvent) GetRawMessage() string

func (*PrivateMessageEvent) GetSelfId

func (x *PrivateMessageEvent) GetSelfId() int64

func (*PrivateMessageEvent) GetSender

func (*PrivateMessageEvent) GetSubType

func (x *PrivateMessageEvent) GetSubType() string

func (*PrivateMessageEvent) GetTime

func (x *PrivateMessageEvent) GetTime() int64

func (*PrivateMessageEvent) GetUserId

func (x *PrivateMessageEvent) GetUserId() int64

func (*PrivateMessageEvent) ProtoMessage

func (*PrivateMessageEvent) ProtoMessage()

func (*PrivateMessageEvent) ProtoReflect

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

func (*PrivateMessageEvent) Reset

func (x *PrivateMessageEvent) Reset()

func (*PrivateMessageEvent) String

func (x *PrivateMessageEvent) String() string

type PrivateMessageEvent_Sender

type PrivateMessageEvent_Sender struct {
	UserId   int64  `protobuf:"varint,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Nickname string `protobuf:"bytes,2,opt,name=nickname,proto3" json:"nickname,omitempty"`
	Sex      string `protobuf:"bytes,3,opt,name=sex,proto3" json:"sex,omitempty"`
	Age      int32  `protobuf:"varint,4,opt,name=age,proto3" json:"age,omitempty"`
	// contains filtered or unexported fields
}

func (*PrivateMessageEvent_Sender) Descriptor deprecated

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

Deprecated: Use PrivateMessageEvent_Sender.ProtoReflect.Descriptor instead.

func (*PrivateMessageEvent_Sender) GetAge

func (x *PrivateMessageEvent_Sender) GetAge() int32

func (*PrivateMessageEvent_Sender) GetNickname

func (x *PrivateMessageEvent_Sender) GetNickname() string

func (*PrivateMessageEvent_Sender) GetSex

func (x *PrivateMessageEvent_Sender) GetSex() string

func (*PrivateMessageEvent_Sender) GetUserId

func (x *PrivateMessageEvent_Sender) GetUserId() int64

func (*PrivateMessageEvent_Sender) ProtoMessage

func (*PrivateMessageEvent_Sender) ProtoMessage()

func (*PrivateMessageEvent_Sender) ProtoReflect

func (*PrivateMessageEvent_Sender) Reset

func (x *PrivateMessageEvent_Sender) Reset()

func (*PrivateMessageEvent_Sender) String

func (x *PrivateMessageEvent_Sender) String() string

type RenameEvent

type RenameEvent struct {
	Time       int64             `protobuf:"varint,1,opt,name=time,proto3" json:"time,omitempty"`
	SelfId     int64             `protobuf:"varint,2,opt,name=self_id,json=selfId,proto3" json:"self_id,omitempty"`
	PostType   string            `protobuf:"bytes,3,opt,name=post_type,json=postType,proto3" json:"post_type,omitempty"`
	NoticeType string            `protobuf:"bytes,4,opt,name=notice_type,json=noticeType,proto3" json:"notice_type,omitempty"`
	SubType    string            `protobuf:"bytes,5,opt,name=sub_type,json=subType,proto3" json:"sub_type,omitempty"`
	Uin        uint32            `protobuf:"varint,6,opt,name=uin,proto3" json:"uin,omitempty"`                          //  Uin      uint32
	Uid        string            `protobuf:"bytes,7,opt,name=uid,proto3" json:"uid,omitempty"`                           //  Uid      string
	NickName   string            `protobuf:"bytes,8,opt,name=nick_name,json=nickName,proto3" json:"nick_name,omitempty"` //  Nickname string
	Extra      map[string]string ``                                                                                      /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*RenameEvent) Descriptor deprecated

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

Deprecated: Use RenameEvent.ProtoReflect.Descriptor instead.

func (*RenameEvent) GetExtra

func (x *RenameEvent) GetExtra() map[string]string

func (*RenameEvent) GetNickName

func (x *RenameEvent) GetNickName() string

func (*RenameEvent) GetNoticeType

func (x *RenameEvent) GetNoticeType() string

func (*RenameEvent) GetPostType

func (x *RenameEvent) GetPostType() string

func (*RenameEvent) GetSelfId

func (x *RenameEvent) GetSelfId() int64

func (*RenameEvent) GetSubType

func (x *RenameEvent) GetSubType() string

func (*RenameEvent) GetTime

func (x *RenameEvent) GetTime() int64

func (*RenameEvent) GetUid

func (x *RenameEvent) GetUid() string

func (*RenameEvent) GetUin

func (x *RenameEvent) GetUin() uint32

func (*RenameEvent) ProtoMessage

func (*RenameEvent) ProtoMessage()

func (*RenameEvent) ProtoReflect

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

func (*RenameEvent) Reset

func (x *RenameEvent) Reset()

func (*RenameEvent) String

func (x *RenameEvent) String() string

type SendForwardMsgReq

type SendForwardMsgReq struct {
	GroupId  int64 `protobuf:"varint,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	UserId   int64 `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Messages any   `protobuf:"bytes,3,opt,name=messages,proto3" json:"messages,omitempty"`
	// contains filtered or unexported fields
}

func (*SendForwardMsgReq) Descriptor deprecated

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

Deprecated: Use SendForwardMsgReq.ProtoReflect.Descriptor instead.

func (*SendForwardMsgReq) GetGroupId

func (x *SendForwardMsgReq) GetGroupId() int64

func (*SendForwardMsgReq) GetMessages

func (x *SendForwardMsgReq) GetMessages() any

func (*SendForwardMsgReq) GetUserId

func (x *SendForwardMsgReq) GetUserId() int64

func (*SendForwardMsgReq) ProtoMessage

func (*SendForwardMsgReq) ProtoMessage()

func (*SendForwardMsgReq) ProtoReflect

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

func (*SendForwardMsgReq) Reset

func (x *SendForwardMsgReq) Reset()

func (*SendForwardMsgReq) String

func (x *SendForwardMsgReq) String() string

type SendForwardMsgResp

type SendForwardMsgResp struct {
	ResId string `protobuf:"bytes,1,opt,name=res_id,json=resId,proto3" json:"res_id,omitempty"`
	// contains filtered or unexported fields
}

func (*SendForwardMsgResp) Descriptor deprecated

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

Deprecated: Use SendForwardMsgResp.ProtoReflect.Descriptor instead.

func (*SendForwardMsgResp) GetResId

func (x *SendForwardMsgResp) GetResId() string

func (*SendForwardMsgResp) ProtoMessage

func (*SendForwardMsgResp) ProtoMessage()

func (*SendForwardMsgResp) ProtoReflect

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

func (*SendForwardMsgResp) Reset

func (x *SendForwardMsgResp) Reset()

func (*SendForwardMsgResp) String

func (x *SendForwardMsgResp) String() string

type SendFriendPokeReq

type SendFriendPokeReq struct {
	ToUin  int64 `protobuf:"varint,1,opt,name=to_uin,json=toUin,proto3" json:"to_uin,omitempty"`
	AioUin int64 `protobuf:"varint,2,opt,name=aio_uin,json=aioUin,proto3" json:"aio_uin,omitempty"`
	// contains filtered or unexported fields
}

func (*SendFriendPokeReq) Descriptor deprecated

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

Deprecated: Use SendFriendPokeReq.ProtoReflect.Descriptor instead.

func (*SendFriendPokeReq) GetAioUin

func (x *SendFriendPokeReq) GetAioUin() int64

func (*SendFriendPokeReq) GetToUin

func (x *SendFriendPokeReq) GetToUin() int64

func (*SendFriendPokeReq) ProtoMessage

func (*SendFriendPokeReq) ProtoMessage()

func (*SendFriendPokeReq) ProtoReflect

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

func (*SendFriendPokeReq) Reset

func (x *SendFriendPokeReq) Reset()

func (*SendFriendPokeReq) String

func (x *SendFriendPokeReq) String() string

type SendFriendPokeResp

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

func (*SendFriendPokeResp) Descriptor deprecated

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

Deprecated: Use SendFriendPokeResp.ProtoReflect.Descriptor instead.

func (*SendFriendPokeResp) ProtoMessage

func (*SendFriendPokeResp) ProtoMessage()

func (*SendFriendPokeResp) ProtoReflect

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

func (*SendFriendPokeResp) Reset

func (x *SendFriendPokeResp) Reset()

func (*SendFriendPokeResp) String

func (x *SendFriendPokeResp) String() string

type SendGroupMsgReq

type SendGroupMsgReq struct {
	GroupId    int64      `protobuf:"varint,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	Message    []*Message `protobuf:"bytes,2,rep,name=message,proto3" json:"message,omitempty"`
	AutoEscape bool       `protobuf:"varint,3,opt,name=auto_escape,json=autoEscape,proto3" json:"auto_escape,omitempty"`
	// contains filtered or unexported fields
}

func (*SendGroupMsgReq) Descriptor deprecated

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

Deprecated: Use SendGroupMsgReq.ProtoReflect.Descriptor instead.

func (*SendGroupMsgReq) GetAutoEscape

func (x *SendGroupMsgReq) GetAutoEscape() bool

func (*SendGroupMsgReq) GetGroupId

func (x *SendGroupMsgReq) GetGroupId() int64

func (*SendGroupMsgReq) GetMessage

func (x *SendGroupMsgReq) GetMessage() []*Message

func (*SendGroupMsgReq) ProtoMessage

func (*SendGroupMsgReq) ProtoMessage()

func (*SendGroupMsgReq) ProtoReflect

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

func (*SendGroupMsgReq) Reset

func (x *SendGroupMsgReq) Reset()

func (*SendGroupMsgReq) String

func (x *SendGroupMsgReq) String() string

type SendGroupMsgResp

type SendGroupMsgResp struct {
	MessageId int32 `protobuf:"varint,1,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"`
	// contains filtered or unexported fields
}

func (*SendGroupMsgResp) Descriptor deprecated

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

Deprecated: Use SendGroupMsgResp.ProtoReflect.Descriptor instead.

func (*SendGroupMsgResp) GetMessageId

func (x *SendGroupMsgResp) GetMessageId() int32

func (*SendGroupMsgResp) ProtoMessage

func (*SendGroupMsgResp) ProtoMessage()

func (*SendGroupMsgResp) ProtoReflect

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

func (*SendGroupMsgResp) Reset

func (x *SendGroupMsgResp) Reset()

func (*SendGroupMsgResp) String

func (x *SendGroupMsgResp) String() string

type SendGroupPokeReq

type SendGroupPokeReq struct {
	ToUin   int64 `protobuf:"varint,1,opt,name=to_uin,json=toUin,proto3" json:"to_uin,omitempty"`
	GroupId int64 `protobuf:"varint,2,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	// contains filtered or unexported fields
}

func (*SendGroupPokeReq) Descriptor deprecated

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

Deprecated: Use SendGroupPokeReq.ProtoReflect.Descriptor instead.

func (*SendGroupPokeReq) GetGroupId

func (x *SendGroupPokeReq) GetGroupId() int64

func (*SendGroupPokeReq) GetToUin

func (x *SendGroupPokeReq) GetToUin() int64

func (*SendGroupPokeReq) ProtoMessage

func (*SendGroupPokeReq) ProtoMessage()

func (*SendGroupPokeReq) ProtoReflect

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

func (*SendGroupPokeReq) Reset

func (x *SendGroupPokeReq) Reset()

func (*SendGroupPokeReq) String

func (x *SendGroupPokeReq) String() string

type SendGroupPokeResp

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

func (*SendGroupPokeResp) Descriptor deprecated

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

Deprecated: Use SendGroupPokeResp.ProtoReflect.Descriptor instead.

func (*SendGroupPokeResp) ProtoMessage

func (*SendGroupPokeResp) ProtoMessage()

func (*SendGroupPokeResp) ProtoReflect

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

func (*SendGroupPokeResp) Reset

func (x *SendGroupPokeResp) Reset()

func (*SendGroupPokeResp) String

func (x *SendGroupPokeResp) String() string

type SendLikeReq

type SendLikeReq struct {
	UserId int64 `protobuf:"varint,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Times  int32 `protobuf:"varint,2,opt,name=times,proto3" json:"times,omitempty"`
	// contains filtered or unexported fields
}

func (*SendLikeReq) Descriptor deprecated

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

Deprecated: Use SendLikeReq.ProtoReflect.Descriptor instead.

func (*SendLikeReq) GetTimes

func (x *SendLikeReq) GetTimes() int32

func (*SendLikeReq) GetUserId

func (x *SendLikeReq) GetUserId() int64

func (*SendLikeReq) ProtoMessage

func (*SendLikeReq) ProtoMessage()

func (*SendLikeReq) ProtoReflect

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

func (*SendLikeReq) Reset

func (x *SendLikeReq) Reset()

func (*SendLikeReq) String

func (x *SendLikeReq) String() string

type SendLikeResp

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

func (*SendLikeResp) Descriptor deprecated

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

Deprecated: Use SendLikeResp.ProtoReflect.Descriptor instead.

func (*SendLikeResp) ProtoMessage

func (*SendLikeResp) ProtoMessage()

func (*SendLikeResp) ProtoReflect

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

func (*SendLikeResp) Reset

func (x *SendLikeResp) Reset()

func (*SendLikeResp) String

func (x *SendLikeResp) String() string

type SendMsgReq

type SendMsgReq struct {
	MessageType string     `protobuf:"bytes,1,opt,name=message_type,json=messageType,proto3" json:"message_type,omitempty"`
	UserId      int64      `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	GroupId     int64      `protobuf:"varint,3,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	Message     []*Message `protobuf:"bytes,4,rep,name=message,proto3" json:"message,omitempty"`
	AutoEscape  bool       `protobuf:"varint,5,opt,name=auto_escape,json=autoEscape,proto3" json:"auto_escape,omitempty"`
	// contains filtered or unexported fields
}

func (*SendMsgReq) Descriptor deprecated

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

Deprecated: Use SendMsgReq.ProtoReflect.Descriptor instead.

func (*SendMsgReq) GetAutoEscape

func (x *SendMsgReq) GetAutoEscape() bool

func (*SendMsgReq) GetGroupId

func (x *SendMsgReq) GetGroupId() int64

func (*SendMsgReq) GetMessage

func (x *SendMsgReq) GetMessage() []*Message

func (*SendMsgReq) GetMessageType

func (x *SendMsgReq) GetMessageType() string

func (*SendMsgReq) GetUserId

func (x *SendMsgReq) GetUserId() int64

func (*SendMsgReq) ProtoMessage

func (*SendMsgReq) ProtoMessage()

func (*SendMsgReq) ProtoReflect

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

func (*SendMsgReq) Reset

func (x *SendMsgReq) Reset()

func (*SendMsgReq) String

func (x *SendMsgReq) String() string

type SendMsgResp

type SendMsgResp struct {
	MessageId int32 `protobuf:"varint,1,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"`
	// contains filtered or unexported fields
}

func (*SendMsgResp) Descriptor deprecated

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

Deprecated: Use SendMsgResp.ProtoReflect.Descriptor instead.

func (*SendMsgResp) GetMessageId

func (x *SendMsgResp) GetMessageId() int32

func (*SendMsgResp) ProtoMessage

func (*SendMsgResp) ProtoMessage()

func (*SendMsgResp) ProtoReflect

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

func (*SendMsgResp) Reset

func (x *SendMsgResp) Reset()

func (*SendMsgResp) String

func (x *SendMsgResp) String() string

type SendMusicReq

type SendMusicReq struct {
	GroupId    int64  `protobuf:"varint,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	UserId     int64  `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Type       string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
	Title      string `protobuf:"bytes,4,opt,name=title,proto3" json:"title,omitempty"`
	Brief      string `protobuf:"bytes,5,opt,name=brief,proto3" json:"brief,omitempty"`
	Summary    string `protobuf:"bytes,6,opt,name=summary,proto3" json:"summary,omitempty"`
	Url        string `protobuf:"bytes,7,opt,name=url,proto3" json:"url,omitempty"`
	PictureUrl string `protobuf:"bytes,8,opt,name=picture_url,json=pictureUrl,proto3" json:"picture_url,omitempty"`
	MusicUrl   string `protobuf:"bytes,9,opt,name=music_url,json=musicUrl,proto3" json:"music_url,omitempty"`
	// contains filtered or unexported fields
}

func (*SendMusicReq) Descriptor deprecated

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

Deprecated: Use SendMusicReq.ProtoReflect.Descriptor instead.

func (*SendMusicReq) GetBrief

func (x *SendMusicReq) GetBrief() string

func (*SendMusicReq) GetGroupId

func (x *SendMusicReq) GetGroupId() int64

func (*SendMusicReq) GetMusicUrl

func (x *SendMusicReq) GetMusicUrl() string

func (*SendMusicReq) GetPictureUrl

func (x *SendMusicReq) GetPictureUrl() string

func (*SendMusicReq) GetSummary

func (x *SendMusicReq) GetSummary() string

func (*SendMusicReq) GetTitle

func (x *SendMusicReq) GetTitle() string

func (*SendMusicReq) GetType

func (x *SendMusicReq) GetType() string

func (*SendMusicReq) GetUrl

func (x *SendMusicReq) GetUrl() string

func (*SendMusicReq) GetUserId

func (x *SendMusicReq) GetUserId() int64

func (*SendMusicReq) ProtoMessage

func (*SendMusicReq) ProtoMessage()

func (*SendMusicReq) ProtoReflect

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

func (*SendMusicReq) Reset

func (x *SendMusicReq) Reset()

func (*SendMusicReq) String

func (x *SendMusicReq) String() string

type SendMusicResp

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

func (*SendMusicResp) Descriptor deprecated

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

Deprecated: Use SendMusicResp.ProtoReflect.Descriptor instead.

func (*SendMusicResp) ProtoMessage

func (*SendMusicResp) ProtoMessage()

func (*SendMusicResp) ProtoReflect

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

func (*SendMusicResp) Reset

func (x *SendMusicResp) Reset()

func (*SendMusicResp) String

func (x *SendMusicResp) String() string

type SendPrivateMsgReq

type SendPrivateMsgReq struct {
	UserId     int64      `protobuf:"varint,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Message    []*Message `protobuf:"bytes,2,rep,name=message,proto3" json:"message,omitempty"`
	AutoEscape bool       `protobuf:"varint,3,opt,name=auto_escape,json=autoEscape,proto3" json:"auto_escape,omitempty"`
	// contains filtered or unexported fields
}

func (*SendPrivateMsgReq) Descriptor deprecated

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

Deprecated: Use SendPrivateMsgReq.ProtoReflect.Descriptor instead.

func (*SendPrivateMsgReq) GetAutoEscape

func (x *SendPrivateMsgReq) GetAutoEscape() bool

func (*SendPrivateMsgReq) GetMessage

func (x *SendPrivateMsgReq) GetMessage() []*Message

func (*SendPrivateMsgReq) GetUserId

func (x *SendPrivateMsgReq) GetUserId() int64

func (*SendPrivateMsgReq) ProtoMessage

func (*SendPrivateMsgReq) ProtoMessage()

func (*SendPrivateMsgReq) ProtoReflect

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

func (*SendPrivateMsgReq) Reset

func (x *SendPrivateMsgReq) Reset()

func (*SendPrivateMsgReq) String

func (x *SendPrivateMsgReq) String() string

type SendPrivateMsgResp

type SendPrivateMsgResp struct {
	MessageId int32 `protobuf:"varint,1,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"`
	// contains filtered or unexported fields
}

func (*SendPrivateMsgResp) Descriptor deprecated

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

Deprecated: Use SendPrivateMsgResp.ProtoReflect.Descriptor instead.

func (*SendPrivateMsgResp) GetMessageId

func (x *SendPrivateMsgResp) GetMessageId() int32

func (*SendPrivateMsgResp) ProtoMessage

func (*SendPrivateMsgResp) ProtoMessage()

func (*SendPrivateMsgResp) ProtoReflect

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

func (*SendPrivateMsgResp) Reset

func (x *SendPrivateMsgResp) Reset()

func (*SendPrivateMsgResp) String

func (x *SendPrivateMsgResp) String() string

type SetFriendAddRequestReq

type SetFriendAddRequestReq struct {
	Flag    string `protobuf:"bytes,1,opt,name=flag,proto3" json:"flag,omitempty"`
	Approve bool   `protobuf:"varint,2,opt,name=approve,proto3" json:"approve,omitempty"`
	Remark  string `protobuf:"bytes,3,opt,name=remark,proto3" json:"remark,omitempty"`
	// contains filtered or unexported fields
}

func (*SetFriendAddRequestReq) Descriptor deprecated

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

Deprecated: Use SetFriendAddRequestReq.ProtoReflect.Descriptor instead.

func (*SetFriendAddRequestReq) GetApprove

func (x *SetFriendAddRequestReq) GetApprove() bool

func (*SetFriendAddRequestReq) GetFlag

func (x *SetFriendAddRequestReq) GetFlag() string

func (*SetFriendAddRequestReq) GetRemark

func (x *SetFriendAddRequestReq) GetRemark() string

func (*SetFriendAddRequestReq) ProtoMessage

func (*SetFriendAddRequestReq) ProtoMessage()

func (*SetFriendAddRequestReq) ProtoReflect

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

func (*SetFriendAddRequestReq) Reset

func (x *SetFriendAddRequestReq) Reset()

func (*SetFriendAddRequestReq) String

func (x *SetFriendAddRequestReq) String() string

type SetFriendAddRequestResp

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

func (*SetFriendAddRequestResp) Descriptor deprecated

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

Deprecated: Use SetFriendAddRequestResp.ProtoReflect.Descriptor instead.

func (*SetFriendAddRequestResp) ProtoMessage

func (*SetFriendAddRequestResp) ProtoMessage()

func (*SetFriendAddRequestResp) ProtoReflect

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

func (*SetFriendAddRequestResp) Reset

func (x *SetFriendAddRequestResp) Reset()

func (*SetFriendAddRequestResp) String

func (x *SetFriendAddRequestResp) String() string

type SetGroupAddRequestReq

type SetGroupAddRequestReq struct {
	Flag    string `protobuf:"bytes,1,opt,name=flag,proto3" json:"flag,omitempty"`
	SubType string `protobuf:"bytes,2,opt,name=sub_type,json=subType,proto3" json:"sub_type,omitempty"`
	Type    string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
	Approve bool   `protobuf:"varint,4,opt,name=approve,proto3" json:"approve,omitempty"`
	Reason  string `protobuf:"bytes,5,opt,name=reason,proto3" json:"reason,omitempty"`
	// contains filtered or unexported fields
}

func (*SetGroupAddRequestReq) Descriptor deprecated

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

Deprecated: Use SetGroupAddRequestReq.ProtoReflect.Descriptor instead.

func (*SetGroupAddRequestReq) GetApprove

func (x *SetGroupAddRequestReq) GetApprove() bool

func (*SetGroupAddRequestReq) GetFlag

func (x *SetGroupAddRequestReq) GetFlag() string

func (*SetGroupAddRequestReq) GetReason

func (x *SetGroupAddRequestReq) GetReason() string

func (*SetGroupAddRequestReq) GetSubType

func (x *SetGroupAddRequestReq) GetSubType() string

func (*SetGroupAddRequestReq) GetType

func (x *SetGroupAddRequestReq) GetType() string

func (*SetGroupAddRequestReq) ProtoMessage

func (*SetGroupAddRequestReq) ProtoMessage()

func (*SetGroupAddRequestReq) ProtoReflect

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

func (*SetGroupAddRequestReq) Reset

func (x *SetGroupAddRequestReq) Reset()

func (*SetGroupAddRequestReq) String

func (x *SetGroupAddRequestReq) String() string

type SetGroupAddRequestResp

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

func (*SetGroupAddRequestResp) Descriptor deprecated

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

Deprecated: Use SetGroupAddRequestResp.ProtoReflect.Descriptor instead.

func (*SetGroupAddRequestResp) ProtoMessage

func (*SetGroupAddRequestResp) ProtoMessage()

func (*SetGroupAddRequestResp) ProtoReflect

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

func (*SetGroupAddRequestResp) Reset

func (x *SetGroupAddRequestResp) Reset()

func (*SetGroupAddRequestResp) String

func (x *SetGroupAddRequestResp) String() string

type SetGroupAdminReq

type SetGroupAdminReq struct {
	GroupId int64 `protobuf:"varint,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	UserId  int64 `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Enable  bool  `protobuf:"varint,3,opt,name=enable,proto3" json:"enable,omitempty"`
	// contains filtered or unexported fields
}

func (*SetGroupAdminReq) Descriptor deprecated

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

Deprecated: Use SetGroupAdminReq.ProtoReflect.Descriptor instead.

func (*SetGroupAdminReq) GetEnable

func (x *SetGroupAdminReq) GetEnable() bool

func (*SetGroupAdminReq) GetGroupId

func (x *SetGroupAdminReq) GetGroupId() int64

func (*SetGroupAdminReq) GetUserId

func (x *SetGroupAdminReq) GetUserId() int64

func (*SetGroupAdminReq) ProtoMessage

func (*SetGroupAdminReq) ProtoMessage()

func (*SetGroupAdminReq) ProtoReflect

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

func (*SetGroupAdminReq) Reset

func (x *SetGroupAdminReq) Reset()

func (*SetGroupAdminReq) String

func (x *SetGroupAdminReq) String() string

type SetGroupAdminResp

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

func (*SetGroupAdminResp) Descriptor deprecated

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

Deprecated: Use SetGroupAdminResp.ProtoReflect.Descriptor instead.

func (*SetGroupAdminResp) ProtoMessage

func (*SetGroupAdminResp) ProtoMessage()

func (*SetGroupAdminResp) ProtoReflect

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

func (*SetGroupAdminResp) Reset

func (x *SetGroupAdminResp) Reset()

func (*SetGroupAdminResp) String

func (x *SetGroupAdminResp) String() string

type SetGroupAnonymousBanReq

type SetGroupAnonymousBanReq struct {
	GroupId       int64                              `protobuf:"varint,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	Anonymous     *SetGroupAnonymousBanReq_Anonymous `protobuf:"bytes,2,opt,name=anonymous,proto3" json:"anonymous,omitempty"`
	AnonymousFlag string                             `protobuf:"bytes,3,opt,name=anonymous_flag,json=anonymousFlag,proto3" json:"anonymous_flag,omitempty"`
	Flag          string                             `protobuf:"bytes,4,opt,name=flag,proto3" json:"flag,omitempty"`
	Duration      int64                              `protobuf:"varint,5,opt,name=duration,proto3" json:"duration,omitempty"`
	// contains filtered or unexported fields
}

func (*SetGroupAnonymousBanReq) Descriptor deprecated

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

Deprecated: Use SetGroupAnonymousBanReq.ProtoReflect.Descriptor instead.

func (*SetGroupAnonymousBanReq) GetAnonymous

func (*SetGroupAnonymousBanReq) GetAnonymousFlag

func (x *SetGroupAnonymousBanReq) GetAnonymousFlag() string

func (*SetGroupAnonymousBanReq) GetDuration

func (x *SetGroupAnonymousBanReq) GetDuration() int64

func (*SetGroupAnonymousBanReq) GetFlag

func (x *SetGroupAnonymousBanReq) GetFlag() string

func (*SetGroupAnonymousBanReq) GetGroupId

func (x *SetGroupAnonymousBanReq) GetGroupId() int64

func (*SetGroupAnonymousBanReq) ProtoMessage

func (*SetGroupAnonymousBanReq) ProtoMessage()

func (*SetGroupAnonymousBanReq) ProtoReflect

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

func (*SetGroupAnonymousBanReq) Reset

func (x *SetGroupAnonymousBanReq) Reset()

func (*SetGroupAnonymousBanReq) String

func (x *SetGroupAnonymousBanReq) String() string

type SetGroupAnonymousBanReq_Anonymous

type SetGroupAnonymousBanReq_Anonymous 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"`
	Flag string `protobuf:"bytes,3,opt,name=flag,proto3" json:"flag,omitempty"`
	// contains filtered or unexported fields
}

func (*SetGroupAnonymousBanReq_Anonymous) Descriptor deprecated

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

Deprecated: Use SetGroupAnonymousBanReq_Anonymous.ProtoReflect.Descriptor instead.

func (*SetGroupAnonymousBanReq_Anonymous) GetFlag

func (*SetGroupAnonymousBanReq_Anonymous) GetId

func (*SetGroupAnonymousBanReq_Anonymous) GetName

func (*SetGroupAnonymousBanReq_Anonymous) ProtoMessage

func (*SetGroupAnonymousBanReq_Anonymous) ProtoMessage()

func (*SetGroupAnonymousBanReq_Anonymous) ProtoReflect

func (*SetGroupAnonymousBanReq_Anonymous) Reset

func (*SetGroupAnonymousBanReq_Anonymous) String

type SetGroupAnonymousBanResp

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

func (*SetGroupAnonymousBanResp) Descriptor deprecated

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

Deprecated: Use SetGroupAnonymousBanResp.ProtoReflect.Descriptor instead.

func (*SetGroupAnonymousBanResp) ProtoMessage

func (*SetGroupAnonymousBanResp) ProtoMessage()

func (*SetGroupAnonymousBanResp) ProtoReflect

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

func (*SetGroupAnonymousBanResp) Reset

func (x *SetGroupAnonymousBanResp) Reset()

func (*SetGroupAnonymousBanResp) String

func (x *SetGroupAnonymousBanResp) String() string

type SetGroupAnonymousReq

type SetGroupAnonymousReq struct {
	GroupId int64 `protobuf:"varint,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	Enable  bool  `protobuf:"varint,2,opt,name=enable,proto3" json:"enable,omitempty"`
	// contains filtered or unexported fields
}

func (*SetGroupAnonymousReq) Descriptor deprecated

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

Deprecated: Use SetGroupAnonymousReq.ProtoReflect.Descriptor instead.

func (*SetGroupAnonymousReq) GetEnable

func (x *SetGroupAnonymousReq) GetEnable() bool

func (*SetGroupAnonymousReq) GetGroupId

func (x *SetGroupAnonymousReq) GetGroupId() int64

func (*SetGroupAnonymousReq) ProtoMessage

func (*SetGroupAnonymousReq) ProtoMessage()

func (*SetGroupAnonymousReq) ProtoReflect

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

func (*SetGroupAnonymousReq) Reset

func (x *SetGroupAnonymousReq) Reset()

func (*SetGroupAnonymousReq) String

func (x *SetGroupAnonymousReq) String() string

type SetGroupAnonymousResp

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

func (*SetGroupAnonymousResp) Descriptor deprecated

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

Deprecated: Use SetGroupAnonymousResp.ProtoReflect.Descriptor instead.

func (*SetGroupAnonymousResp) ProtoMessage

func (*SetGroupAnonymousResp) ProtoMessage()

func (*SetGroupAnonymousResp) ProtoReflect

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

func (*SetGroupAnonymousResp) Reset

func (x *SetGroupAnonymousResp) Reset()

func (*SetGroupAnonymousResp) String

func (x *SetGroupAnonymousResp) String() string

type SetGroupBanReq

type SetGroupBanReq struct {
	GroupId  int64 `protobuf:"varint,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	UserId   int64 `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Duration int32 `protobuf:"varint,3,opt,name=duration,proto3" json:"duration,omitempty"`
	// contains filtered or unexported fields
}

func (*SetGroupBanReq) Descriptor deprecated

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

Deprecated: Use SetGroupBanReq.ProtoReflect.Descriptor instead.

func (*SetGroupBanReq) GetDuration

func (x *SetGroupBanReq) GetDuration() int32

func (*SetGroupBanReq) GetGroupId

func (x *SetGroupBanReq) GetGroupId() int64

func (*SetGroupBanReq) GetUserId

func (x *SetGroupBanReq) GetUserId() int64

func (*SetGroupBanReq) ProtoMessage

func (*SetGroupBanReq) ProtoMessage()

func (*SetGroupBanReq) ProtoReflect

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

func (*SetGroupBanReq) Reset

func (x *SetGroupBanReq) Reset()

func (*SetGroupBanReq) String

func (x *SetGroupBanReq) String() string

type SetGroupBanResp

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

func (*SetGroupBanResp) Descriptor deprecated

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

Deprecated: Use SetGroupBanResp.ProtoReflect.Descriptor instead.

func (*SetGroupBanResp) ProtoMessage

func (*SetGroupBanResp) ProtoMessage()

func (*SetGroupBanResp) ProtoReflect

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

func (*SetGroupBanResp) Reset

func (x *SetGroupBanResp) Reset()

func (*SetGroupBanResp) String

func (x *SetGroupBanResp) String() string

type SetGroupCardReq

type SetGroupCardReq struct {
	GroupId int64  `protobuf:"varint,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	UserId  int64  `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Card    string `protobuf:"bytes,3,opt,name=card,proto3" json:"card,omitempty"`
	// contains filtered or unexported fields
}

func (*SetGroupCardReq) Descriptor deprecated

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

Deprecated: Use SetGroupCardReq.ProtoReflect.Descriptor instead.

func (*SetGroupCardReq) GetCard

func (x *SetGroupCardReq) GetCard() string

func (*SetGroupCardReq) GetGroupId

func (x *SetGroupCardReq) GetGroupId() int64

func (*SetGroupCardReq) GetUserId

func (x *SetGroupCardReq) GetUserId() int64

func (*SetGroupCardReq) ProtoMessage

func (*SetGroupCardReq) ProtoMessage()

func (*SetGroupCardReq) ProtoReflect

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

func (*SetGroupCardReq) Reset

func (x *SetGroupCardReq) Reset()

func (*SetGroupCardReq) String

func (x *SetGroupCardReq) String() string

type SetGroupCardResp

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

func (*SetGroupCardResp) Descriptor deprecated

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

Deprecated: Use SetGroupCardResp.ProtoReflect.Descriptor instead.

func (*SetGroupCardResp) ProtoMessage

func (*SetGroupCardResp) ProtoMessage()

func (*SetGroupCardResp) ProtoReflect

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

func (*SetGroupCardResp) Reset

func (x *SetGroupCardResp) Reset()

func (*SetGroupCardResp) String

func (x *SetGroupCardResp) String() string

type SetGroupKickReq

type SetGroupKickReq struct {
	GroupId          int64   `protobuf:"varint,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	UserId           int64   `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	RejectAddRequest bool    `protobuf:"varint,3,opt,name=reject_add_request,json=rejectAddRequest,proto3" json:"reject_add_request,omitempty"`
	UserIds          []int64 `protobuf:"varint,4,rep,packed,name=user_ids,json=userIds,proto3" json:"user_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*SetGroupKickReq) Descriptor deprecated

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

Deprecated: Use SetGroupKickReq.ProtoReflect.Descriptor instead.

func (*SetGroupKickReq) GetGroupId

func (x *SetGroupKickReq) GetGroupId() int64

func (*SetGroupKickReq) GetRejectAddRequest

func (x *SetGroupKickReq) GetRejectAddRequest() bool

func (*SetGroupKickReq) GetUserId

func (x *SetGroupKickReq) GetUserId() int64

func (*SetGroupKickReq) GetUserIds

func (x *SetGroupKickReq) GetUserIds() []int64

func (*SetGroupKickReq) ProtoMessage

func (*SetGroupKickReq) ProtoMessage()

func (*SetGroupKickReq) ProtoReflect

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

func (*SetGroupKickReq) Reset

func (x *SetGroupKickReq) Reset()

func (*SetGroupKickReq) String

func (x *SetGroupKickReq) String() string

type SetGroupKickResp

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

func (*SetGroupKickResp) Descriptor deprecated

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

Deprecated: Use SetGroupKickResp.ProtoReflect.Descriptor instead.

func (*SetGroupKickResp) ProtoMessage

func (*SetGroupKickResp) ProtoMessage()

func (*SetGroupKickResp) ProtoReflect

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

func (*SetGroupKickResp) Reset

func (x *SetGroupKickResp) Reset()

func (*SetGroupKickResp) String

func (x *SetGroupKickResp) String() string

type SetGroupLeaveReq

type SetGroupLeaveReq struct {
	GroupId   int64 `protobuf:"varint,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	IsDismiss bool  `protobuf:"varint,2,opt,name=is_dismiss,json=isDismiss,proto3" json:"is_dismiss,omitempty"`
	// contains filtered or unexported fields
}

func (*SetGroupLeaveReq) Descriptor deprecated

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

Deprecated: Use SetGroupLeaveReq.ProtoReflect.Descriptor instead.

func (*SetGroupLeaveReq) GetGroupId

func (x *SetGroupLeaveReq) GetGroupId() int64

func (*SetGroupLeaveReq) GetIsDismiss

func (x *SetGroupLeaveReq) GetIsDismiss() bool

func (*SetGroupLeaveReq) ProtoMessage

func (*SetGroupLeaveReq) ProtoMessage()

func (*SetGroupLeaveReq) ProtoReflect

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

func (*SetGroupLeaveReq) Reset

func (x *SetGroupLeaveReq) Reset()

func (*SetGroupLeaveReq) String

func (x *SetGroupLeaveReq) String() string

type SetGroupLeaveResp

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

func (*SetGroupLeaveResp) Descriptor deprecated

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

Deprecated: Use SetGroupLeaveResp.ProtoReflect.Descriptor instead.

func (*SetGroupLeaveResp) ProtoMessage

func (*SetGroupLeaveResp) ProtoMessage()

func (*SetGroupLeaveResp) ProtoReflect

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

func (*SetGroupLeaveResp) Reset

func (x *SetGroupLeaveResp) Reset()

func (*SetGroupLeaveResp) String

func (x *SetGroupLeaveResp) String() string

type SetGroupNameReq

type SetGroupNameReq struct {
	GroupId   int64  `protobuf:"varint,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	GroupName string `protobuf:"bytes,2,opt,name=group_name,json=groupName,proto3" json:"group_name,omitempty"`
	// contains filtered or unexported fields
}

func (*SetGroupNameReq) Descriptor deprecated

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

Deprecated: Use SetGroupNameReq.ProtoReflect.Descriptor instead.

func (*SetGroupNameReq) GetGroupId

func (x *SetGroupNameReq) GetGroupId() int64

func (*SetGroupNameReq) GetGroupName

func (x *SetGroupNameReq) GetGroupName() string

func (*SetGroupNameReq) ProtoMessage

func (*SetGroupNameReq) ProtoMessage()

func (*SetGroupNameReq) ProtoReflect

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

func (*SetGroupNameReq) Reset

func (x *SetGroupNameReq) Reset()

func (*SetGroupNameReq) String

func (x *SetGroupNameReq) String() string

type SetGroupNameResp

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

func (*SetGroupNameResp) Descriptor deprecated

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

Deprecated: Use SetGroupNameResp.ProtoReflect.Descriptor instead.

func (*SetGroupNameResp) ProtoMessage

func (*SetGroupNameResp) ProtoMessage()

func (*SetGroupNameResp) ProtoReflect

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

func (*SetGroupNameResp) Reset

func (x *SetGroupNameResp) Reset()

func (*SetGroupNameResp) String

func (x *SetGroupNameResp) String() string

type SetGroupSignInReq

type SetGroupSignInReq struct {
	GroupId int64 `protobuf:"varint,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	// contains filtered or unexported fields
}

func (*SetGroupSignInReq) Descriptor deprecated

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

Deprecated: Use SetGroupSignInReq.ProtoReflect.Descriptor instead.

func (*SetGroupSignInReq) GetGroupId

func (x *SetGroupSignInReq) GetGroupId() int64

func (*SetGroupSignInReq) ProtoMessage

func (*SetGroupSignInReq) ProtoMessage()

func (*SetGroupSignInReq) ProtoReflect

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

func (*SetGroupSignInReq) Reset

func (x *SetGroupSignInReq) Reset()

func (*SetGroupSignInReq) String

func (x *SetGroupSignInReq) String() string

type SetGroupSignInResp

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

func (*SetGroupSignInResp) Descriptor deprecated

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

Deprecated: Use SetGroupSignInResp.ProtoReflect.Descriptor instead.

func (*SetGroupSignInResp) ProtoMessage

func (*SetGroupSignInResp) ProtoMessage()

func (*SetGroupSignInResp) ProtoReflect

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

func (*SetGroupSignInResp) Reset

func (x *SetGroupSignInResp) Reset()

func (*SetGroupSignInResp) String

func (x *SetGroupSignInResp) String() string

type SetGroupSpecialTitleReq

type SetGroupSpecialTitleReq struct {
	GroupId      int64  `protobuf:"varint,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	UserId       int64  `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	SpecialTitle string `protobuf:"bytes,3,opt,name=special_title,json=specialTitle,proto3" json:"special_title,omitempty"`
	Duration     int64  `protobuf:"varint,4,opt,name=duration,proto3" json:"duration,omitempty"`
	// contains filtered or unexported fields
}

func (*SetGroupSpecialTitleReq) Descriptor deprecated

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

Deprecated: Use SetGroupSpecialTitleReq.ProtoReflect.Descriptor instead.

func (*SetGroupSpecialTitleReq) GetDuration

func (x *SetGroupSpecialTitleReq) GetDuration() int64

func (*SetGroupSpecialTitleReq) GetGroupId

func (x *SetGroupSpecialTitleReq) GetGroupId() int64

func (*SetGroupSpecialTitleReq) GetSpecialTitle

func (x *SetGroupSpecialTitleReq) GetSpecialTitle() string

func (*SetGroupSpecialTitleReq) GetUserId

func (x *SetGroupSpecialTitleReq) GetUserId() int64

func (*SetGroupSpecialTitleReq) ProtoMessage

func (*SetGroupSpecialTitleReq) ProtoMessage()

func (*SetGroupSpecialTitleReq) ProtoReflect

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

func (*SetGroupSpecialTitleReq) Reset

func (x *SetGroupSpecialTitleReq) Reset()

func (*SetGroupSpecialTitleReq) String

func (x *SetGroupSpecialTitleReq) String() string

type SetGroupSpecialTitleResp

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

func (*SetGroupSpecialTitleResp) Descriptor deprecated

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

Deprecated: Use SetGroupSpecialTitleResp.ProtoReflect.Descriptor instead.

func (*SetGroupSpecialTitleResp) ProtoMessage

func (*SetGroupSpecialTitleResp) ProtoMessage()

func (*SetGroupSpecialTitleResp) ProtoReflect

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

func (*SetGroupSpecialTitleResp) Reset

func (x *SetGroupSpecialTitleResp) Reset()

func (*SetGroupSpecialTitleResp) String

func (x *SetGroupSpecialTitleResp) String() string

type SetGroupWholeBanReq

type SetGroupWholeBanReq struct {
	GroupId int64 `protobuf:"varint,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	Enable  bool  `protobuf:"varint,2,opt,name=enable,proto3" json:"enable,omitempty"`
	// contains filtered or unexported fields
}

func (*SetGroupWholeBanReq) Descriptor deprecated

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

Deprecated: Use SetGroupWholeBanReq.ProtoReflect.Descriptor instead.

func (*SetGroupWholeBanReq) GetEnable

func (x *SetGroupWholeBanReq) GetEnable() bool

func (*SetGroupWholeBanReq) GetGroupId

func (x *SetGroupWholeBanReq) GetGroupId() int64

func (*SetGroupWholeBanReq) ProtoMessage

func (*SetGroupWholeBanReq) ProtoMessage()

func (*SetGroupWholeBanReq) ProtoReflect

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

func (*SetGroupWholeBanReq) Reset

func (x *SetGroupWholeBanReq) Reset()

func (*SetGroupWholeBanReq) String

func (x *SetGroupWholeBanReq) String() string

type SetGroupWholeBanResp

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

func (*SetGroupWholeBanResp) Descriptor deprecated

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

Deprecated: Use SetGroupWholeBanResp.ProtoReflect.Descriptor instead.

func (*SetGroupWholeBanResp) ProtoMessage

func (*SetGroupWholeBanResp) ProtoMessage()

func (*SetGroupWholeBanResp) ProtoReflect

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

func (*SetGroupWholeBanResp) Reset

func (x *SetGroupWholeBanResp) Reset()

func (*SetGroupWholeBanResp) String

func (x *SetGroupWholeBanResp) String() string

type SetRestartReq

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

func (*SetRestartReq) Descriptor deprecated

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

Deprecated: Use SetRestartReq.ProtoReflect.Descriptor instead.

func (*SetRestartReq) GetDelay

func (x *SetRestartReq) GetDelay() int32

func (*SetRestartReq) ProtoMessage

func (*SetRestartReq) ProtoMessage()

func (*SetRestartReq) ProtoReflect

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

func (*SetRestartReq) Reset

func (x *SetRestartReq) Reset()

func (*SetRestartReq) String

func (x *SetRestartReq) String() string

type SetRestartResp

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

func (*SetRestartResp) Descriptor deprecated

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

Deprecated: Use SetRestartResp.ProtoReflect.Descriptor instead.

func (*SetRestartResp) ProtoMessage

func (*SetRestartResp) ProtoMessage()

func (*SetRestartResp) ProtoReflect

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

func (*SetRestartResp) Reset

func (x *SetRestartResp) Reset()

func (*SetRestartResp) String

func (x *SetRestartResp) String() string

Jump to

Keyboard shortcuts

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