sdkws

package
v1.1.8 Latest Latest
Warning

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

Go to latest
Published: Mar 13, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	PullOrder_name = map[int32]string{
		0: "PullOrderAsc",
		1: "PullOrderDesc",
	}
	PullOrder_value = map[string]int32{
		"PullOrderAsc":  0,
		"PullOrderDesc": 1,
	}
)

Enum value maps for PullOrder.

View Source
var File_sdkws_sdkws_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type BlackAddedTips

type BlackAddedTips struct {
	FromToUserID *FromToUserID `protobuf:"bytes,1,opt,name=fromToUserID,proto3" json:"fromToUserID,omitempty"` //from:owner; to:black
	// contains filtered or unexported fields
}

func (*BlackAddedTips) Descriptor deprecated

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

Deprecated: Use BlackAddedTips.ProtoReflect.Descriptor instead.

func (*BlackAddedTips) GetFromToUserID

func (x *BlackAddedTips) GetFromToUserID() *FromToUserID

func (*BlackAddedTips) ProtoMessage

func (*BlackAddedTips) ProtoMessage()

func (*BlackAddedTips) ProtoReflect

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

func (*BlackAddedTips) Reset

func (x *BlackAddedTips) Reset()

func (*BlackAddedTips) String

func (x *BlackAddedTips) String() string

type BlackDeletedTips

type BlackDeletedTips struct {
	FromToUserID *FromToUserID `protobuf:"bytes,1,opt,name=fromToUserID,proto3" json:"fromToUserID,omitempty"` //from:owner; to:black
	// contains filtered or unexported fields
}

func (*BlackDeletedTips) Descriptor deprecated

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

Deprecated: Use BlackDeletedTips.ProtoReflect.Descriptor instead.

func (*BlackDeletedTips) GetFromToUserID

func (x *BlackDeletedTips) GetFromToUserID() *FromToUserID

func (*BlackDeletedTips) ProtoMessage

func (*BlackDeletedTips) ProtoMessage()

func (*BlackDeletedTips) ProtoReflect

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

func (*BlackDeletedTips) Reset

func (x *BlackDeletedTips) Reset()

func (*BlackDeletedTips) String

func (x *BlackDeletedTips) String() string

type BlackInfo

type BlackInfo struct {
	OwnerUserID    string          `protobuf:"bytes,1,opt,name=ownerUserID,proto3" json:"ownerUserID,omitempty"`
	CreateTime     int64           `protobuf:"varint,2,opt,name=createTime,proto3" json:"createTime,omitempty"`
	BlackUserInfo  *PublicUserInfo `protobuf:"bytes,3,opt,name=blackUserInfo,proto3" json:"blackUserInfo,omitempty"`
	AddSource      int32           `protobuf:"varint,4,opt,name=addSource,proto3" json:"addSource,omitempty"`
	OperatorUserID string          `protobuf:"bytes,5,opt,name=operatorUserID,proto3" json:"operatorUserID,omitempty"`
	Ex             string          `protobuf:"bytes,6,opt,name=ex,proto3" json:"ex,omitempty"`
	// contains filtered or unexported fields
}

func (*BlackInfo) Descriptor deprecated

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

Deprecated: Use BlackInfo.ProtoReflect.Descriptor instead.

func (*BlackInfo) GetAddSource

func (x *BlackInfo) GetAddSource() int32

func (*BlackInfo) GetBlackUserInfo

func (x *BlackInfo) GetBlackUserInfo() *PublicUserInfo

func (*BlackInfo) GetCreateTime

func (x *BlackInfo) GetCreateTime() int64

func (*BlackInfo) GetEx

func (x *BlackInfo) GetEx() string

func (*BlackInfo) GetOperatorUserID

func (x *BlackInfo) GetOperatorUserID() string

func (*BlackInfo) GetOwnerUserID

func (x *BlackInfo) GetOwnerUserID() string

func (*BlackInfo) ProtoMessage

func (*BlackInfo) ProtoMessage()

func (*BlackInfo) ProtoReflect

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

func (*BlackInfo) Reset

func (x *BlackInfo) Reset()

func (*BlackInfo) String

func (x *BlackInfo) String() string

type ClearConversationTips

type ClearConversationTips struct {
	UserID          string   `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty"`
	ConversationIDs []string `protobuf:"bytes,2,rep,name=conversationIDs,proto3" json:"conversationIDs,omitempty"`
	// contains filtered or unexported fields
}

func (*ClearConversationTips) Descriptor deprecated

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

Deprecated: Use ClearConversationTips.ProtoReflect.Descriptor instead.

func (*ClearConversationTips) GetConversationIDs

func (x *ClearConversationTips) GetConversationIDs() []string

func (*ClearConversationTips) GetUserID

func (x *ClearConversationTips) GetUserID() string

func (*ClearConversationTips) ProtoMessage

func (*ClearConversationTips) ProtoMessage()

func (*ClearConversationTips) ProtoReflect

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

func (*ClearConversationTips) Reset

func (x *ClearConversationTips) Reset()

func (*ClearConversationTips) String

func (x *ClearConversationTips) String() string

type ConversationHasReadTips

type ConversationHasReadTips struct {
	UserID          string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty"`
	ConversationID  string `protobuf:"bytes,2,opt,name=conversationID,proto3" json:"conversationID,omitempty"`
	HasReadSeq      int64  `protobuf:"varint,3,opt,name=hasReadSeq,proto3" json:"hasReadSeq,omitempty"`
	UnreadCountTime int64  `protobuf:"varint,4,opt,name=unreadCountTime,proto3" json:"unreadCountTime,omitempty"`
	// contains filtered or unexported fields
}

func (*ConversationHasReadTips) Descriptor deprecated

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

Deprecated: Use ConversationHasReadTips.ProtoReflect.Descriptor instead.

func (*ConversationHasReadTips) GetConversationID

func (x *ConversationHasReadTips) GetConversationID() string

func (*ConversationHasReadTips) GetHasReadSeq

func (x *ConversationHasReadTips) GetHasReadSeq() int64

func (*ConversationHasReadTips) GetUnreadCountTime

func (x *ConversationHasReadTips) GetUnreadCountTime() int64

func (*ConversationHasReadTips) GetUserID

func (x *ConversationHasReadTips) GetUserID() string

func (*ConversationHasReadTips) ProtoMessage

func (*ConversationHasReadTips) ProtoMessage()

func (*ConversationHasReadTips) ProtoReflect

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

func (*ConversationHasReadTips) Reset

func (x *ConversationHasReadTips) Reset()

func (*ConversationHasReadTips) String

func (x *ConversationHasReadTips) String() string

type ConversationSetPrivateTips

type ConversationSetPrivateTips struct {
	RecvID         string `protobuf:"bytes,1,opt,name=recvID,proto3" json:"recvID,omitempty"`
	SendID         string `protobuf:"bytes,2,opt,name=sendID,proto3" json:"sendID,omitempty"`
	IsPrivate      bool   `protobuf:"varint,3,opt,name=isPrivate,proto3" json:"isPrivate,omitempty"`
	ConversationID string `protobuf:"bytes,4,opt,name=conversationID,proto3" json:"conversationID,omitempty"`
	// contains filtered or unexported fields
}

func (*ConversationSetPrivateTips) Descriptor deprecated

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

Deprecated: Use ConversationSetPrivateTips.ProtoReflect.Descriptor instead.

func (*ConversationSetPrivateTips) GetConversationID

func (x *ConversationSetPrivateTips) GetConversationID() string

func (*ConversationSetPrivateTips) GetIsPrivate

func (x *ConversationSetPrivateTips) GetIsPrivate() bool

func (*ConversationSetPrivateTips) GetRecvID

func (x *ConversationSetPrivateTips) GetRecvID() string

func (*ConversationSetPrivateTips) GetSendID

func (x *ConversationSetPrivateTips) GetSendID() string

func (*ConversationSetPrivateTips) ProtoMessage

func (*ConversationSetPrivateTips) ProtoMessage()

func (*ConversationSetPrivateTips) ProtoReflect

func (*ConversationSetPrivateTips) Reset

func (x *ConversationSetPrivateTips) Reset()

func (*ConversationSetPrivateTips) String

func (x *ConversationSetPrivateTips) String() string

type ConversationUpdateTips

type ConversationUpdateTips struct {
	UserID             string   `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty"`
	ConversationIDList []string `protobuf:"bytes,2,rep,name=conversationIDList,proto3" json:"conversationIDList,omitempty"`
	// contains filtered or unexported fields
}

////////////////////conversation/////////////////////

func (*ConversationUpdateTips) Descriptor deprecated

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

Deprecated: Use ConversationUpdateTips.ProtoReflect.Descriptor instead.

func (*ConversationUpdateTips) GetConversationIDList

func (x *ConversationUpdateTips) GetConversationIDList() []string

func (*ConversationUpdateTips) GetUserID

func (x *ConversationUpdateTips) GetUserID() string

func (*ConversationUpdateTips) ProtoMessage

func (*ConversationUpdateTips) ProtoMessage()

func (*ConversationUpdateTips) ProtoReflect

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

func (*ConversationUpdateTips) Reset

func (x *ConversationUpdateTips) Reset()

func (*ConversationUpdateTips) String

func (x *ConversationUpdateTips) String() string

type DeleteMessageTips

