onebot

package
v0.0.0-...-94da729 Latest Latest
Warning

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

Go to latest
Published: Aug 13, 2023 License: AGPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

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

	Frame_FrameType_value = map[string]int32{}/* 102 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 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 ChannelMessageEvent

type ChannelMessageEvent struct {
	Id          uint64                      `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	InternalId  uint64                      `protobuf:"varint,2,opt,name=internal_id,json=internalId,proto3" json:"internal_id,omitempty"`
	GuildId     uint64                      `protobuf:"varint,3,opt,name=guild_id,json=guildId,proto3" json:"guild_id,omitempty"`
	ChannelId   uint64                      `protobuf:"varint,4,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"`
	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"`
	MessageType string                      `protobuf:"bytes,8,opt,name=message_type,json=messageType,proto3" json:"message_type,omitempty"`
	SubType     string                      `protobuf:"bytes,9,opt,name=sub_type,json=subType,proto3" json:"sub_type,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      *ChannelMessageEvent_Sender `protobuf:"bytes,13,opt,name=sender,proto3" json:"sender,omitempty"`
	MessageId   uint64                      `protobuf:"varint,14,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 (*ChannelMessageEvent) Descriptor deprecated

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

Deprecated: Use ChannelMessageEvent.ProtoReflect.Descriptor instead.

func (*ChannelMessageEvent) GetChannelId

func (x *ChannelMessageEvent) GetChannelId() uint64

func (*ChannelMessageEvent) GetExtra

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

func (*ChannelMessageEvent) GetFont

func (x *ChannelMessageEvent) GetFont() int32

func (*ChannelMessageEvent) GetGuildId

func (x *ChannelMessageEvent) GetGuildId() uint64

func (*ChannelMessageEvent) GetId

func (x *ChannelMessageEvent) GetId() uint64

func (*ChannelMessageEvent) GetInternalId

func (x *ChannelMessageEvent) GetInternalId() uint64

func (*ChannelMessageEvent) GetMessage

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

func (*ChannelMessageEvent) GetMessageId

func (x *ChannelMessageEvent) GetMessageId() uint64

func (*ChannelMessageEvent) GetMessageType

func (x *ChannelMessageEvent) GetMessageType() string

func (*ChannelMessageEvent) GetPostType

func (x *ChannelMessageEvent) GetPostType() string

func (*ChannelMessageEvent) GetRawMessage

func (x *ChannelMessageEvent) GetRawMessage() string

func (*ChannelMessageEvent) GetSelfId

func (x *ChannelMessageEvent) GetSelfId() int64

func (*ChannelMessageEvent) GetSender

func (*ChannelMessageEvent) GetSubType

func (x *ChannelMessageEvent) GetSubType() string

func (*ChannelMessageEvent) GetTime

func (x *ChannelMessageEvent) GetTime() int64

func (*ChannelMessageEvent) ProtoMessage

func (*ChannelMessageEvent) ProtoMessage()

func (*ChannelMessageEvent) ProtoReflect

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

func (*ChannelMessageEvent) Reset

func (x *ChannelMessageEvent) Reset()

func (*ChannelMessageEvent) String

func (x *ChannelMessageEvent) String() string

type ChannelMessageEvent_Sender

type ChannelMessageEvent_Sender struct {
	TinyId    uint64   `protobuf:"varint,1,opt,name=tiny_id,json=tinyId,proto3" json:"tiny_id,omitempty"`
	Nickname  string   `protobuf:"bytes,2,opt,name=nickname,proto3" json:"nickname,omitempty"`
	Roles     []uint64 `protobuf:"varint,3,rep,packed,name=roles,proto3" json:"roles,omitempty"`
	RoleNames []string `protobuf:"bytes,4,rep,name=role_names,json=roleNames,proto3" json:"role_names,omitempty"`
	// contains filtered or unexported fields
}

func (*ChannelMessageEvent_Sender) Descriptor deprecated

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

Deprecated: Use ChannelMessageEvent_Sender.ProtoReflect.Descriptor instead.

func (*ChannelMessageEvent_Sender) GetNickname

func (x *ChannelMessageEvent_Sender) GetNickname() string

func (*ChannelMessageEvent_Sender) GetRoleNames

func (x *ChannelMessageEvent_Sender) GetRoleNames() []string

func (*ChannelMessageEvent_Sender) GetRoles

func (x *ChannelMessageEvent_Sender) GetRoles() []uint64

func (*ChannelMessageEvent_Sender) GetTinyId

func (x *ChannelMessageEvent_Sender) GetTinyId() uint64

func (*ChannelMessageEvent_Sender) ProtoMessage

func (*ChannelMessageEvent_Sender) ProtoMessage()

func (*ChannelMessageEvent_Sender) ProtoReflect

func (*ChannelMessageEvent_Sender) Reset

func (x *ChannelMessageEvent_Sender) Reset()

func (*ChannelMessageEvent_Sender) String

func (x *ChannelMessageEvent_Sender) 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"`
	MessageReceipt *MessageReceipt `protobuf:"bytes,2,opt,name=message_receipt,json=messageReceipt,proto3" json:"message_receipt,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) GetMessageReceipt

func (x *DeleteMsgReq) GetMessageReceipt() *MessageReceipt

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 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)
	Extra     map[string]string ``                                                           /* 153-byte string literal not displayed */
	// Types that are assignable to Data:
	//
	//	*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_ChannelMessageEvent
	//	*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_SendChannelMsgReq
	//	*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_SendChannelMsgResp
	Data isFrame_Data `protobuf_oneof:"data"`
	// contains filtered or unexported fields
}

