jssdk

package
v0.0.72-alpha.67 Latest Latest
Warning

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

Go to latest
Published: Dec 20, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_jssdk_jssdk_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ConversationMsg

type ConversationMsg struct {
	Conversation *conversation.Conversation `protobuf:"bytes,1,opt,name=conversation,proto3" json:"conversation"`
	LastMsg      *sdkws.MsgData             `protobuf:"bytes,2,opt,name=lastMsg,proto3" json:"lastMsg"`
	User         *sdkws.UserInfo            `protobuf:"bytes,3,opt,name=user,proto3" json:"user"`
	Friend       *relation.FriendInfoOnly   `protobuf:"bytes,4,opt,name=friend,proto3" json:"friend"`
	Group        *sdkws.GroupInfo           `protobuf:"bytes,5,opt,name=group,proto3" json:"group"`
	MaxSeq       int64                      `protobuf:"varint,6,opt,name=maxSeq,proto3" json:"maxSeq"`
	ReadSeq      int64                      `protobuf:"varint,7,opt,name=readSeq,proto3" json:"readSeq"`
	// contains filtered or unexported fields
}

func (*ConversationMsg) Descriptor deprecated

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

Deprecated: Use ConversationMsg.ProtoReflect.Descriptor instead.

func (*ConversationMsg) GetConversation

func (x *ConversationMsg) GetConversation() *conversation.Conversation

func (*ConversationMsg) GetFriend

func (x *ConversationMsg) GetFriend() *relation.FriendInfoOnly

func (*ConversationMsg) GetGroup

func (x *ConversationMsg) GetGroup() *sdkws.GroupInfo

func (*ConversationMsg) GetLastMsg

func (x *ConversationMsg) GetLastMsg() *sdkws.MsgData

func (*ConversationMsg) GetMaxSeq

func (x *ConversationMsg) GetMaxSeq() int64

func (*ConversationMsg) GetReadSeq

func (x *ConversationMsg) GetReadSeq() int64

func (*ConversationMsg) GetUser

func (x *ConversationMsg) GetUser() *sdkws.UserInfo

func (*ConversationMsg) ProtoMessage

func (*ConversationMsg) ProtoMessage()

func (*ConversationMsg) ProtoReflect

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

func (*ConversationMsg) Reset

func (x *ConversationMsg) Reset()

func (*ConversationMsg) String

func (x *ConversationMsg) String() string

type GetActiveConversationsReq

type GetActiveConversationsReq struct {
	OwnerUserID string `protobuf:"bytes,1,opt,name=ownerUserID,proto3" json:"ownerUserID"`
	Count       int64  `protobuf:"varint,2,opt,name=count,proto3" json:"count"`
	// contains filtered or unexported fields
}

func (*GetActiveConversationsReq) Descriptor deprecated

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

Deprecated: Use GetActiveConversationsReq.ProtoReflect.Descriptor instead.

func (*GetActiveConversationsReq) GetCount

func (x *GetActiveConversationsReq) GetCount() int64

func (*GetActiveConversationsReq) GetOwnerUserID

func (x *GetActiveConversationsReq) GetOwnerUserID() string

func (*GetActiveConversationsReq) ProtoMessage

func (*GetActiveConversationsReq) ProtoMessage()

func (*GetActiveConversationsReq) ProtoReflect

func (*GetActiveConversationsReq) Reset

func (x *GetActiveConversationsReq) Reset()

func (*GetActiveConversationsReq) String

func (x *GetActiveConversationsReq) String() string

type GetActiveConversationsResp

type GetActiveConversationsResp struct {
	UnreadCount   int64              `protobuf:"varint,1,opt,name=unreadCount,proto3" json:"unreadCount"`
	Conversations []*ConversationMsg `protobuf:"bytes,2,rep,name=conversations,proto3" json:"conversations"`
	// contains filtered or unexported fields
}

func (*GetActiveConversationsResp) Descriptor deprecated

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

Deprecated: Use GetActiveConversationsResp.ProtoReflect.Descriptor instead.

func (*GetActiveConversationsResp) GetConversations

func (x *GetActiveConversationsResp) GetConversations() []*ConversationMsg

func (*GetActiveConversationsResp) GetUnreadCount

func (x *GetActiveConversationsResp) GetUnreadCount() int64

func (*GetActiveConversationsResp) ProtoMessage

func (*GetActiveConversationsResp) ProtoMessage()

func (*GetActiveConversationsResp) ProtoReflect

func (*GetActiveConversationsResp) Reset

func (x *GetActiveConversationsResp) Reset()

func (*GetActiveConversationsResp) String

func (x *GetActiveConversationsResp) String() string

type GetConversationsReq

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

func (*GetConversationsReq) Descriptor deprecated

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

Deprecated: Use GetConversationsReq.ProtoReflect.Descriptor instead.

func (*GetConversationsReq) GetConversationIDs

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

func (*GetConversationsReq) GetOwnerUserID

func (x *GetConversationsReq) GetOwnerUserID() string

func (*GetConversationsReq) ProtoMessage

func (*GetConversationsReq) ProtoMessage()

func (*GetConversationsReq) ProtoReflect

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

func (*GetConversationsReq) Reset

func (x *GetConversationsReq) Reset()

func (*GetConversationsReq) String

func (x *GetConversationsReq) String() string

type GetConversationsResp

type GetConversationsResp struct {
	UnreadCount   int64              `protobuf:"varint,1,opt,name=unreadCount,proto3" json:"unreadCount"`
	Conversations []*ConversationMsg `protobuf:"bytes,2,rep,name=conversations,proto3" json:"conversations"`
	// contains filtered or unexported fields
}

func (*GetConversationsResp) Descriptor deprecated

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

Deprecated: Use GetConversationsResp.ProtoReflect.Descriptor instead.

func (*GetConversationsResp) GetConversations

func (x *GetConversationsResp) GetConversations() []*ConversationMsg

func (*GetConversationsResp) GetUnreadCount

func (x *GetConversationsResp) GetUnreadCount() int64

func (*GetConversationsResp) ProtoMessage

func (*GetConversationsResp) ProtoMessage()

func (*GetConversationsResp) ProtoReflect

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

func (*GetConversationsResp) Reset

func (x *GetConversationsResp) Reset()

func (*GetConversationsResp) String

func (x *GetConversationsResp) String() string

Jump to

Keyboard shortcuts

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