type DeleteMessageTips struct {
	OpUserID string  `protobuf:"bytes,1,opt,name=opUserID,proto3" json:"opUserID,omitempty"`
	UserID   string  `protobuf:"bytes,2,opt,name=userID,proto3" json:"userID,omitempty"`
	Seqs     []int64 `protobuf:"varint,3,rep,packed,name=seqs,proto3" json:"seqs,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteMessageTips) Descriptor deprecated

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

Deprecated: Use DeleteMessageTips.ProtoReflect.Descriptor instead.

func (*DeleteMessageTips) GetOpUserID

func (x *DeleteMessageTips) GetOpUserID() string

func (*DeleteMessageTips) GetSeqs

func (x *DeleteMessageTips) GetSeqs() []int64

func (*DeleteMessageTips) GetUserID

func (x *DeleteMessageTips) GetUserID() string

func (*DeleteMessageTips) ProtoMessage

func (*DeleteMessageTips) ProtoMessage()

func (*DeleteMessageTips) ProtoReflect

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

func (*DeleteMessageTips) Reset

func (x *DeleteMessageTips) Reset()

func (*DeleteMessageTips) String

func (x *DeleteMessageTips) String() string

type DeleteMsgsTips

type DeleteMsgsTips struct {
	UserID         string  `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty"`
	ConversationID string  `protobuf:"bytes,2,opt,name=conversationID,proto3" json:"conversationID,omitempty"`
	Seqs           []int64 `protobuf:"varint,3,rep,packed,name=seqs,proto3" json:"seqs,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteMsgsTips) Descriptor deprecated

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

Deprecated: Use DeleteMsgsTips.ProtoReflect.Descriptor instead.

func (*DeleteMsgsTips) GetConversationID

func (x *DeleteMsgsTips) GetConversationID() string

func (*DeleteMsgsTips) GetSeqs

func (x *DeleteMsgsTips) GetSeqs() []int64

func (*DeleteMsgsTips) GetUserID

func (x *DeleteMsgsTips) GetUserID() string

func (*DeleteMsgsTips) ProtoMessage

func (*DeleteMsgsTips) ProtoMessage()

func (*DeleteMsgsTips) ProtoReflect

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

func (*DeleteMsgsTips) Reset

func (x *DeleteMsgsTips) Reset()

func (*DeleteMsgsTips) String

func (x *DeleteMsgsTips) String() string

type FriendAddedTips

type FriendAddedTips struct {
	Friend        *FriendInfo     `protobuf:"bytes,1,opt,name=friend,proto3" json:"friend,omitempty"`
	OperationTime int64           `protobuf:"varint,2,opt,name=operationTime,proto3" json:"operationTime,omitempty"`
	OpUser        *PublicUserInfo `protobuf:"bytes,3,opt,name=opUser,proto3" json:"opUser,omitempty"` //who do this
	// contains filtered or unexported fields
}

FromUserID Added a friend ToUserID

func (*FriendAddedTips) Descriptor deprecated

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

Deprecated: Use FriendAddedTips.ProtoReflect.Descriptor instead.

func (*FriendAddedTips) GetFriend

func (x *FriendAddedTips) GetFriend() *FriendInfo

func (*FriendAddedTips) GetOpUser

func (x *FriendAddedTips) GetOpUser() *PublicUserInfo

func (*FriendAddedTips) GetOperationTime

func (x *FriendAddedTips) GetOperationTime() int64

func (*FriendAddedTips) ProtoMessage

func (*FriendAddedTips) ProtoMessage()

func (*FriendAddedTips) ProtoReflect

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

func (*FriendAddedTips) Reset

func (x *FriendAddedTips) Reset()

func (*FriendAddedTips) String

func (x *FriendAddedTips) String() string

type FriendApplication

type FriendApplication struct {
	AddTime    int64  `protobuf:"varint,1,opt,name=addTime,proto3" json:"addTime,omitempty"`
	AddSource  string `protobuf:"bytes,2,opt,name=addSource,proto3" json:"addSource,omitempty"`
	AddWording string `protobuf:"bytes,3,opt,name=addWording,proto3" json:"addWording,omitempty"`
	// contains filtered or unexported fields
}

func (*FriendApplication) Descriptor deprecated

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

Deprecated: Use FriendApplication.ProtoReflect.Descriptor instead.

func (*FriendApplication) GetAddSource

func (x *FriendApplication) GetAddSource() string

func (*FriendApplication) GetAddTime

func (x *FriendApplication) GetAddTime() int64

func (*FriendApplication) GetAddWording

func (x *FriendApplication) GetAddWording() string

func (*FriendApplication) ProtoMessage

func (*FriendApplication) ProtoMessage()

func (*FriendApplication) ProtoReflect

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

func (*FriendApplication) Reset

func (x *FriendApplication) Reset()

func (*FriendApplication) String

func (x *FriendApplication) String() string

type FriendApplicationApprovedTips

type FriendApplicationApprovedTips struct {
	FromToUserID *FromToUserID `protobuf:"bytes,1,opt,name=fromToUserID,proto3" json:"fromToUserID,omitempty"` //from:同意者;to:请求发起者
	HandleMsg    string        `protobuf:"bytes,2,opt,name=handleMsg,proto3" json:"handleMsg,omitempty"`
	// contains filtered or unexported fields
}

FromUserID accept or reject ToUserID

func (*FriendApplicationApprovedTips) Descriptor deprecated

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

Deprecated: Use FriendApplicationApprovedTips.ProtoReflect.Descriptor instead.

func (*FriendApplicationApprovedTips) GetFromToUserID

func (x *FriendApplicationApprovedTips) GetFromToUserID() *FromToUserID

func (*FriendApplicationApprovedTips) GetHandleMsg

func (x *FriendApplicationApprovedTips) GetHandleMsg() string

func (*FriendApplicationApprovedTips) ProtoMessage

func (*FriendApplicationApprovedTips) ProtoMessage()

func (*FriendApplicationApprovedTips) ProtoReflect

func (*FriendApplicationApprovedTips) Reset

func (x *FriendApplicationApprovedTips) Reset()

func (*FriendApplicationApprovedTips) String

type FriendApplicationRejectedTips

type FriendApplicationRejectedTips struct {
	FromToUserID *FromToUserID `protobuf:"bytes,1,opt,name=fromToUserID,proto3" json:"fromToUserID,omitempty"` //from:拒绝者;to:请求发起者
	HandleMsg    string        `protobuf:"bytes,2,opt,name=handleMsg,proto3" json:"handleMsg,omitempty"`
	// contains filtered or unexported fields
}

FromUserID accept or reject ToUserID

func (*FriendApplicationRejectedTips) Descriptor deprecated

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

Deprecated: Use FriendApplicationRejectedTips.ProtoReflect.Descriptor instead.

func (*FriendApplicationRejectedTips) GetFromToUserID

func (x *FriendApplicationRejectedTips) GetFromToUserID() *FromToUserID

func (*FriendApplicationRejectedTips) GetHandleMsg

func (x *FriendApplicationRejectedTips) GetHandleMsg() string

func (*FriendApplicationRejectedTips) ProtoMessage

func (*FriendApplicationRejectedTips) ProtoMessage()

func (*FriendApplicationRejectedTips) ProtoReflect

func (*FriendApplicationRejectedTips) Reset

func (x *FriendApplicationRejectedTips) Reset()

func (*FriendApplicationRejectedTips) String

type FriendApplicationTips

type FriendApplicationTips struct {
	FromToUserID *FromToUserID `protobuf:"bytes,1,opt,name=fromToUserID,proto3" json:"fromToUserID,omitempty"` //from:发起者; to:接收者
	// contains filtered or unexported fields
}

FromUserID apply to add ToUserID

func (*FriendApplicationTips) Descriptor deprecated

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

Deprecated: Use FriendApplicationTips.ProtoReflect.Descriptor instead.

func (*FriendApplicationTips) GetFromToUserID

func (x *FriendApplicationTips) GetFromToUserID() *FromToUserID

func (*FriendApplicationTips) ProtoMessage

func (*FriendApplicationTips) ProtoMessage()

func (*FriendApplicationTips) ProtoReflect

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

func (*FriendApplicationTips) Reset

func (x *FriendApplicationTips) Reset()

func (*FriendApplicationTips) String

func (x *FriendApplicationTips) String() string

type FriendDeletedTips

type FriendDeletedTips struct {
	FromToUserID *FromToUserID `protobuf:"bytes,1,opt,name=fromToUserID,proto3" json:"fromToUserID,omitempty"` //from:owner; to:friend
	// contains filtered or unexported fields
}

FromUserID deleted a friend ToUserID

func (*FriendDeletedTips) Descriptor deprecated

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

Deprecated: Use FriendDeletedTips.ProtoReflect.Descriptor instead.

func (*FriendDeletedTips) GetFromToUserID

func (x *FriendDeletedTips) GetFromToUserID() *FromToUserID

func (*FriendDeletedTips) ProtoMessage

func (*FriendDeletedTips) ProtoMessage()

func (*FriendDeletedTips) ProtoReflect

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

func (*FriendDeletedTips) Reset

func (x *FriendDeletedTips) Reset()

func (*FriendDeletedTips) String

func (x *FriendDeletedTips) String() string

type FriendInfo

type FriendInfo struct {
	OwnerUserID    string    `protobuf:"bytes,1,opt,name=ownerUserID,proto3" json:"ownerUserID,omitempty"`
	Remark         string    `protobuf:"bytes,2,opt,name=remark,proto3" json:"remark,omitempty"`
	CreateTime     int64     `protobuf:"varint,3,opt,name=createTime,proto3" json:"createTime,omitempty"`
	FriendUser     *UserInfo `protobuf:"bytes,4,opt,name=friendUser,proto3" json:"friendUser,omitempty"`
	AddSource      int32     `protobuf:"varint,5,opt,name=addSource,proto3" json:"addSource,omitempty"`
	OperatorUserID string    `protobuf:"bytes,6,opt,name=operatorUserID,proto3" json:"operatorUserID,omitempty"`
	Ex             string    `protobuf:"bytes,7,opt,name=ex,proto3" json:"ex,omitempty"`
	IsPinned       bool      `protobuf:"varint,8,opt,name=isPinned,proto3" json:"isPinned,omitempty"`
	// contains filtered or unexported fields
}

func (*FriendInfo) Descriptor deprecated

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

Deprecated: Use FriendInfo.ProtoReflect.Descriptor instead.

func (*FriendInfo) GetAddSource

func (x *FriendInfo) GetAddSource() int32

func (*FriendInfo) GetCreateTime

func (x *FriendInfo) GetCreateTime() int64

func (*FriendInfo) GetEx

func (x *FriendInfo) GetEx() string

func (*FriendInfo) GetFriendUser

func (x *FriendInfo) GetFriendUser() *UserInfo

func (*FriendInfo) GetIsPinned

func (x *FriendInfo) GetIsPinned() bool

func (*FriendInfo) GetOperatorUserID

func (x *FriendInfo) GetOperatorUserID() string

func (*FriendInfo) GetOwnerUserID

func (x *FriendInfo) GetOwnerUserID() string

func (*FriendInfo) GetRemark

func (x *FriendInfo) GetRemark() string

func (*FriendInfo) ProtoMessage

func (*FriendInfo) ProtoMessage()

func (*FriendInfo) ProtoReflect

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

func (*FriendInfo) Reset

func (x *FriendInfo) Reset()

func (*FriendInfo) String

func (x *FriendInfo) String() string

type FriendInfoChangedTips

type FriendInfoChangedTips struct {
	FromToUserID *FromToUserID `protobuf:"bytes,1,opt,name=fromToUserID,proto3" json:"fromToUserID,omitempty"` //from:changed; to:friend
	// contains filtered or unexported fields
}

func (*FriendInfoChangedTips) Descriptor deprecated

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

Deprecated: Use FriendInfoChangedTips.ProtoReflect.Descriptor instead.

func (*FriendInfoChangedTips) GetFromToUserID

func (x *FriendInfoChangedTips) GetFromToUserID() *FromToUserID

func (*FriendInfoChangedTips) ProtoMessage

func (*FriendInfoChangedTips) ProtoMessage()

func (*FriendInfoChangedTips) ProtoReflect

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

func (*FriendInfoChangedTips) Reset

func (x *FriendInfoChangedTips) Reset()

func (*FriendInfoChangedTips) String

func (x *FriendInfoChangedTips) String() string

type FriendRequest

type FriendRequest struct {
	FromUserID    string `protobuf:"bytes,1,opt,name=fromUserID,proto3" json:"fromUserID,omitempty"`
	FromNickname  string `protobuf:"bytes,2,opt,name=fromNickname,proto3" json:"fromNickname,omitempty"`
	FromFaceURL   string `protobuf:"bytes,3,opt,name=fromFaceURL,proto3" json:"fromFaceURL,omitempty"`
	ToUserID      string `protobuf:"bytes,4,opt,name=toUserID,proto3" json:"toUserID,omitempty"`
	ToNickname    string `protobuf:"bytes,5,opt,name=toNickname,proto3" json:"toNickname,omitempty"`
	ToFaceURL     string `protobuf:"bytes,6,opt,name=toFaceURL,proto3" json:"toFaceURL,omitempty"`
	HandleResult  int32  `protobuf:"varint,7,opt,name=handleResult,proto3" json:"handleResult,omitempty"`
	ReqMsg        string `protobuf:"bytes,8,opt,name=reqMsg,proto3" json:"reqMsg,omitempty"`
	CreateTime    int64  `protobuf:"varint,9,opt,name=createTime,proto3" json:"createTime,omitempty"`
	HandlerUserID string `protobuf:"bytes,10,opt,name=handlerUserID,proto3" json:"handlerUserID,omitempty"`
	HandleMsg     string `protobuf:"bytes,11,opt,name=handleMsg,proto3" json:"handleMsg,omitempty"`
	HandleTime    int64  `protobuf:"varint,12,opt,name=handleTime,proto3" json:"handleTime,omitempty"`
	Ex            string `protobuf:"bytes,13,opt,name=ex,proto3" json:"ex,omitempty"`
	// contains filtered or unexported fields
}

func (*FriendRequest) Descriptor deprecated

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

Deprecated: Use FriendRequest.ProtoReflect.Descriptor instead.

func (*FriendRequest) GetCreateTime

func (x *FriendRequest) GetCreateTime() int64

func (*FriendRequest) GetEx

func (x *FriendRequest) GetEx() string

func (*FriendRequest) GetFromFaceURL

func (x *FriendRequest) GetFromFaceURL() string

func (*FriendRequest) GetFromNickname

func (x *FriendRequest) GetFromNickname() string

func (*FriendRequest) GetFromUserID

func (x *FriendRequest) GetFromUserID() string

func (*FriendRequest) GetHandleMsg

func (x *FriendRequest) GetHandleMsg() string

func (*FriendRequest) GetHandleResult

func (x *FriendRequest) GetHandleResult() int32

func (*FriendRequest) GetHandleTime

func (x *FriendRequest) GetHandleTime() int64

func (*FriendRequest) GetHandlerUserID

func (x *FriendRequest) GetHandlerUserID() string

func (*FriendRequest) GetReqMsg

func (x *FriendRequest) GetReqMsg() string

func (*FriendRequest) GetToFaceURL

func (x *FriendRequest) GetToFaceURL() string

func (*FriendRequest) GetToNickname

func (x *FriendRequest) GetToNickname() string

func (*FriendRequest) GetToUserID

func (x *FriendRequest) GetToUserID() string

func (*FriendRequest) ProtoMessage

func (*FriendRequest) ProtoMessage()

func (*FriendRequest) ProtoReflect

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

func (*FriendRequest) Reset

func (x *FriendRequest) Reset()

func (*FriendRequest) String

func (x *FriendRequest) String() string

type FriendsInfoUpdateTips

type FriendsInfoUpdateTips struct {
	FromToUserID *FromToUserID `protobuf:"bytes,1,opt,name=fromToUserID,proto3" json:"fromToUserID,omitempty"`
	FriendIDs    []string      `protobuf:"bytes,2,rep,name=friendIDs,proto3" json:"friendIDs,omitempty"`
	// contains filtered or unexported fields
}

func (*FriendsInfoUpdateTips) Descriptor deprecated

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

Deprecated: Use FriendsInfoUpdateTips.ProtoReflect.Descriptor instead.

func (*FriendsInfoUpdateTips) GetFriendIDs

func (x *FriendsInfoUpdateTips) GetFriendIDs() []string

func (*FriendsInfoUpdateTips) GetFromToUserID

func (x *FriendsInfoUpdateTips) GetFromToUserID() *FromToUserID

func (*FriendsInfoUpdateTips) ProtoMessage

func (*FriendsInfoUpdateTips) ProtoMessage()

func (*FriendsInfoUpdateTips) ProtoReflect

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

func (*FriendsInfoUpdateTips) Reset

func (x *FriendsInfoUpdateTips) Reset()

func (*FriendsInfoUpdateTips) String

func (x *FriendsInfoUpdateTips) String() string

type FromToUserID

type FromToUserID struct {
	FromUserID string `protobuf:"bytes,1,opt,name=fromUserID,proto3" json:"fromUserID,omitempty"`
	ToUserID   string `protobuf:"bytes,2,opt,name=toUserID,proto3" json:"toUserID,omitempty"`
	// contains filtered or unexported fields
}

func (*FromToUserID) Descriptor deprecated

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

Deprecated: Use FromToUserID.ProtoReflect.Descriptor instead.

func (*FromToUserID) GetFromUserID

func (x *FromToUserID) GetFromUserID() string

func (*FromToUserID) GetToUserID

func (x *FromToUserID) GetToUserID() string

func (*FromToUserID) ProtoMessage

func (*FromToUserID) ProtoMessage()

func (*FromToUserID) ProtoReflect

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

func (*FromToUserID) Reset

func (x *FromToUserID) Reset()

func (*FromToUserID) String

func (x *FromToUserID) String() string

type GetMaxSeqReq

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

func (*GetMaxSeqReq) Descriptor deprecated

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

Deprecated: Use GetMaxSeqReq.ProtoReflect.Descriptor instead.

func (*GetMaxSeqReq) GetUserID

func (x *GetMaxSeqReq) GetUserID() string

func (*GetMaxSeqReq) ProtoMessage

func (*GetMaxSeqReq) ProtoMessage()

func (*GetMaxSeqReq) ProtoReflect

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

func (*GetMaxSeqReq) Reset

func (x *GetMaxSeqReq) Reset()

func (*GetMaxSeqReq) String

func (x *GetMaxSeqReq) String() string

type GetMaxSeqResp

type GetMaxSeqResp struct {
	MaxSeqs map[string]int64 `` /* 156-byte string literal not displayed */
	MinSeqs map[string]int64 `` /* 156-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetMaxSeqResp) Descriptor deprecated

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

Deprecated: Use GetMaxSeqResp.ProtoReflect.Descriptor instead.

func (*GetMaxSeqResp) GetMaxSeqs

func (x *GetMaxSeqResp) GetMaxSeqs() map[string]int64

func (*GetMaxSeqResp) GetMinSeqs

func (x *GetMaxSeqResp) GetMinSeqs() map[string]int64

func (*GetMaxSeqResp) ProtoMessage

func (*GetMaxSeqResp) ProtoMessage()

func (*GetMaxSeqResp) ProtoReflect

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

func (*GetMaxSeqResp) Reset

func (x *GetMaxSeqResp) Reset()

func (*GetMaxSeqResp) String

func (x *GetMaxSeqResp) String() string

type GroupApplicationAcceptedTips

type GroupApplicationAcceptedTips struct {
	Group      *GroupInfo           `protobuf:"bytes,1,opt,name=group,proto3" json:"group,omitempty"`
	OpUser     *GroupMemberFullInfo `protobuf:"bytes,2,opt,name=opUser,proto3" json:"opUser,omitempty"`
	HandleMsg  string               `protobuf:"bytes,4,opt,name=handleMsg,proto3" json:"handleMsg,omitempty"`
	ReceiverAs int32                `protobuf:"varint,5,opt,name=receiverAs,proto3" json:"receiverAs,omitempty"` // admin(==1) or applicant(==0)
	// contains filtered or unexported fields
}

OnApplicationGroupAccepted()

func (*GroupApplicationAcceptedTips) Descriptor deprecated

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

Deprecated: Use GroupApplicationAcceptedTips.ProtoReflect.Descriptor instead.

func (*GroupApplicationAcceptedTips) GetGroup

func (x *GroupApplicationAcceptedTips) GetGroup() *GroupInfo

func (*GroupApplicationAcceptedTips) GetHandleMsg

func (x *GroupApplicationAcceptedTips) GetHandleMsg() string

func (*GroupApplicationAcceptedTips) GetOpUser

func (*GroupApplicationAcceptedTips) GetReceiverAs

func (x *GroupApplicationAcceptedTips) GetReceiverAs() int32

func (*GroupApplicationAcceptedTips) ProtoMessage

func (*GroupApplicationAcceptedTips) ProtoMessage()

func (*GroupApplicationAcceptedTips) ProtoReflect

func (*GroupApplicationAcceptedTips) Reset

func (x *GroupApplicationAcceptedTips) Reset()

func (*GroupApplicationAcceptedTips) String

type GroupApplicationRejectedTips

type GroupApplicationRejectedTips struct {
	Group      *GroupInfo           `protobuf:"bytes,1,opt,name=group,proto3" json:"group,omitempty"`
	OpUser     *GroupMemberFullInfo `protobuf:"bytes,2,opt,name=opUser,proto3" json:"opUser,omitempty"`
	HandleMsg  string               `protobuf:"bytes,4,opt,name=handleMsg,proto3" json:"handleMsg,omitempty"`
	ReceiverAs int32                `protobuf:"varint,5,opt,name=receiverAs,proto3" json:"receiverAs,omitempty"` // admin(==1) or applicant(==0)
	// contains filtered or unexported fields
}

OnApplicationGroupRejected()

func (*GroupApplicationRejectedTips) Descriptor deprecated

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

Deprecated: Use GroupApplicationRejectedTips.ProtoReflect.Descriptor instead.

func (*GroupApplicationRejectedTips) GetGroup

func (x *GroupApplicationRejectedTips) GetGroup() *GroupInfo

func (*GroupApplicationRejectedTips) GetHandleMsg

func (x *GroupApplicationRejectedTips) GetHandleMsg() string

func (*GroupApplicationRejectedTips) GetOpUser

func (*GroupApplicationRejectedTips) GetReceiverAs

func (x *GroupApplicationRejectedTips) GetReceiverAs() int32

func (*GroupApplicationRejectedTips) ProtoMessage

func (*GroupApplicationRejectedTips) ProtoMessage()

func (*GroupApplicationRejectedTips) ProtoReflect

func (*GroupApplicationRejectedTips) Reset

func (x *GroupApplicationRejectedTips) Reset()

func (*GroupApplicationRejectedTips) String

type GroupCancelMutedTips

type GroupCancelMutedTips struct {
	Group         *GroupInfo           `protobuf:"bytes,1,opt,name=group,proto3" json:"group,omitempty"`
	OpUser        *GroupMemberFullInfo `protobuf:"bytes,2,opt,name=opUser,proto3" json:"opUser,omitempty"`
	OperationTime int64                `protobuf:"varint,3,opt,name=operationTime,proto3" json:"operationTime,omitempty"`
	// contains filtered or unexported fields
}

func (*GroupCancelMutedTips) Descriptor deprecated

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

Deprecated: Use GroupCancelMutedTips.ProtoReflect.Descriptor instead.

func (*GroupCancelMutedTips) GetGroup

func (x *GroupCancelMutedTips) GetGroup() *GroupInfo

func (*GroupCancelMutedTips) GetOpUser

func (x *GroupCancelMutedTips) GetOpUser() *GroupMemberFullInfo

func (*GroupCancelMutedTips) GetOperationTime

func (x *GroupCancelMutedTips) GetOperationTime() int64

func (*GroupCancelMutedTips) ProtoMessage

func (*GroupCancelMutedTips) ProtoMessage()

func (*GroupCancelMutedTips) ProtoReflect

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

func (*GroupCancelMutedTips) Reset

func (x *GroupCancelMutedTips) Reset()

func (*GroupCancelMutedTips) String

func (x *GroupCancelMutedTips) String() string

type GroupCreatedTips

type GroupCreatedTips struct {
	Group          *GroupInfo             `protobuf:"bytes,1,opt,name=group,proto3" json:"group,omitempty"`
	OpUser         *GroupMemberFullInfo   `protobuf:"bytes,2,opt,name=opUser,proto3" json:"opUser,omitempty"`
	MemberList     []*GroupMemberFullInfo `protobuf:"bytes,3,rep,name=memberList,proto3" json:"memberList,omitempty"`
	OperationTime  int64                  `protobuf:"varint,4,opt,name=operationTime,proto3" json:"operationTime,omitempty"`
	GroupOwnerUser *GroupMemberFullInfo   `protobuf:"bytes,5,opt,name=groupOwnerUser,proto3" json:"groupOwnerUser,omitempty"`
	// contains filtered or unexported fields
}

OnGroupCreated()

func (*GroupCreatedTips) Descriptor deprecated

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

Deprecated: Use GroupCreatedTips.ProtoReflect.Descriptor instead.

func (*GroupCreatedTips) GetGroup

func (x *GroupCreatedTips) GetGroup() *GroupInfo

func (*GroupCreatedTips) GetGroupOwnerUser

func (x *GroupCreatedTips) GetGroupOwnerUser() *GroupMemberFullInfo

func (*GroupCreatedTips) GetMemberList

func (x *GroupCreatedTips) GetMemberList() []*GroupMemberFullInfo

func (*GroupCreatedTips) GetOpUser

func (x *GroupCreatedTips) GetOpUser() *GroupMemberFullInfo

func (*GroupCreatedTips) GetOperationTime

func (x *GroupCreatedTips) GetOperationTime() int64

func (*GroupCreatedTips) ProtoMessage

func (*GroupCreatedTips) ProtoMessage()

func (*GroupCreatedTips) ProtoReflect

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

func (*GroupCreatedTips) Reset

func (x *GroupCreatedTips) Reset()

func (*GroupCreatedTips) String

func (x *GroupCreatedTips) String() string

type GroupDismissedTips

type GroupDismissedTips struct {
	Group         *GroupInfo           `protobuf:"bytes,1,opt,name=group,proto3" json:"group,omitempty"`
	OpUser        *GroupMemberFullInfo `protobuf:"bytes,2,opt,name=opUser,proto3" json:"opUser,omitempty"`
	OperationTime int64                `protobuf:"varint,3,opt,name=operationTime,proto3" json:"operationTime,omitempty"`
	// contains filtered or unexported fields
}

func (*GroupDismissedTips) Descriptor deprecated

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

Deprecated: Use GroupDismissedTips.ProtoReflect.Descriptor instead.

func (*GroupDismissedTips) GetGroup

func (x *GroupDismissedTips) GetGroup() *GroupInfo

func (*GroupDismissedTips) GetOpUser

func (x *GroupDismissedTips) GetOpUser() *GroupMemberFullInfo

func (*GroupDismissedTips) GetOperationTime

func (x *GroupDismissedTips) GetOperationTime() int64

func (*GroupDismissedTips) ProtoMessage

func (*GroupDismissedTips) ProtoMessage()

func (*GroupDismissedTips) ProtoReflect

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

func (*GroupDismissedTips) Reset

func (x *GroupDismissedTips) Reset()

func (*GroupDismissedTips) String

func (x *GroupDismissedTips) String() string

type GroupInfo

type GroupInfo struct {
	GroupID                string `protobuf:"bytes,1,opt,name=groupID,proto3" json:"groupID,omitempty"`
	GroupName              string `protobuf:"bytes,2,opt,name=groupName,proto3" json:"groupName,omitempty"`
	Notification           string `protobuf:"bytes,3,opt,name=notification,proto3" json:"notification,omitempty"`
	Introduction           string `protobuf:"bytes,4,opt,name=introduction,proto3" json:"introduction,omitempty"`
	FaceURL                string `protobuf:"bytes,5,opt,name=faceURL,proto3" json:"faceURL,omitempty"`
	OwnerUserID            string `protobuf:"bytes,6,opt,name=ownerUserID,proto3" json:"ownerUserID,omitempty"`
	CreateTime             int64  `protobuf:"varint,7,opt,name=createTime,proto3" json:"createTime,omitempty"`
	MemberCount            uint32 `protobuf:"varint,8,opt,name=memberCount,proto3" json:"memberCount,omitempty"`
	Ex                     string `protobuf:"bytes,9,opt,name=ex,proto3" json:"ex,omitempty"`
	Status                 int32  `protobuf:"varint,10,opt,name=status,proto3" json:"status,omitempty"`
	CreatorUserID          string `protobuf:"bytes,11,opt,name=creatorUserID,proto3" json:"creatorUserID,omitempty"`
	GroupType              int32  `protobuf:"varint,12,opt,name=groupType,proto3" json:"groupType,omitempty"`
	NeedVerification       int32  `protobuf:"varint,13,opt,name=needVerification,proto3" json:"needVerification,omitempty"`
	LookMemberInfo         int32  `protobuf:"varint,14,opt,name=lookMemberInfo,proto3" json:"lookMemberInfo,omitempty"`
	ApplyMemberFriend      int32  `protobuf:"varint,15,opt,name=applyMemberFriend,proto3" json:"applyMemberFriend,omitempty"`
	NotificationUpdateTime int64  `protobuf:"varint,16,opt,name=notificationUpdateTime,proto3" json:"notificationUpdateTime,omitempty"`
	NotificationUserID     string `protobuf:"bytes,17,opt,name=notificationUserID,proto3" json:"notificationUserID,omitempty"`
	// contains filtered or unexported fields
}

func (*GroupInfo) Descriptor deprecated

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

Deprecated: Use GroupInfo.ProtoReflect.Descriptor instead.

func (*GroupInfo) GetApplyMemberFriend

func (x *GroupInfo) GetApplyMemberFriend() int32

func (*GroupInfo) GetCreateTime

func (x *GroupInfo) GetCreateTime() int64

func (*GroupInfo) GetCreatorUserID

func (x *GroupInfo) GetCreatorUserID() string

func (*GroupInfo) GetEx

func (x *GroupInfo) GetEx() string

func (*GroupInfo) GetFaceURL

func (x *GroupInfo) GetFaceURL() string

func (*GroupInfo) GetGroupID

func (x *GroupInfo) GetGroupID() string

func (*GroupInfo) GetGroupName

func (x *GroupInfo) GetGroupName() string

func (*GroupInfo) GetGroupType

func (x *GroupInfo) GetGroupType() int32

func (*GroupInfo) GetIntroduction

func (x *GroupInfo) GetIntroduction() string

func (*GroupInfo) GetLookMemberInfo

func (x *GroupInfo) GetLookMemberInfo() int32

func (*GroupInfo) GetMemberCount

func (x *GroupInfo) GetMemberCount() uint32

func (*GroupInfo) GetNeedVerification

func (x *GroupInfo) GetNeedVerification() int32

func (*GroupInfo) GetNotification

func (x *GroupInfo) GetNotification() string

func (*GroupInfo) GetNotificationUpdateTime

func (x *GroupInfo) GetNotificationUpdateTime() int64

func (*GroupInfo) GetNotificationUserID

func (x *GroupInfo) GetNotificationUserID() string

func (*GroupInfo) GetOwnerUserID

func (x *GroupInfo) GetOwnerUserID() string

func (*GroupInfo) GetStatus

func (x *GroupInfo) GetStatus() int32

func (*GroupInfo) ProtoMessage

func (*GroupInfo) ProtoMessage()

func (*GroupInfo) ProtoReflect

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

func (*GroupInfo) Reset

func (x *GroupInfo) Reset()

func (*GroupInfo) String

func (x *GroupInfo) String() string

type GroupInfoForSet

type GroupInfoForSet struct {
	GroupID           string                  `protobuf:"bytes,1,opt,name=groupID,proto3" json:"groupID,omitempty"`
	GroupName         string                  `protobuf:"bytes,2,opt,name=groupName,proto3" json:"groupName,omitempty"`
	Notification      string                  `protobuf:"bytes,3,opt,name=notification,proto3" json:"notification,omitempty"`
	Introduction      string                  `protobuf:"bytes,4,opt,name=introduction,proto3" json:"introduction,omitempty"`
	FaceURL           string                  `protobuf:"bytes,5,opt,name=faceURL,proto3" json:"faceURL,omitempty"`
	Ex                *wrapperspb.StringValue `protobuf:"bytes,6,opt,name=ex,proto3" json:"ex,omitempty"`
	NeedVerification  *wrapperspb.Int32Value  `protobuf:"bytes,7,opt,name=needVerification,proto3" json:"needVerification,omitempty"`
	LookMemberInfo    *wrapperspb.Int32Value  `protobuf:"bytes,8,opt,name=lookMemberInfo,proto3" json:"lookMemberInfo,omitempty"`
	ApplyMemberFriend *wrapperspb.Int32Value  `protobuf:"bytes,9,opt,name=applyMemberFriend,proto3" json:"applyMemberFriend,omitempty"`
	// contains filtered or unexported fields
}

func (*GroupInfoForSet) Descriptor deprecated

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

Deprecated: Use GroupInfoForSet.ProtoReflect.Descriptor instead.

func (*GroupInfoForSet) GetApplyMemberFriend

func (x *GroupInfoForSet) GetApplyMemberFriend() *wrapperspb.Int32Value

func (*GroupInfoForSet) GetEx

func (*GroupInfoForSet) GetFaceURL

func (x *GroupInfoForSet) GetFaceURL() string

func (*GroupInfoForSet) GetGroupID

func (x *GroupInfoForSet) GetGroupID() string

func (*GroupInfoForSet) GetGroupName

func (x *GroupInfoForSet) GetGroupName() string

func (*GroupInfoForSet) GetIntroduction

func (x *GroupInfoForSet) GetIntroduction() string

func (*GroupInfoForSet) GetLookMemberInfo

func (x *GroupInfoForSet) GetLookMemberInfo() *wrapperspb.Int32Value

func (*GroupInfoForSet) GetNeedVerification

func (x *GroupInfoForSet) GetNeedVerification() *wrapperspb.Int32Value

func (*GroupInfoForSet) GetNotification

func (x *GroupInfoForSet) GetNotification() string

func (*GroupInfoForSet) ProtoMessage

func (*GroupInfoForSet) ProtoMessage()

func (*GroupInfoForSet) ProtoReflect

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

func (*GroupInfoForSet) Reset

func (x *GroupInfoForSet) Reset()

func (*GroupInfoForSet) String

func (x *GroupInfoForSet) String() string

type GroupInfoSetAnnouncementTips

type GroupInfoSetAnnouncementTips struct {
	OpUser *GroupMemberFullInfo `protobuf:"bytes,1,opt,name=opUser,proto3" json:"opUser,omitempty"` //who do this
	Group  *GroupInfo           `protobuf:"bytes,2,opt,name=group,proto3" json:"group,omitempty"`
	// contains filtered or unexported fields
}

func (*GroupInfoSetAnnouncementTips) Descriptor deprecated

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

Deprecated: Use GroupInfoSetAnnouncementTips.ProtoReflect.Descriptor instead.

func (*GroupInfoSetAnnouncementTips) GetGroup

func (x *GroupInfoSetAnnouncementTips) GetGroup() *GroupInfo

func (*GroupInfoSetAnnouncementTips) GetOpUser

func (*GroupInfoSetAnnouncementTips) ProtoMessage

func (*GroupInfoSetAnnouncementTips) ProtoMessage()

func (*GroupInfoSetAnnouncementTips) ProtoReflect

func (*GroupInfoSetAnnouncementTips) Reset

func (x *GroupInfoSetAnnouncementTips) Reset()

func (*GroupInfoSetAnnouncementTips) String

type GroupInfoSetNameTips

type GroupInfoSetNameTips struct {
	OpUser *GroupMemberFullInfo `protobuf:"bytes,1,opt,name=opUser,proto3" json:"opUser,omitempty"` //who do this
	Group  *GroupInfo           `protobuf:"bytes,2,opt,name=group,proto3" json:"group,omitempty"`
	// contains filtered or unexported fields
}

func (*GroupInfoSetNameTips) Descriptor deprecated

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

Deprecated: Use GroupInfoSetNameTips.ProtoReflect.Descriptor instead.

func (*GroupInfoSetNameTips) GetGroup

func (x *GroupInfoSetNameTips) GetGroup() *GroupInfo

func (*GroupInfoSetNameTips) GetOpUser

func (x *GroupInfoSetNameTips) GetOpUser() *GroupMemberFullInfo

func (*GroupInfoSetNameTips) ProtoMessage

func (*GroupInfoSetNameTips) ProtoMessage()

func (*GroupInfoSetNameTips) ProtoReflect

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

func (*GroupInfoSetNameTips) Reset

func (x *GroupInfoSetNameTips) Reset()

func (*GroupInfoSetNameTips) String

func (x *GroupInfoSetNameTips) String() string

type GroupInfoSetTips

type GroupInfoSetTips struct {
	OpUser   *GroupMemberFullInfo `protobuf:"bytes,1,opt,name=opUser,proto3" json:"opUser,omitempty"` //who do this
	MuteTime int64                `protobuf:"varint,2,opt,name=muteTime,proto3" json:"muteTime,omitempty"`
	Group    *GroupInfo           `protobuf:"bytes,3,opt,name=group,proto3" json:"group,omitempty"`
	// contains filtered or unexported fields
}

OnGroupInfoSet()

func (*GroupInfoSetTips) Descriptor deprecated

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

Deprecated: Use GroupInfoSetTips.ProtoReflect.Descriptor instead.

func (*GroupInfoSetTips) GetGroup

func (x *GroupInfoSetTips) GetGroup() *GroupInfo

func (*GroupInfoSetTips) GetMuteTime

func (x *GroupInfoSetTips) GetMuteTime() int64

func (*GroupInfoSetTips) GetOpUser

func (x *GroupInfoSetTips) GetOpUser() *GroupMemberFullInfo

func (*GroupInfoSetTips) ProtoMessage

func (*GroupInfoSetTips) ProtoMessage()

func (*GroupInfoSetTips) ProtoReflect

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

func (*GroupInfoSetTips) Reset

func (x *GroupInfoSetTips) Reset()

func (*GroupInfoSetTips) String

func (x *GroupInfoSetTips) String() string

type GroupMemberCancelMutedTips

type GroupMemberCancelMutedTips struct {
	Group         *GroupInfo           `protobuf:"bytes,1,opt,name=group,proto3" json:"group,omitempty"`
	OpUser        *GroupMemberFullInfo `protobuf:"bytes,2,opt,name=opUser,proto3" json:"opUser,omitempty"`
	OperationTime int64                `protobuf:"varint,3,opt,name=operationTime,proto3" json:"operationTime,omitempty"`
	MutedUser     *GroupMemberFullInfo `protobuf:"bytes,4,opt,name=mutedUser,proto3" json:"mutedUser,omitempty"`
	// contains filtered or unexported fields
}

func (*GroupMemberCancelMutedTips) Descriptor deprecated

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

Deprecated: Use GroupMemberCancelMutedTips.ProtoReflect.Descriptor instead.

func (*GroupMemberCancelMutedTips) GetGroup

func (x *GroupMemberCancelMutedTips) GetGroup() *GroupInfo

func (*GroupMemberCancelMutedTips) GetMutedUser

func (*GroupMemberCancelMutedTips) GetOpUser

func (*GroupMemberCancelMutedTips) GetOperationTime

func (x *GroupMemberCancelMutedTips) GetOperationTime() int64

func (*GroupMemberCancelMutedTips) ProtoMessage

func (*GroupMemberCancelMutedTips) ProtoMessage()

func (*GroupMemberCancelMutedTips) ProtoReflect

func (*GroupMemberCancelMutedTips) Reset

func (x *GroupMemberCancelMutedTips) Reset()

func (*GroupMemberCancelMutedTips) String

func (x *GroupMemberCancelMutedTips) String() string

type GroupMemberFullInfo

type GroupMemberFullInfo struct {
	GroupID        string `protobuf:"bytes,1,opt,name=groupID,proto3" json:"groupID,omitempty"`
	UserID         string `protobuf:"bytes,2,opt,name=userID,proto3" json:"userID,omitempty"`
	RoleLevel      int32  `protobuf:"varint,3,opt,name=roleLevel,proto3" json:"roleLevel,omitempty"`
	JoinTime       int64  `protobuf:"varint,4,opt,name=joinTime,proto3" json:"joinTime,omitempty"`
	Nickname       string `protobuf:"bytes,5,opt,name=nickname,proto3" json:"nickname,omitempty"`
	FaceURL        string `protobuf:"bytes,6,opt,name=faceURL,proto3" json:"faceURL,omitempty"`
	AppMangerLevel int32  `protobuf:"varint,7,opt,name=appMangerLevel,proto3" json:"appMangerLevel,omitempty"` //if >0
	JoinSource     int32  `protobuf:"varint,8,opt,name=joinSource,proto3" json:"joinSource,omitempty"`
	OperatorUserID string `protobuf:"bytes,9,opt,name=operatorUserID,proto3" json:"operatorUserID,omitempty"`
	Ex             string `protobuf:"bytes,10,opt,name=ex,proto3" json:"ex,omitempty"`
	MuteEndTime    int64  `protobuf:"varint,11,opt,name=muteEndTime,proto3" json:"muteEndTime,omitempty"`
	InviterUserID  string `protobuf:"bytes,12,opt,name=inviterUserID,proto3" json:"inviterUserID,omitempty"`
	// contains filtered or unexported fields
}

func (*GroupMemberFullInfo) Descriptor deprecated

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

Deprecated: Use GroupMemberFullInfo.ProtoReflect.Descriptor instead.

func (*GroupMemberFullInfo) GetAppMangerLevel

func (x *GroupMemberFullInfo) GetAppMangerLevel() int32

func (*GroupMemberFullInfo) GetEx

func (x *GroupMemberFullInfo) GetEx() string

func (*GroupMemberFullInfo) GetFaceURL

func (x *GroupMemberFullInfo) GetFaceURL() string

func (*GroupMemberFullInfo) GetGroupID

func (x *GroupMemberFullInfo) GetGroupID() string

func (*GroupMemberFullInfo) GetInviterUserID

func (x *GroupMemberFullInfo) GetInviterUserID() string

func (*GroupMemberFullInfo) GetJoinSource

func (x *GroupMemberFullInfo) GetJoinSource() int32

func (*GroupMemberFullInfo) GetJoinTime

func (x *GroupMemberFullInfo) GetJoinTime() int64

func (*GroupMemberFullInfo) GetMuteEndTime

func (x *GroupMemberFullInfo) GetMuteEndTime() int64

func (*GroupMemberFullInfo) GetNickname

func (x *GroupMemberFullInfo) GetNickname() string

func (*GroupMemberFullInfo) GetOperatorUserID

func (x *GroupMemberFullInfo) GetOperatorUserID() string

func (*GroupMemberFullInfo) GetRoleLevel

func (x *GroupMemberFullInfo) GetRoleLevel() int32

func (*GroupMemberFullInfo) GetUserID

func (x *GroupMemberFullInfo) GetUserID() string

func (*GroupMemberFullInfo) ProtoMessage

func (*GroupMemberFullInfo) ProtoMessage()

func (*GroupMemberFullInfo) ProtoReflect

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

func (*GroupMemberFullInfo) Reset

func (x *GroupMemberFullInfo) Reset()

func (*GroupMemberFullInfo) String

func (x *GroupMemberFullInfo) String() string

type GroupMemberInfoSetTips

type GroupMemberInfoSetTips struct {
	Group         *GroupInfo           `protobuf:"bytes,1,opt,name=group,proto3" json:"group,omitempty"`
	OpUser        *GroupMemberFullInfo `protobuf:"bytes,2,opt,name=opUser,proto3" json:"opUser,omitempty"`
	OperationTime int64                `protobuf:"varint,3,opt,name=operationTime,proto3" json:"operationTime,omitempty"`
	ChangedUser   *GroupMemberFullInfo `protobuf:"bytes,4,opt,name=changedUser,proto3" json:"changedUser,omitempty"`
	// contains filtered or unexported fields
}

func (*GroupMemberInfoSetTips) Descriptor deprecated

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

Deprecated: Use GroupMemberInfoSetTips.ProtoReflect.Descriptor instead.

func (*GroupMemberInfoSetTips) GetChangedUser

func (x *GroupMemberInfoSetTips) GetChangedUser() *GroupMemberFullInfo

func (*GroupMemberInfoSetTips) GetGroup

func (x *GroupMemberInfoSetTips) GetGroup() *GroupInfo

func (*GroupMemberInfoSetTips) GetOpUser

func (*GroupMemberInfoSetTips) GetOperationTime

func (x *GroupMemberInfoSetTips) GetOperationTime() int64

func (*GroupMemberInfoSetTips) ProtoMessage

func (*GroupMemberInfoSetTips) ProtoMessage()

func (*GroupMemberInfoSetTips) ProtoReflect

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

func (*GroupMemberInfoSetTips) Reset

func (x *GroupMemberInfoSetTips) Reset()

func (*GroupMemberInfoSetTips) String

func (x *GroupMemberInfoSetTips) String() string

type GroupMemberMutedTips

type GroupMemberMutedTips struct {
	Group         *GroupInfo           `protobuf:"bytes,1,opt,name=group,proto3" json:"group,omitempty"`
	OpUser        *GroupMemberFullInfo `protobuf:"bytes,2,opt,name=opUser,proto3" json:"opUser,omitempty"`
	OperationTime int64                `protobuf:"varint,3,opt,name=operationTime,proto3" json:"operationTime,omitempty"`
	MutedUser     *GroupMemberFullInfo `protobuf:"bytes,4,opt,name=mutedUser,proto3" json:"mutedUser,omitempty"`
	MutedSeconds  uint32               `protobuf:"varint,5,opt,name=mutedSeconds,proto3" json:"mutedSeconds,omitempty"`
	// contains filtered or unexported fields
}

func (*GroupMemberMutedTips) Descriptor deprecated

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

Deprecated: Use GroupMemberMutedTips.ProtoReflect.Descriptor instead.

func (*GroupMemberMutedTips) GetGroup

func (x *GroupMemberMutedTips) GetGroup() *GroupInfo

func (*GroupMemberMutedTips) GetMutedSeconds

func (x *GroupMemberMutedTips) GetMutedSeconds() uint32

func (*GroupMemberMutedTips) GetMutedUser

func (x *GroupMemberMutedTips) GetMutedUser() *GroupMemberFullInfo

func (*GroupMemberMutedTips) GetOpUser

func (x *GroupMemberMutedTips) GetOpUser() *GroupMemberFullInfo

func (*GroupMemberMutedTips) GetOperationTime

func (x *GroupMemberMutedTips) GetOperationTime() int64

func (*GroupMemberMutedTips) ProtoMessage

func (*GroupMemberMutedTips) ProtoMessage()

func (*GroupMemberMutedTips) ProtoReflect

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

func (*GroupMemberMutedTips) Reset

func (x *GroupMemberMutedTips) Reset()

func (*GroupMemberMutedTips) String

func (x *GroupMemberMutedTips) String() string

type GroupMutedTips

type GroupMutedTips struct {
	Group         *GroupInfo           `protobuf:"bytes,1,opt,name=group,proto3" json:"group,omitempty"`
	OpUser        *GroupMemberFullInfo `protobuf:"bytes,2,opt,name=opUser,proto3" json:"opUser,omitempty"`
	OperationTime int64                `protobuf:"varint,3,opt,name=operationTime,proto3" json:"operationTime,omitempty"`
	// contains filtered or unexported fields
}

func (*GroupMutedTips) Descriptor deprecated

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

Deprecated: Use GroupMutedTips.ProtoReflect.Descriptor instead.

func (*GroupMutedTips) GetGroup

func (x *GroupMutedTips) GetGroup() *GroupInfo

func (*GroupMutedTips) GetOpUser

func (x *GroupMutedTips) GetOpUser() *GroupMemberFullInfo

func (*GroupMutedTips) GetOperationTime

func (x *GroupMutedTips) GetOperationTime() int64

func (*GroupMutedTips) ProtoMessage

func (*GroupMutedTips) ProtoMessage()

func (*GroupMutedTips) ProtoReflect

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

func (*GroupMutedTips) Reset

func (x *GroupMutedTips) Reset()

func (*GroupMutedTips) String

func (x *GroupMutedTips) String() string

type GroupOwnerTransferredTips

type GroupOwnerTransferredTips struct {
	Group         *GroupInfo           `protobuf:"bytes,1,opt,name=group,proto3" json:"group,omitempty"`
	OpUser        *GroupMemberFullInfo `protobuf:"bytes,2,opt,name=opUser,proto3" json:"opUser,omitempty"`
	NewGroupOwner *GroupMemberFullInfo `protobuf:"bytes,3,opt,name=newGroupOwner,proto3" json:"newGroupOwner,omitempty"`
	OldGroupOwner string               `protobuf:"bytes,4,opt,name=oldGroupOwner,proto3" json:"oldGroupOwner,omitempty"`
	OperationTime int64                `protobuf:"varint,5,opt,name=operationTime,proto3" json:"operationTime,omitempty"`
	// contains filtered or unexported fields
}

OnTransferGroupOwner()

func (*GroupOwnerTransferredTips) Descriptor deprecated

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

Deprecated: Use GroupOwnerTransferredTips.ProtoReflect.Descriptor instead.

func (*GroupOwnerTransferredTips) GetGroup

func (x *GroupOwnerTransferredTips) GetGroup() *GroupInfo

func (*GroupOwnerTransferredTips) GetNewGroupOwner

func (x *GroupOwnerTransferredTips) GetNewGroupOwner() *GroupMemberFullInfo

func (*GroupOwnerTransferredTips) GetOldGroupOwner

func (x *GroupOwnerTransferredTips) GetOldGroupOwner() string

func (*GroupOwnerTransferredTips) GetOpUser

func (*GroupOwnerTransferredTips) GetOperationTime

func (x *GroupOwnerTransferredTips) GetOperationTime() int64

func (*GroupOwnerTransferredTips) ProtoMessage

func (*GroupOwnerTransferredTips) ProtoMessage()

func (*GroupOwnerTransferredTips) ProtoReflect

func (*GroupOwnerTransferredTips) Reset

func (x *GroupOwnerTransferredTips) Reset()

func (*GroupOwnerTransferredTips) String

func (x *GroupOwnerTransferredTips) String() string

type GroupRequest

type GroupRequest struct {
	UserInfo      *PublicUserInfo `protobuf:"bytes,1,opt,name=userInfo,proto3" json:"userInfo,omitempty"`
	GroupInfo     *GroupInfo      `protobuf:"bytes,2,opt,name=groupInfo,proto3" json:"groupInfo,omitempty"`
	HandleResult  int32           `protobuf:"varint,3,opt,name=handleResult,proto3" json:"handleResult,omitempty"`
	ReqMsg        string          `protobuf:"bytes,4,opt,name=reqMsg,proto3" json:"reqMsg,omitempty"`
	HandleMsg     string          `protobuf:"bytes,5,opt,name=handleMsg,proto3" json:"handleMsg,omitempty"`
	ReqTime       int64           `protobuf:"varint,6,opt,name=reqTime,proto3" json:"reqTime,omitempty"`
	HandleUserID  string          `protobuf:"bytes,7,opt,name=handleUserID,proto3" json:"handleUserID,omitempty"`
	HandleTime    int64           `protobuf:"varint,8,opt,name=handleTime,proto3" json:"handleTime,omitempty"`
	Ex            string          `protobuf:"bytes,9,opt,name=ex,proto3" json:"ex,omitempty"`
	JoinSource    int32           `protobuf:"varint,10,opt,name=joinSource,proto3" json:"joinSource,omitempty"`
	InviterUserID string          `protobuf:"bytes,11,opt,name=inviterUserID,proto3" json:"inviterUserID,omitempty"`
	// contains filtered or unexported fields
}

func (*GroupRequest) Descriptor deprecated

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

Deprecated: Use GroupRequest.ProtoReflect.Descriptor instead.

func (*GroupRequest) GetEx

func (x *GroupRequest) GetEx() string

func (*GroupRequest) GetGroupInfo

func (x *GroupRequest) GetGroupInfo() *GroupInfo

func (*GroupRequest) GetHandleMsg

func (x *GroupRequest) GetHandleMsg() string

func (*GroupRequest) GetHandleResult

func (x *GroupRequest) GetHandleResult() int32

func (*GroupRequest) GetHandleTime

func (x *GroupRequest) GetHandleTime() int64

func (*GroupRequest) GetHandleUserID

func (x *GroupRequest) GetHandleUserID() string

func (*GroupRequest) GetInviterUserID

func (x *GroupRequest) GetInviterUserID() string

func (*GroupRequest) GetJoinSource

func (x *GroupRequest) GetJoinSource() int32

func (*GroupRequest) GetReqMsg

func (x *GroupRequest) GetReqMsg() string

func (*GroupRequest) GetReqTime

func (x *GroupRequest) GetReqTime() int64

func (*GroupRequest) GetUserInfo

func (x *GroupRequest) GetUserInfo() *PublicUserInfo

func (*GroupRequest) ProtoMessage

func (*GroupRequest) ProtoMessage()

func (*GroupRequest) ProtoReflect

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

func (*GroupRequest) Reset

func (x *GroupRequest) Reset()

func (*GroupRequest) String

func (x *GroupRequest) String() string

type JoinGroupApplicationTips

type JoinGroupApplicationTips struct {
	Group     *GroupInfo      `protobuf:"bytes,1,opt,name=group,proto3" json:"group,omitempty"`
	Applicant *PublicUserInfo `protobuf:"bytes,2,opt,name=applicant,proto3" json:"applicant,omitempty"`
	ReqMsg    string          `protobuf:"bytes,3,opt,name=reqMsg,proto3" json:"reqMsg,omitempty"`
	// contains filtered or unexported fields
}

OnJoinGroupApplication()

func (*JoinGroupApplicationTips) Descriptor deprecated

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

Deprecated: Use JoinGroupApplicationTips.ProtoReflect.Descriptor instead.

func (*JoinGroupApplicationTips) GetApplicant

func (x *JoinGroupApplicationTips) GetApplicant() *PublicUserInfo

func (*JoinGroupApplicationTips) GetGroup

func (x *JoinGroupApplicationTips) GetGroup() *GroupInfo

func (*JoinGroupApplicationTips) GetReqMsg

func (x *JoinGroupApplicationTips) GetReqMsg() string

func (*JoinGroupApplicationTips) ProtoMessage

func (*JoinGroupApplicationTips) ProtoMessage()

func (*JoinGroupApplicationTips) ProtoReflect

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

func (*JoinGroupApplicationTips) Reset

func (x *JoinGroupApplicationTips) Reset()

func (*JoinGroupApplicationTips) String

func (x *JoinGroupApplicationTips) String() string

type MarkAsReadTips

type MarkAsReadTips struct {
	MarkAsReadUserID string  `protobuf:"bytes,1,opt,name=markAsReadUserID,proto3" json:"markAsReadUserID,omitempty"`
	ConversationID   string  `protobuf:"bytes,2,opt,name=conversationID,proto3" json:"conversationID,omitempty"`
	Seqs             []int64 `protobuf:"varint,3,rep,packed,name=seqs,proto3" json:"seqs,omitempty"`
	HasReadSeq       int64   `protobuf:"varint,4,opt,name=hasReadSeq,proto3" json:"hasReadSeq,omitempty"`
	// contains filtered or unexported fields
}

func (*MarkAsReadTips) Descriptor deprecated

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

Deprecated: Use MarkAsReadTips.ProtoReflect.Descriptor instead.

func (*MarkAsReadTips) GetConversationID

func (x *MarkAsReadTips) GetConversationID() string

func (*MarkAsReadTips) GetHasReadSeq

func (x *MarkAsReadTips) GetHasReadSeq() int64

func (*MarkAsReadTips) GetMarkAsReadUserID

func (x *MarkAsReadTips) GetMarkAsReadUserID() string

func (*MarkAsReadTips) GetSeqs

func (x *MarkAsReadTips) GetSeqs() []int64

func (*MarkAsReadTips) ProtoMessage

func (*MarkAsReadTips) ProtoMessage()

func (*MarkAsReadTips) ProtoReflect

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

func (*MarkAsReadTips) Reset

func (x *MarkAsReadTips) Reset()

func (*MarkAsReadTips) String

func (x *MarkAsReadTips) String() string

type MemberEnterTips

type MemberEnterTips struct {
	Group         *GroupInfo           `protobuf:"bytes,1,opt,name=group,proto3" json:"group,omitempty"`
	EntrantUser   *GroupMemberFullInfo `protobuf:"bytes,2,opt,name=entrantUser,proto3" json:"entrantUser,omitempty"`
	OperationTime int64                `protobuf:"varint,3,opt,name=operationTime,proto3" json:"operationTime,omitempty"`
	// contains filtered or unexported fields
}

Actively join the group

func (*MemberEnterTips) Descriptor deprecated

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

Deprecated: Use MemberEnterTips.ProtoReflect.Descriptor instead.

func (*MemberEnterTips) GetEntrantUser

func (x *MemberEnterTips) GetEntrantUser() *GroupMemberFullInfo

func (*MemberEnterTips) GetGroup

func (x *MemberEnterTips) GetGroup() *GroupInfo

func (*MemberEnterTips) GetOperationTime

func (x *MemberEnterTips) GetOperationTime() int64

func (*MemberEnterTips) ProtoMessage

func (*MemberEnterTips) ProtoMessage()

func (*MemberEnterTips) ProtoReflect

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

func (*MemberEnterTips) Reset

func (x *MemberEnterTips) Reset()

func (*MemberEnterTips) String

func (x *MemberEnterTips) String() string

type MemberInvitedTips

type MemberInvitedTips struct {
	Group           *GroupInfo             `protobuf:"bytes,1,opt,name=group,proto3" json:"group,omitempty"`
	OpUser          *GroupMemberFullInfo   `protobuf:"bytes,2,opt,name=opUser,proto3" json:"opUser,omitempty"`
	InvitedUserList []*GroupMemberFullInfo `protobuf:"bytes,3,rep,name=invitedUserList,proto3" json:"invitedUserList,omitempty"`
	OperationTime   int64                  `protobuf:"varint,4,opt,name=operationTime,proto3" json:"operationTime,omitempty"`
	// contains filtered or unexported fields
}

OnMemberInvited()

func (*MemberInvitedTips) Descriptor deprecated

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

Deprecated: Use MemberInvitedTips.ProtoReflect.Descriptor instead.

func (*MemberInvitedTips) GetGroup

func (x *MemberInvitedTips) GetGroup() *GroupInfo

func (*MemberInvitedTips) GetInvitedUserList

func (x *MemberInvitedTips) GetInvitedUserList() []*GroupMemberFullInfo

func (*MemberInvitedTips) GetOpUser

func (x *MemberInvitedTips) GetOpUser() *GroupMemberFullInfo

func (*MemberInvitedTips) GetOperationTime

func (x *MemberInvitedTips) GetOperationTime() int64

func (*MemberInvitedTips) ProtoMessage

func (*MemberInvitedTips) ProtoMessage()

func (*MemberInvitedTips) ProtoReflect

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

func (*MemberInvitedTips) Reset

func (x *MemberInvitedTips) Reset()

func (*MemberInvitedTips) String

func (x *MemberInvitedTips) String() string

type MemberKickedTips

type MemberKickedTips struct {
	Group          *GroupInfo             `protobuf:"bytes,1,opt,name=group,proto3" json:"group,omitempty"`
	OpUser         *GroupMemberFullInfo   `protobuf:"bytes,2,opt,name=opUser,proto3" json:"opUser,omitempty"`
	KickedUserList []*GroupMemberFullInfo `protobuf:"bytes,3,rep,name=kickedUserList,proto3" json:"kickedUserList,omitempty"`
	OperationTime  int64                  `protobuf:"varint,4,opt,name=operationTime,proto3" json:"operationTime,omitempty"`
	// contains filtered or unexported fields
}

OnMemberKicked()

func (*MemberKickedTips) Descriptor deprecated

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

Deprecated: Use MemberKickedTips.ProtoReflect.Descriptor instead.

func (*MemberKickedTips) GetGroup

func (x *MemberKickedTips) GetGroup() *GroupInfo

func (*MemberKickedTips) GetKickedUserList

func (x *MemberKickedTips) GetKickedUserList() []*GroupMemberFullInfo

func (*MemberKickedTips) GetOpUser

func (x *MemberKickedTips) GetOpUser() *GroupMemberFullInfo

func (*MemberKickedTips) GetOperationTime

func (x *MemberKickedTips) GetOperationTime() int64

func (*MemberKickedTips) ProtoMessage

func (*MemberKickedTips) ProtoMessage()

func (*MemberKickedTips) ProtoReflect

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

func (*MemberKickedTips) Reset

func (x *MemberKickedTips) Reset()

func (*MemberKickedTips) String

func (x *MemberKickedTips) String() string

type MemberQuitTips

type MemberQuitTips struct {
	Group         *GroupInfo           `protobuf:"bytes,1,opt,name=group,proto3" json:"group,omitempty"`
	QuitUser      *GroupMemberFullInfo `protobuf:"bytes,2,opt,name=quitUser,proto3" json:"quitUser,omitempty"`
	OperationTime int64                `protobuf:"varint,3,opt,name=operationTime,proto3" json:"operationTime,omitempty"`
	// contains filtered or unexported fields
}
OnQuitGroup()

Actively leave the group

func (*MemberQuitTips) Descriptor deprecated

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

Deprecated: Use MemberQuitTips.ProtoReflect.Descriptor instead.

func (*MemberQuitTips) GetGroup

func (x *MemberQuitTips) GetGroup() *GroupInfo

func (*MemberQuitTips) GetOperationTime

func (x *MemberQuitTips) GetOperationTime() int64

func (*MemberQuitTips) GetQuitUser

func (x *MemberQuitTips) GetQuitUser() *GroupMemberFullInfo

func (*MemberQuitTips) ProtoMessage

func (*MemberQuitTips) ProtoMessage()

func (*MemberQuitTips) ProtoReflect

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

func (*MemberQuitTips) Reset

func (x *MemberQuitTips) Reset()

func (*MemberQuitTips) String

func (x *MemberQuitTips) String() string

type MessageRevokedContent

type MessageRevokedContent struct {
	RevokerID                   string `protobuf:"bytes,1,opt,name=revokerID,proto3" json:"revokerID,omitempty"`
	RevokerRole                 int32  `protobuf:"varint,2,opt,name=revokerRole,proto3" json:"revokerRole,omitempty"`
	ClientMsgID                 string `protobuf:"bytes,3,opt,name=clientMsgID,proto3" json:"clientMsgID,omitempty"`
	RevokerNickname             string `protobuf:"bytes,4,opt,name=revokerNickname,proto3" json:"revokerNickname,omitempty"`
	RevokeTime                  int64  `protobuf:"varint,5,opt,name=revokeTime,proto3" json:"revokeTime,omitempty"`
	SourceMessageSendTime       int64  `protobuf:"varint,6,opt,name=sourceMessageSendTime,proto3" json:"sourceMessageSendTime,omitempty"`
	SourceMessageSendID         string `protobuf:"bytes,7,opt,name=sourceMessageSendID,proto3" json:"sourceMessageSendID,omitempty"`
	SourceMessageSenderNickname string `protobuf:"bytes,8,opt,name=sourceMessageSenderNickname,proto3" json:"sourceMessageSenderNickname,omitempty"`
	SessionType                 int32  `protobuf:"varint,10,opt,name=sessionType,proto3" json:"sessionType,omitempty"`
	Seq                         int64  `protobuf:"varint,11,opt,name=seq,proto3" json:"seq,omitempty"`
	Ex                          string `protobuf:"bytes,12,opt,name=ex,proto3" json:"ex,omitempty"`
	// contains filtered or unexported fields
}

func (*MessageRevokedContent) Descriptor deprecated

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

Deprecated: Use MessageRevokedContent.ProtoReflect.Descriptor instead.

func (*MessageRevokedContent) GetClientMsgID

func (x *MessageRevokedContent) GetClientMsgID() string

func (*MessageRevokedContent) GetEx

func (x *MessageRevokedContent) GetEx() string

func (*MessageRevokedContent) GetRevokeTime

func (x *MessageRevokedContent) GetRevokeTime() int64

func (*MessageRevokedContent) GetRevokerID

func (x *MessageRevokedContent) GetRevokerID() string

func (*MessageRevokedContent) GetRevokerNickname

func (x *MessageRevokedContent) GetRevokerNickname() string

func (*MessageRevokedContent) GetRevokerRole

func (x *MessageRevokedContent) GetRevokerRole() int32

func (*MessageRevokedContent) GetSeq

func (x *MessageRevokedContent) GetSeq() int64

func (*MessageRevokedContent) GetSessionType

func (x *MessageRevokedContent) GetSessionType() int32

func (*MessageRevokedContent) GetSourceMessageSendID

func (x *MessageRevokedContent) GetSourceMessageSendID() string

func (*MessageRevokedContent) GetSourceMessageSendTime

func (x *MessageRevokedContent) GetSourceMessageSendTime() int64

func (*MessageRevokedContent) GetSourceMessageSenderNickname

func (x *MessageRevokedContent) GetSourceMessageSenderNickname() string

func (*MessageRevokedContent) ProtoMessage

func (*MessageRevokedContent) ProtoMessage()

func (*MessageRevokedContent) ProtoReflect

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

func (*MessageRevokedContent) Reset

func (x *MessageRevokedContent) Reset()

func (*MessageRevokedContent) String

func (x *MessageRevokedContent) String() string

type MsgData

type MsgData struct {
	SendID           string           `protobuf:"bytes,1,opt,name=sendID,proto3" json:"sendID,omitempty"`
	RecvID           string           `protobuf:"bytes,2,opt,name=recvID,proto3" json:"recvID,omitempty"`
	GroupID          string           `protobuf:"bytes,3,opt,name=groupID,proto3" json:"groupID,omitempty"`
	ClientMsgID      string           `protobuf:"bytes,4,opt,name=clientMsgID,proto3" json:"clientMsgID,omitempty"`
	ServerMsgID      string           `protobuf:"bytes,5,opt,name=serverMsgID,proto3" json:"serverMsgID,omitempty"`
	SenderPlatformID int32            `protobuf:"varint,6,opt,name=senderPlatformID,proto3" json:"senderPlatformID,omitempty"`
	SenderNickname   string           `protobuf:"bytes,7,opt,name=senderNickname,proto3" json:"senderNickname,omitempty"`
	SenderFaceURL    string           `protobuf:"bytes,8,opt,name=senderFaceURL,proto3" json:"senderFaceURL,omitempty"`
	SessionType      int32            `protobuf:"varint,9,opt,name=sessionType,proto3" json:"sessionType,omitempty"`
	MsgFrom          int32            `protobuf:"varint,10,opt,name=msgFrom,proto3" json:"msgFrom,omitempty"`
	ContentType      int32            `protobuf:"varint,11,opt,name=contentType,proto3" json:"contentType,omitempty"`
	Content          []byte           `protobuf:"bytes,12,opt,name=content,proto3" json:"content,omitempty"`
	Seq              int64            `protobuf:"varint,14,opt,name=seq,proto3" json:"seq,omitempty"`
	SendTime         int64            `protobuf:"varint,15,opt,name=sendTime,proto3" json:"sendTime,omitempty"`
	CreateTime       int64            `protobuf:"varint,16,opt,name=createTime,proto3" json:"createTime,omitempty"`
	Status           int32            `protobuf:"varint,17,opt,name=status,proto3" json:"status,omitempty"`
	IsRead           bool             `protobuf:"varint,18,opt,name=isRead,proto3" json:"isRead,omitempty"`
	Options          map[string]bool  `` /* 157-byte string literal not displayed */
	OfflinePushInfo  *OfflinePushInfo `protobuf:"bytes,20,opt,name=offlinePushInfo,proto3" json:"offlinePushInfo,omitempty"`
	AtUserIDList     []string         `protobuf:"bytes,21,rep,name=atUserIDList,proto3" json:"atUserIDList,omitempty"`
	AttachedInfo     string           `protobuf:"bytes,22,opt,name=attachedInfo,proto3" json:"attachedInfo,omitempty"`
	Ex               string           `protobuf:"bytes,23,opt,name=ex,proto3" json:"ex,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgData) Check

func (x *MsgData) Check() error

func (*MsgData) Descriptor deprecated

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

Deprecated: Use MsgData.ProtoReflect.Descriptor instead.

func (*MsgData) GetAtUserIDList

func (x *MsgData) GetAtUserIDList() []string

func (*MsgData) GetAttachedInfo

func (x *MsgData) GetAttachedInfo() string

func (*MsgData) GetClientMsgID

func (x *MsgData) GetClientMsgID() string

func (*MsgData) GetContent

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

func (*MsgData) GetContentType

func (x *MsgData) GetContentType() int32

func (*MsgData) GetCreateTime

func (x *MsgData) GetCreateTime() int64

func (*MsgData) GetEx

func (x *MsgData) GetEx() string

func (*MsgData) GetGroupID

func (x *MsgData) GetGroupID() string

func (*MsgData) GetIsRead

func (x *MsgData) GetIsRead() bool

func (*MsgData) GetMsgFrom

func (x *MsgData) GetMsgFrom() int32

func (*MsgData) GetOfflinePushInfo

func (x *MsgData) GetOfflinePushInfo() *OfflinePushInfo

func (*MsgData) GetOptions

func (x *MsgData) GetOptions() map[string]bool

func (*MsgData) GetRecvID

func (x *MsgData) GetRecvID() string

func (*MsgData) GetSendID

func (x *MsgData) GetSendID() string

func (*MsgData) GetSendTime

func (x *MsgData) GetSendTime() int64

func (*MsgData) GetSenderFaceURL

func (x *MsgData) GetSenderFaceURL() string

func (*MsgData) GetSenderNickname

func (x *MsgData) GetSenderNickname() string

func (*MsgData) GetSenderPlatformID

func (x *MsgData) GetSenderPlatformID() int32

func (*MsgData) GetSeq

func (x *MsgData) GetSeq() int64

func (*MsgData) GetServerMsgID

func (x *MsgData) GetServerMsgID() string

func (*MsgData) GetSessionType

func (x *MsgData) GetSessionType() int32

func (*MsgData) GetStatus

func (x *MsgData) GetStatus() int32

func (*MsgData) ProtoMessage

func (*MsgData) ProtoMessage()

func (*MsgData) ProtoReflect

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

func (*MsgData) Reset

func (x *MsgData) Reset()

func (*MsgData) String

func (x *MsgData) String() string

type NotificationElem

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

func (*NotificationElem) Descriptor deprecated

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

Deprecated: Use NotificationElem.ProtoReflect.Descriptor instead.

func (*NotificationElem) GetDetail

func (x *NotificationElem) GetDetail() string

func (*NotificationElem) ProtoMessage

func (*NotificationElem) ProtoMessage()

func (*NotificationElem) ProtoReflect

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

func (*NotificationElem) Reset

func (x *NotificationElem) Reset()

func (*NotificationElem) String

func (x *NotificationElem) String() string

type OfflinePushInfo

type OfflinePushInfo struct {
	Title         string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`
	Desc          string `protobuf:"bytes,2,opt,name=desc,proto3" json:"desc,omitempty"`
	Ex            string `protobuf:"bytes,3,opt,name=ex,proto3" json:"ex,omitempty"`
	IOSPushSound  string `protobuf:"bytes,4,opt,name=iOSPushSound,proto3" json:"iOSPushSound,omitempty"`
	IOSBadgeCount bool   `protobuf:"varint,5,opt,name=iOSBadgeCount,proto3" json:"iOSBadgeCount,omitempty"`
	SignalInfo    string `protobuf:"bytes,6,opt,name=signalInfo,proto3" json:"signalInfo,omitempty"`
	// contains filtered or unexported fields
}

func (*OfflinePushInfo) Descriptor deprecated

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

Deprecated: Use OfflinePushInfo.ProtoReflect.Descriptor instead.

func (*OfflinePushInfo) GetDesc

func (x *OfflinePushInfo) GetDesc() string

func (*OfflinePushInfo) GetEx

func (x *OfflinePushInfo) GetEx() string

func (*OfflinePushInfo) GetIOSBadgeCount

func (x *OfflinePushInfo) GetIOSBadgeCount() bool

func (*OfflinePushInfo) GetIOSPushSound

func (x *OfflinePushInfo) GetIOSPushSound() string

func (*OfflinePushInfo) GetSignalInfo

func (x *OfflinePushInfo) GetSignalInfo() string

func (*OfflinePushInfo) GetTitle

func (x *OfflinePushInfo) GetTitle() string

func (*OfflinePushInfo) ProtoMessage

func (*OfflinePushInfo) ProtoMessage()

func (*OfflinePushInfo) ProtoReflect

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

func (*OfflinePushInfo) Reset

func (x *OfflinePushInfo) Reset()

func (*OfflinePushInfo) String

func (x *OfflinePushInfo) String() string

type ProcessUserCommand

type ProcessUserCommand struct {
	UserID     string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty"`
	Type       int32  `protobuf:"varint,2,opt,name=type,proto3" json:"type,omitempty"`
	CreateTime int64  `protobuf:"varint,3,opt,name=createTime,proto3" json:"createTime,omitempty"`
	Uuid       string `protobuf:"bytes,4,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Value      string `protobuf:"bytes,5,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*ProcessUserCommand) Descriptor deprecated

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

Deprecated: Use ProcessUserCommand.ProtoReflect.Descriptor instead.

func (*ProcessUserCommand) GetCreateTime

func (x *ProcessUserCommand) GetCreateTime() int64

func (*ProcessUserCommand) GetType

func (x *ProcessUserCommand) GetType() int32

func (*ProcessUserCommand) GetUserID

func (x *ProcessUserCommand) GetUserID() string

func (*ProcessUserCommand) GetUuid

func (x *ProcessUserCommand) GetUuid() string

func (*ProcessUserCommand) GetValue

func (x *ProcessUserCommand) GetValue() string

func (*ProcessUserCommand) ProtoMessage

func (*ProcessUserCommand) ProtoMessage()

func (*ProcessUserCommand) ProtoReflect

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

func (*ProcessUserCommand) Reset

func (x *ProcessUserCommand) Reset()

func (*ProcessUserCommand) String

func (x *ProcessUserCommand) String() string

type PublicUserInfo

type PublicUserInfo struct {
	UserID   string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty"`
	Nickname string `protobuf:"bytes,2,opt,name=nickname,proto3" json:"nickname,omitempty"`
	FaceURL  string `protobuf:"bytes,3,opt,name=faceURL,proto3" json:"faceURL,omitempty"`
	Ex       string `protobuf:"bytes,4,opt,name=ex,proto3" json:"ex,omitempty"`
	// contains filtered or unexported fields
}

func (*PublicUserInfo) Descriptor deprecated

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

Deprecated: Use PublicUserInfo.ProtoReflect.Descriptor instead.

func (*PublicUserInfo) GetEx

func (x *PublicUserInfo) GetEx() string

func (*PublicUserInfo) GetFaceURL

func (x *PublicUserInfo) GetFaceURL() string

func (*PublicUserInfo) GetNickname

func (x *PublicUserInfo) GetNickname() string

func (*PublicUserInfo) GetUserID

func (x *PublicUserInfo) GetUserID() string

func (*PublicUserInfo) ProtoMessage

func (*PublicUserInfo) ProtoMessage()

func (*PublicUserInfo) ProtoReflect

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

func (*PublicUserInfo) Reset

func (x *PublicUserInfo) Reset()

func (*PublicUserInfo) String

func (x *PublicUserInfo) String() string

type PullMessageBySeqsReq

type PullMessageBySeqsReq struct {
	UserID    string      `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty"`
	SeqRanges []*SeqRange `protobuf:"bytes,2,rep,name=seqRanges,proto3" json:"seqRanges,omitempty"`
	Order     PullOrder   `protobuf:"varint,3,opt,name=order,proto3,enum=OpenIMServer.sdkws.PullOrder" json:"order,omitempty"`
	// contains filtered or unexported fields
}

func (*PullMessageBySeqsReq) Descriptor deprecated

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

Deprecated: Use PullMessageBySeqsReq.ProtoReflect.Descriptor instead.

func (*PullMessageBySeqsReq) GetOrder

func (x *PullMessageBySeqsReq) GetOrder() PullOrder

func (*PullMessageBySeqsReq) GetSeqRanges

func (x *PullMessageBySeqsReq) GetSeqRanges() []*SeqRange

func (*PullMessageBySeqsReq) GetUserID

func (x *PullMessageBySeqsReq) GetUserID() string

func (*PullMessageBySeqsReq) ProtoMessage

func (*PullMessageBySeqsReq) ProtoMessage()

func (*PullMessageBySeqsReq) ProtoReflect

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

func (*PullMessageBySeqsReq) Reset

func (x *PullMessageBySeqsReq) Reset()

func (*PullMessageBySeqsReq) String

func (x *PullMessageBySeqsReq) String() string

type PullMessageBySeqsResp

type PullMessageBySeqsResp struct {
	Msgs             map[string]*PullMsgs `` /* 149-byte string literal not displayed */
	NotificationMsgs map[string]*PullMsgs `` /* 173-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*PullMessageBySeqsResp) Descriptor deprecated

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

Deprecated: Use PullMessageBySeqsResp.ProtoReflect.Descriptor instead.

func (*PullMessageBySeqsResp) GetMsgs

func (x *PullMessageBySeqsResp) GetMsgs() map[string]*PullMsgs

func (*PullMessageBySeqsResp) GetNotificationMsgs

func (x *PullMessageBySeqsResp) GetNotificationMsgs() map[string]*PullMsgs

func (*PullMessageBySeqsResp) ProtoMessage

func (*PullMessageBySeqsResp) ProtoMessage()

func (*PullMessageBySeqsResp) ProtoReflect

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

func (*PullMessageBySeqsResp) Reset

func (x *PullMessageBySeqsResp) Reset()

func (*PullMessageBySeqsResp) String

func (x *PullMessageBySeqsResp) String() string

type PullMsgs

type PullMsgs struct {
	Msgs  []*MsgData `protobuf:"bytes,1,rep,name=Msgs,proto3" json:"Msgs,omitempty"`
	IsEnd bool       `protobuf:"varint,2,opt,name=isEnd,proto3" json:"isEnd,omitempty"`
	// contains filtered or unexported fields
}

func (*PullMsgs) Descriptor deprecated

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

Deprecated: Use PullMsgs.ProtoReflect.Descriptor instead.

func (*PullMsgs) GetIsEnd

func (x *PullMsgs) GetIsEnd() bool

func (*PullMsgs) GetMsgs

func (x *PullMsgs) GetMsgs() []*MsgData

func (*PullMsgs) ProtoMessage

func (*PullMsgs) ProtoMessage()

func (*PullMsgs) ProtoReflect

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

func (*PullMsgs) Reset

func (x *PullMsgs) Reset()

func (*PullMsgs) String

func (x *PullMsgs) String() string

type PullOrder

type PullOrder int32

/////////////////////////////////base end/////////////////////////////////////

const (
	PullOrder_PullOrderAsc  PullOrder = 0
	PullOrder_PullOrderDesc PullOrder = 1
)

func (PullOrder) Descriptor

func (PullOrder) Descriptor() protoreflect.EnumDescriptor

func (PullOrder) Enum

func (x PullOrder) Enum() *PullOrder

func (PullOrder) EnumDescriptor deprecated

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

Deprecated: Use PullOrder.Descriptor instead.

func (PullOrder) Number

func (x PullOrder) Number() protoreflect.EnumNumber

func (PullOrder) String

func (x PullOrder) String() string

func (PullOrder) Type

type PushMessages

type PushMessages struct {
	Msgs             map[string]*PullMsgs `` /* 149-byte string literal not displayed */
	NotificationMsgs map[string]*PullMsgs `` /* 173-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*PushMessages) Descriptor deprecated

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

Deprecated: Use PushMessages.ProtoReflect.Descriptor instead.

func (*PushMessages) GetMsgs

func (x *PushMessages) GetMsgs() map[string]*PullMsgs

func (*PushMessages) GetNotificationMsgs

func (x *PushMessages) GetNotificationMsgs() map[string]*PullMsgs

func (*PushMessages) ProtoMessage

func (*PushMessages) ProtoMessage()

func (*PushMessages) ProtoReflect

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

func (*PushMessages) Reset

func (x *PushMessages) Reset()

func (*PushMessages) String

func (x *PushMessages) String() string

type RequestPagination

type RequestPagination struct {
	PageNumber int32 `protobuf:"varint,1,opt,name=pageNumber,proto3" json:"pageNumber,omitempty"`
	ShowNumber int32 `protobuf:"varint,2,opt,name=showNumber,proto3" json:"showNumber,omitempty"`
	// contains filtered or unexported fields
}

func (*RequestPagination) Descriptor deprecated

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

Deprecated: Use RequestPagination.ProtoReflect.Descriptor instead.

func (*RequestPagination) GetPageNumber

func (x *RequestPagination) GetPageNumber() int32

func (*RequestPagination) GetShowNumber

func (x *RequestPagination) GetShowNumber() int32

func (*RequestPagination) ProtoMessage

func (*RequestPagination) ProtoMessage()

func (*RequestPagination) ProtoReflect

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

func (*RequestPagination) Reset

func (x *RequestPagination) Reset()

func (*RequestPagination) String

func (x *RequestPagination) String() string

type RevokeMsgTips

type RevokeMsgTips struct {
	RevokerUserID  string `protobuf:"bytes,1,opt,name=revokerUserID,proto3" json:"revokerUserID,omitempty"`
	ClientMsgID    string `protobuf:"bytes,2,opt,name=clientMsgID,proto3" json:"clientMsgID,omitempty"`
	RevokeTime     int64  `protobuf:"varint,3,opt,name=revokeTime,proto3" json:"revokeTime,omitempty"`
	SesstionType   int32  `protobuf:"varint,5,opt,name=sesstionType,proto3" json:"sesstionType,omitempty"`
	Seq            int64  `protobuf:"varint,6,opt,name=seq,proto3" json:"seq,omitempty"`
	ConversationID string `protobuf:"bytes,7,opt,name=conversationID,proto3" json:"conversationID,omitempty"`
	IsAdminRevoke  bool   `protobuf:"varint,8,opt,name=isAdminRevoke,proto3" json:"isAdminRevoke,omitempty"`
	// contains filtered or unexported fields
}

func (*RevokeMsgTips) Descriptor deprecated

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

Deprecated: Use RevokeMsgTips.ProtoReflect.Descriptor instead.

func (*RevokeMsgTips) GetClientMsgID

func (x *RevokeMsgTips) GetClientMsgID() string

func (*RevokeMsgTips) GetConversationID

func (x *RevokeMsgTips) GetConversationID() string

func (*RevokeMsgTips) GetIsAdminRevoke

func (x *RevokeMsgTips) GetIsAdminRevoke() bool

func (*RevokeMsgTips) GetRevokeTime

func (x *RevokeMsgTips) GetRevokeTime() int64

func (*RevokeMsgTips) GetRevokerUserID

func (x *RevokeMsgTips) GetRevokerUserID() string

func (*RevokeMsgTips) GetSeq

func (x *RevokeMsgTips) GetSeq() int64

func (*RevokeMsgTips) GetSesstionType

func (x *RevokeMsgTips) GetSesstionType() int32

func (*RevokeMsgTips) ProtoMessage

func (*RevokeMsgTips) ProtoMessage()

func (*RevokeMsgTips) ProtoReflect

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

func (*RevokeMsgTips) Reset

func (x *RevokeMsgTips) Reset()

func (*RevokeMsgTips) String

func (x *RevokeMsgTips) String() string

type SeqRange

type SeqRange struct {
	ConversationID string `protobuf:"bytes,1,opt,name=conversationID,proto3" json:"conversationID,omitempty"`
	Begin          int64  `protobuf:"varint,2,opt,name=begin,proto3" json:"begin,omitempty"`
	End            int64  `protobuf:"varint,3,opt,name=end,proto3" json:"end,omitempty"`
	Num            int64  `protobuf:"varint,4,opt,name=num,proto3" json:"num,omitempty"`
	// contains filtered or unexported fields
}

func (*SeqRange) Descriptor deprecated

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

Deprecated: Use SeqRange.ProtoReflect.Descriptor instead.

func (*SeqRange) GetBegin

func (x *SeqRange) GetBegin() int64

func (*SeqRange) GetConversationID

func (x *SeqRange) GetConversationID() string

func (*SeqRange) GetEnd

func (x *SeqRange) GetEnd() int64

func (*SeqRange) GetNum

func (x *SeqRange) GetNum() int64

func (*SeqRange) ProtoMessage

func (*SeqRange) ProtoMessage()

func (*SeqRange) ProtoReflect

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

func (*SeqRange) Reset

func (x *SeqRange) Reset()

func (*SeqRange) String

func (x *SeqRange) String() string

type Seqs

type Seqs struct {
	Seqs []int64 `protobuf:"varint,1,rep,packed,name=seqs,proto3" json:"seqs,omitempty"`
	// contains filtered or unexported fields
}

//////////////////message///////////////////////

func (*Seqs) Descriptor deprecated

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

Deprecated: Use Seqs.ProtoReflect.Descriptor instead.

func (*Seqs) GetSeqs

func (x *Seqs) GetSeqs() []int64

func (*Seqs) ProtoMessage

func (*Seqs) ProtoMessage()

func (*Seqs) ProtoReflect

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

func (*Seqs) Reset

func (x *Seqs) Reset()

func (*Seqs) String

func (x *Seqs) String() string

type SetAppBackgroundStatusReq

type SetAppBackgroundStatusReq struct {
	UserID       string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty"`
	IsBackground bool   `protobuf:"varint,2,opt,name=isBackground,proto3" json:"isBackground,omitempty"`
	// contains filtered or unexported fields
}

func (*SetAppBackgroundStatusReq) Descriptor deprecated

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

Deprecated: Use SetAppBackgroundStatusReq.ProtoReflect.Descriptor instead.

func (*SetAppBackgroundStatusReq) GetIsBackground

func (x *SetAppBackgroundStatusReq) GetIsBackground() bool

func (*SetAppBackgroundStatusReq) GetUserID

func (x *SetAppBackgroundStatusReq) GetUserID() string

func (*SetAppBackgroundStatusReq) ProtoMessage

func (*SetAppBackgroundStatusReq) ProtoMessage()

func (*SetAppBackgroundStatusReq) ProtoReflect

func (*SetAppBackgroundStatusReq) Reset

func (x *SetAppBackgroundStatusReq) Reset()

func (*SetAppBackgroundStatusReq) String

func (x *SetAppBackgroundStatusReq) String() string

type SetAppBackgroundStatusResp

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

func (*SetAppBackgroundStatusResp) Descriptor deprecated

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

Deprecated: Use SetAppBackgroundStatusResp.ProtoReflect.Descriptor instead.

func (*SetAppBackgroundStatusResp) ProtoMessage

func (*SetAppBackgroundStatusResp) ProtoMessage()

func (*SetAppBackgroundStatusResp) ProtoReflect

func (*SetAppBackgroundStatusResp) Reset

func (x *SetAppBackgroundStatusResp) Reset()

func (*SetAppBackgroundStatusResp) String

func (x *SetAppBackgroundStatusResp) String() string

type TipsComm

type TipsComm struct {
	Detail      []byte `protobuf:"bytes,1,opt,name=detail,proto3" json:"detail,omitempty"`
	DefaultTips string `protobuf:"bytes,2,opt,name=defaultTips,proto3" json:"defaultTips,omitempty"`
	JsonDetail  string `protobuf:"bytes,3,opt,name=jsonDetail,proto3" json:"jsonDetail,omitempty"`
	// contains filtered or unexported fields
}

func (*TipsComm) Descriptor deprecated

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

Deprecated: Use TipsComm.ProtoReflect.Descriptor instead.

func (*TipsComm) GetDefaultTips

func (x *TipsComm) GetDefaultTips() string

func (*TipsComm) GetDetail

func (x *TipsComm) GetDetail() []byte

func (*TipsComm) GetJsonDetail

func (x *TipsComm) GetJsonDetail() string

func (*TipsComm) ProtoMessage

func (*TipsComm) ProtoMessage()

func (*TipsComm) ProtoReflect

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

func (*TipsComm) Reset

func (x *TipsComm) Reset()

func (*TipsComm) String

func (x *TipsComm) String() string

type UserCommandAddTips

type UserCommandAddTips struct {
	FromUserID string `protobuf:"bytes,1,opt,name=fromUserID,proto3" json:"fromUserID,omitempty"`
	ToUserID   string `protobuf:"bytes,2,opt,name=toUserID,proto3" json:"toUserID,omitempty"`
	// contains filtered or unexported fields
}

func (*UserCommandAddTips) Descriptor deprecated

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

Deprecated: Use UserCommandAddTips.ProtoReflect.Descriptor instead.

func (*UserCommandAddTips) GetFromUserID

func (x *UserCommandAddTips) GetFromUserID() string

func (*UserCommandAddTips) GetToUserID

func (x *UserCommandAddTips) GetToUserID() string

func (*UserCommandAddTips) ProtoMessage

func (*UserCommandAddTips) ProtoMessage()

func (*UserCommandAddTips) ProtoReflect

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

func (*UserCommandAddTips) Reset

func (x *UserCommandAddTips) Reset()

func (*UserCommandAddTips) String

func (x *UserCommandAddTips) String() string

type UserCommandDeleteTips

type UserCommandDeleteTips struct {
	FromUserID string `protobuf:"bytes,1,opt,name=fromUserID,proto3" json:"fromUserID,omitempty"`
	ToUserID   string `protobuf:"bytes,2,opt,name=toUserID,proto3" json:"toUserID,omitempty"`
	// contains filtered or unexported fields
}

func (*UserCommandDeleteTips) Descriptor deprecated

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

Deprecated: Use UserCommandDeleteTips.ProtoReflect.Descriptor instead.

func (*UserCommandDeleteTips) GetFromUserID

func (x *UserCommandDeleteTips) GetFromUserID() string

func (*UserCommandDeleteTips) GetToUserID

func (x *UserCommandDeleteTips) GetToUserID() string

func (*UserCommandDeleteTips) ProtoMessage

func (*UserCommandDeleteTips) ProtoMessage()

func (*UserCommandDeleteTips) ProtoReflect

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

func (*UserCommandDeleteTips) Reset

func (x *UserCommandDeleteTips) Reset()

func (*UserCommandDeleteTips) String

func (x *UserCommandDeleteTips) String() string

type UserCommandUpdateTips

type UserCommandUpdateTips struct {
	FromUserID string `protobuf:"bytes,1,opt,name=fromUserID,proto3" json:"fromUserID,omitempty"`
	ToUserID   string `protobuf:"bytes,2,opt,name=toUserID,proto3" json:"toUserID,omitempty"`
	// contains filtered or unexported fields
}

func (*UserCommandUpdateTips) Descriptor deprecated

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

Deprecated: Use UserCommandUpdateTips.ProtoReflect.Descriptor instead.

func (*UserCommandUpdateTips) GetFromUserID

func (x *UserCommandUpdateTips) GetFromUserID() string

func (*UserCommandUpdateTips) GetToUserID

func (x *UserCommandUpdateTips) GetToUserID() string

func (*UserCommandUpdateTips) ProtoMessage

func (*UserCommandUpdateTips) ProtoMessage()

func (*UserCommandUpdateTips) ProtoReflect

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

func (*UserCommandUpdateTips) Reset

func (x *UserCommandUpdateTips) Reset()

func (*UserCommandUpdateTips) String

func (x *UserCommandUpdateTips) String() string

type UserInfo

type UserInfo struct {
	UserID           string  `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty"`
	Nickname         string  `protobuf:"bytes,2,opt,name=nickname,proto3" json:"nickname,omitempty"`
	FaceURL          string  `protobuf:"bytes,3,opt,name=faceURL,proto3" json:"faceURL,omitempty"`
	Ex               string  `protobuf:"bytes,4,opt,name=ex,proto3" json:"ex,omitempty"`
	CreateTime       int64   `protobuf:"varint,5,opt,name=createTime,proto3" json:"createTime,omitempty"`
	AppMangerLevel   int32   `protobuf:"varint,6,opt,name=appMangerLevel,proto3" json:"appMangerLevel,omitempty"`
	GlobalRecvMsgOpt int32   `protobuf:"varint,7,opt,name=globalRecvMsgOpt,proto3" json:"globalRecvMsgOpt,omitempty"`
	Latitude         float64 `protobuf:"fixed64,8,opt,name=latitude,proto3" json:"latitude,omitempty"`
	Longitude        float64 `protobuf:"fixed64,9,opt,name=longitude,proto3" json:"longitude,omitempty"`
	ChangeTime       int64   `protobuf:"varint,10,opt,name=changeTime,proto3" json:"changeTime,omitempty"`
	// contains filtered or unexported fields
}

func (*UserInfo) Descriptor deprecated

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

Deprecated: Use UserInfo.ProtoReflect.Descriptor instead.

func (*UserInfo) GetAppMangerLevel

func (x *UserInfo) GetAppMangerLevel() int32

func (*UserInfo) GetChangeTime added in v1.1.5

func (x *UserInfo) GetChangeTime() int64

func (*UserInfo) GetCreateTime

func (x *UserInfo) GetCreateTime() int64

func (*UserInfo) GetEx

func (x *UserInfo) GetEx() string

func (*UserInfo) GetFaceURL

func (x *UserInfo) GetFaceURL() string

func (*UserInfo) GetGlobalRecvMsgOpt

func (x *UserInfo) GetGlobalRecvMsgOpt() int32

func (*UserInfo) GetLatitude added in v0.0.81

func (x *UserInfo) GetLatitude() float64

func (*UserInfo) GetLongitude added in v0.0.81

func (x *UserInfo) GetLongitude() float64

func (*UserInfo) GetNickname

func (x *UserInfo) GetNickname() string

func (*UserInfo) GetUserID

func (x *UserInfo) GetUserID() string

func (*UserInfo) ProtoMessage

func (*UserInfo) ProtoMessage()

func (*UserInfo) ProtoReflect

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

func (*UserInfo) Reset

func (x *UserInfo) Reset()

func (*UserInfo) String

func (x *UserInfo) String() string

type UserInfoUpdatedTips

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

////////////////////user/////////////////////

func (*UserInfoUpdatedTips) Descriptor deprecated

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

Deprecated: Use UserInfoUpdatedTips.ProtoReflect.Descriptor instead.

func (*UserInfoUpdatedTips) GetUserID

func (x *UserInfoUpdatedTips) GetUserID() string

func (*UserInfoUpdatedTips) ProtoMessage

func (*UserInfoUpdatedTips) ProtoMessage()

func (*UserInfoUpdatedTips) ProtoReflect

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

func (*UserInfoUpdatedTips) Reset

func (x *UserInfoUpdatedTips) Reset()

func (*UserInfoUpdatedTips) String

func (x *UserInfoUpdatedTips) String() string

type UserInfoWithEx

type UserInfoWithEx struct {
	UserID           string                  `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty"`
	Nickname         *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=nickname,proto3" json:"nickname,omitempty"`
	FaceURL          *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=faceURL,proto3" json:"faceURL,omitempty"`
	Ex               *wrapperspb.StringValue `protobuf:"bytes,4,opt,name=ex,proto3" json:"ex,omitempty"`
	GlobalRecvMsgOpt *wrapperspb.Int32Value  `protobuf:"bytes,7,opt,name=globalRecvMsgOpt,proto3" json:"globalRecvMsgOpt,omitempty"`
	// contains filtered or unexported fields
}

func (*UserInfoWithEx) Descriptor deprecated

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

Deprecated: Use UserInfoWithEx.ProtoReflect.Descriptor instead.

func (*UserInfoWithEx) GetEx

func (*UserInfoWithEx) GetFaceURL

func (x *UserInfoWithEx) GetFaceURL() *wrapperspb.StringValue

func (*UserInfoWithEx) GetGlobalRecvMsgOpt

func (x *UserInfoWithEx) GetGlobalRecvMsgOpt() *wrapperspb.Int32Value

func (*UserInfoWithEx) GetNickname

func (x *UserInfoWithEx) GetNickname() *wrapperspb.StringValue

func (*UserInfoWithEx) GetUserID

func (x *UserInfoWithEx) GetUserID() string

func (*UserInfoWithEx) ProtoMessage

func (*UserInfoWithEx) ProtoMessage()

func (*UserInfoWithEx) ProtoReflect

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

func (*UserInfoWithEx) Reset

func (x *UserInfoWithEx) Reset()

func (*UserInfoWithEx) String

func (x *UserInfoWithEx) String() string

type UserSendMsgResp

type UserSendMsgResp struct {
	ServerMsgID string `protobuf:"bytes,1,opt,name=serverMsgID,proto3" json:"serverMsgID,omitempty"`
	ClientMsgID string `protobuf:"bytes,2,opt,name=clientMsgID,proto3" json:"clientMsgID,omitempty"`
	SendTime    int64  `protobuf:"varint,3,opt,name=sendTime,proto3" json:"sendTime,omitempty"`
	// contains filtered or unexported fields
}

func (*UserSendMsgResp) Descriptor deprecated

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

Deprecated: Use UserSendMsgResp.ProtoReflect.Descriptor instead.

func (*UserSendMsgResp) GetClientMsgID

func (x *UserSendMsgResp) GetClientMsgID() string

func (*UserSendMsgResp) GetSendTime

func (x *UserSendMsgResp) GetSendTime() int64

func (*UserSendMsgResp) GetServerMsgID

func (x *UserSendMsgResp) GetServerMsgID() string

func (*UserSendMsgResp) ProtoMessage

func (*UserSendMsgResp) ProtoMessage()

func (*UserSendMsgResp) ProtoReflect

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

func (*UserSendMsgResp) Reset

func (x *UserSendMsgResp) Reset()

func (*UserSendMsgResp) String

func (x *UserSendMsgResp) String() string

type UserStatusChangeTips

type UserStatusChangeTips struct {
	FromUserID string `protobuf:"bytes,1,opt,name=fromUserID,proto3" json:"fromUserID,omitempty"`
	ToUserID   string `protobuf:"bytes,2,opt,name=toUserID,proto3" json:"toUserID,omitempty"`
	Status     int32  `protobuf:"varint,3,opt,name=status,proto3" json:"status,omitempty"`
	PlatformID int32  `protobuf:"varint,4,opt,name=platformID,proto3" json:"platformID,omitempty"`
	// contains filtered or unexported fields
}

func (*UserStatusChangeTips) Descriptor deprecated

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

Deprecated: Use UserStatusChangeTips.ProtoReflect.Descriptor instead.

func (*UserStatusChangeTips) GetFromUserID

func (x *UserStatusChangeTips) GetFromUserID() string

func (*UserStatusChangeTips) GetPlatformID

func (x *UserStatusChangeTips) GetPlatformID() int32

func (*UserStatusChangeTips) GetStatus

func (x *UserStatusChangeTips) GetStatus() int32

func (*UserStatusChangeTips) GetToUserID

func (x *UserStatusChangeTips) GetToUserID() string

func (*UserStatusChangeTips) ProtoMessage

func (*UserStatusChangeTips) ProtoMessage()

func (*UserStatusChangeTips) ProtoReflect

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

func (*UserStatusChangeTips) Reset

func (x *UserStatusChangeTips) Reset()

func (*UserStatusChangeTips) String

func (x *UserStatusChangeTips) String() string

Jump to

Keyboard shortcuts

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