func (*Frame) Descriptor deprecated

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

Deprecated: Use Frame.ProtoReflect.Descriptor instead.

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) GetChannelMessageEvent

func (x *Frame) GetChannelMessageEvent() *ChannelMessageEvent

func (*Frame) GetCleanCacheReq

func (x *Frame) GetCleanCacheReq() *CleanCacheReq

func (*Frame) GetCleanCacheResp

func (x *Frame) GetCleanCacheResp() *CleanCacheResp

func (*Frame) GetData

func (m *Frame) GetData() isFrame_Data

func (*Frame) GetDeleteMsgReq

func (x *Frame) GetDeleteMsgReq() *DeleteMsgReq

func (*Frame) GetDeleteMsgResp

func (x *Frame) GetDeleteMsgResp() *DeleteMsgResp

func (*Frame) GetEcho

func (x *Frame) GetEcho() string

func (*Frame) GetExtra

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

func (*Frame) GetFrameType

func (x *Frame) GetFrameType() Frame_FrameType

func (*Frame) GetFriendAddNoticeEvent

func (x *Frame) GetFriendAddNoticeEvent() *FriendAddNoticeEvent

func (*Frame) GetFriendRecallNoticeEvent

func (x *Frame) GetFriendRecallNoticeEvent() *FriendRecallNoticeEvent

func (*Frame) GetFriendRequestEvent

func (x *Frame) GetFriendRequestEvent() *FriendRequestEvent

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) GetGroupIncreaseNoticeEvent

func (x *Frame) GetGroupIncreaseNoticeEvent() *GroupIncreaseNoticeEvent

func (*Frame) GetGroupMessageEvent

func (x *Frame) GetGroupMessageEvent() *GroupMessageEvent

func (*Frame) GetGroupNotifyEvent

func (x *Frame) GetGroupNotifyEvent() *GroupNotifyEvent

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) GetOk

func (x *Frame) GetOk() bool

func (*Frame) GetPrivateMessageEvent

func (x *Frame) GetPrivateMessageEvent() *PrivateMessageEvent

func (*Frame) GetSendChannelMsgReq

func (x *Frame) GetSendChannelMsgReq() *SendChannelMsgReq

func (*Frame) GetSendChannelMsgResp

func (x *Frame) GetSendChannelMsgResp() *SendChannelMsgResp

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) 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) 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_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_ChannelMessageEvent

type Frame_ChannelMessageEvent struct {
	ChannelMessageEvent *ChannelMessageEvent `protobuf:"bytes,115,opt,name=channel_message_event,json=channelMessageEvent,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_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_TChannelMessageEvent      Frame_FrameType = 115
	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_TSendChannelMsgReq        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_TSendChannelMsgResp       Frame_FrameType = 343
)

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_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_GroupIncreaseNoticeEvent

type Frame_GroupIncreaseNoticeEvent struct {
	GroupIncreaseNoticeEvent *GroupIncreaseNoticeEvent `protobuf:"bytes,106,opt,name=group_increase_notice_event,json=groupIncreaseNoticeEvent,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_GroupNotifyEvent

type Frame_GroupNotifyEvent struct {
	GroupNotifyEvent *GroupNotifyEvent `protobuf:"bytes,114,opt,name=group_notify_event,json=groupNotifyEvent,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_PrivateMessageEvent

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

type Frame_SendChannelMsgReq

type Frame_SendChannelMsgReq struct {
	SendChannelMsgReq *SendChannelMsgReq `protobuf:"bytes,243,opt,name=send_channel_msg_req,json=sendChannelMsgReq,proto3,oneof"`
}

type Frame_SendChannelMsgResp

type Frame_SendChannelMsgResp struct {
	SendChannelMsgResp *SendChannelMsgResp `protobuf:"bytes,343,opt,name=send_channel_msg_resp,json=sendChannelMsgResp,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_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"`
	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) GetNoticeType

func (x *FriendAddNoticeEvent) GetNoticeType() string

func (*FriendAddNoticeEvent) GetPostType

func (x *FriendAddNoticeEvent) GetPostType() string

func (*FriendAddNoticeEvent) GetSelfId

func (x *FriendAddNoticeEvent) GetSelfId() int64

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 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"`
	MessageReceipt *MessageReceipt   `protobuf:"bytes,7,opt,name=message_receipt,json=messageReceipt,proto3" json:"message_receipt,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) GetMessageId

func (x *FriendRecallNoticeEvent) GetMessageId() int32

func (*FriendRecallNoticeEvent) GetMessageReceipt

func (x *FriendRecallNoticeEvent) GetMessageReceipt() *MessageReceipt

func (*FriendRecallNoticeEvent) GetNoticeType

func (x *FriendRecallNoticeEvent) GetNoticeType() string

func (*FriendRecallNoticeEvent) GetPostType

func (x *FriendRecallNoticeEvent) GetPostType() string

func (*FriendRecallNoticeEvent) GetSelfId

func (x *FriendRecallNoticeEvent) GetSelfId() int64

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"`
	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) GetPostType

func (x *FriendRequestEvent) GetPostType() string

func (*FriendRequestEvent) GetRequestType

func (x *FriendRequestEvent) GetRequestType() string

func (*FriendRequestEvent) GetSelfId

func (x *FriendRequestEvent) GetSelfId() int64

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"`
	// 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) 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"`
	// 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) 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"`
	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) GetPostType

func (x *GroupBanNoticeEvent) GetPostType() string

func (*GroupBanNoticeEvent) GetSelfId

func (x *GroupBanNoticeEvent) GetSelfId() int64

func (*GroupBanNoticeEvent) GetSubType

func (x *GroupBanNoticeEvent) GetSubType() 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"`
	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) GetExtra

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

func (*GroupDecreaseNoticeEvent) GetGroupId

func (x *GroupDecreaseNoticeEvent) GetGroupId() int64

func (*GroupDecreaseNoticeEvent) GetNoticeType

func (x *GroupDecreaseNoticeEvent) GetNoticeType() string

func (*GroupDecreaseNoticeEvent) GetOperatorId

func (x *GroupDecreaseNoticeEvent) GetOperatorId() int64

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 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"`
	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) 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 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"`
	MessageReceipt *MessageReceipt              `protobuf:"bytes,14,opt,name=message_receipt,json=messageReceipt,proto3" json:"message_receipt,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) GetMessageReceipt

func (x *GroupMessageEvent) GetMessageReceipt() *MessageReceipt

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 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 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"`
	MessageReceipt *MessageReceipt   `protobuf:"bytes,9,opt,name=message_receipt,json=messageReceipt,proto3" json:"message_receipt,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) 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) GetMessageReceipt

func (x *GroupRecallNoticeEvent) GetMessageReceipt() *MessageReceipt

func (*GroupRecallNoticeEvent) GetNoticeType

func (x *GroupRecallNoticeEvent) GetNoticeType() string

func (*GroupRecallNoticeEvent) GetOperatorId

func (x *GroupRecallNoticeEvent) GetOperatorId() int64

func (*GroupRecallNoticeEvent) GetPostType

func (x *GroupRecallNoticeEvent) GetPostType() string

func (*GroupRecallNoticeEvent) GetSelfId

func (x *GroupRecallNoticeEvent) GetSelfId() int64

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"`
	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) 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) 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) 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"`
	MessageReceipt *MessageReceipt   `protobuf:"bytes,14,opt,name=message_receipt,json=messageReceipt,proto3" json:"message_receipt,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) GetMessageReceipt

func (x *GroupTempMessageEvent) GetMessageReceipt() *MessageReceipt

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 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 MessageReceipt

type MessageReceipt struct {
	SenderId int64   `protobuf:"varint,1,opt,name=sender_id,json=senderId,proto3" json:"sender_id,omitempty"`
	Time     int64   `protobuf:"varint,2,opt,name=time,proto3" json:"time,omitempty"`
	Seqs     []int32 `protobuf:"varint,3,rep,packed,name=seqs,proto3" json:"seqs,omitempty"`
	Rands    []int32 `protobuf:"varint,4,rep,packed,name=rands,proto3" json:"rands,omitempty"`
	GroupId  int64   `protobuf:"varint,5,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	// contains filtered or unexported fields
}

func (*MessageReceipt) Descriptor deprecated

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

Deprecated: Use MessageReceipt.ProtoReflect.Descriptor instead.

func (*MessageReceipt) GetGroupId

func (x *MessageReceipt) GetGroupId() int64

func (*MessageReceipt) GetRands

func (x *MessageReceipt) GetRands() []int32

func (*MessageReceipt) GetSenderId

func (x *MessageReceipt) GetSenderId() int64

func (*MessageReceipt) GetSeqs

func (x *MessageReceipt) GetSeqs() []int32

func (*MessageReceipt) GetTime

func (x *MessageReceipt) GetTime() int64

func (*MessageReceipt) ProtoMessage

func (*MessageReceipt) ProtoMessage()

func (*MessageReceipt) ProtoReflect

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

func (*MessageReceipt) Reset

func (x *MessageReceipt) Reset()

func (*MessageReceipt) String

func (x *MessageReceipt) 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"`
	MessageReceipt *MessageReceipt             `protobuf:"bytes,12,opt,name=message_receipt,json=messageReceipt,proto3" json:"message_receipt,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) GetMessageReceipt

func (x *PrivateMessageEvent) GetMessageReceipt() *MessageReceipt

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 SendChannelMsgReq

type SendChannelMsgReq struct {
	GuildId    uint64     `protobuf:"varint,1,opt,name=guild_id,json=guildId,proto3" json:"guild_id,omitempty"`
	ChannelId  uint64     `protobuf:"varint,2,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"`
	Message    []*Message `protobuf:"bytes,3,rep,name=message,proto3" json:"message,omitempty"`
	AutoEscape bool       `protobuf:"varint,4,opt,name=auto_escape,json=autoEscape,proto3" json:"auto_escape,omitempty"`
	// contains filtered or unexported fields
}

func (*SendChannelMsgReq) Descriptor deprecated

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

Deprecated: Use SendChannelMsgReq.ProtoReflect.Descriptor instead.

func (*SendChannelMsgReq) GetAutoEscape

func (x *SendChannelMsgReq) GetAutoEscape() bool

func (*SendChannelMsgReq) GetChannelId

func (x *SendChannelMsgReq) GetChannelId() uint64

func (*SendChannelMsgReq) GetGuildId

func (x *SendChannelMsgReq) GetGuildId() uint64

func (*SendChannelMsgReq) GetMessage

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

func (*SendChannelMsgReq) ProtoMessage

func (*SendChannelMsgReq) ProtoMessage()

func (*SendChannelMsgReq) ProtoReflect

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

func (*SendChannelMsgReq) Reset

func (x *SendChannelMsgReq) Reset()

func (*SendChannelMsgReq) String

func (x *SendChannelMsgReq) String() string

type SendChannelMsgResp

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

func (*SendChannelMsgResp) Descriptor deprecated

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

Deprecated: Use SendChannelMsgResp.ProtoReflect.Descriptor instead.

func (*SendChannelMsgResp) GetMessageId

func (x *SendChannelMsgResp) GetMessageId() uint64

func (*SendChannelMsgResp) ProtoMessage

func (*SendChannelMsgResp) ProtoMessage()

func (*SendChannelMsgResp) ProtoReflect

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

func (*SendChannelMsgResp) Reset

func (x *SendChannelMsgResp) Reset()

func (*SendChannelMsgResp) String

func (x *SendChannelMsgResp) 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"`
	MessageReceipt *MessageReceipt `protobuf:"bytes,2,opt,name=message_receipt,json=messageReceipt,proto3" json:"message_receipt,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) GetMessageReceipt

func (x *SendGroupMsgResp) GetMessageReceipt() *MessageReceipt

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"`
	MessageReceipt *MessageReceipt `protobuf:"bytes,2,opt,name=message_receipt,json=messageReceipt,proto3" json:"message_receipt,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) GetMessageReceipt

func (x *SendMsgResp) GetMessageReceipt() *MessageReceipt

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"`
	MessageReceipt *MessageReceipt `protobuf:"bytes,2,opt,name=message_receipt,json=messageReceipt,proto3" json:"message_receipt,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) GetMessageReceipt

func (x *SendPrivateMsgResp) GetMessageReceipt() *MessageReceipt

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