Versions in this module Expand all Collapse all v0 v0.1.2 Jun 5, 2025 v0.0.3 Jun 23, 2025 Changes in this version + var File_jssdk_jssdk_proto protoreflect.FileDescriptor + type ConversationMsg struct + Conversation *conversation.Conversation + Friend *relation.FriendInfoOnly + Group *sdkws.GroupInfo + LastMsg *sdkws.MsgData + MaxSeq int64 + ReadSeq int64 + User *sdkws.UserInfo + func (*ConversationMsg) Descriptor() ([]byte, []int) + func (*ConversationMsg) ProtoMessage() + func (x *ConversationMsg) GetConversation() *conversation.Conversation + func (x *ConversationMsg) GetFriend() *relation.FriendInfoOnly + func (x *ConversationMsg) GetGroup() *sdkws.GroupInfo + func (x *ConversationMsg) GetLastMsg() *sdkws.MsgData + func (x *ConversationMsg) GetMaxSeq() int64 + func (x *ConversationMsg) GetReadSeq() int64 + func (x *ConversationMsg) GetUser() *sdkws.UserInfo + func (x *ConversationMsg) ProtoReflect() protoreflect.Message + func (x *ConversationMsg) Reset() + func (x *ConversationMsg) String() string + type GetActiveConversationsReq struct + Count int64 + OwnerUserID string + func (*GetActiveConversationsReq) Descriptor() ([]byte, []int) + func (*GetActiveConversationsReq) ProtoMessage() + func (x *GetActiveConversationsReq) GetCount() int64 + func (x *GetActiveConversationsReq) GetOwnerUserID() string + func (x *GetActiveConversationsReq) ProtoReflect() protoreflect.Message + func (x *GetActiveConversationsReq) Reset() + func (x *GetActiveConversationsReq) String() string + type GetActiveConversationsResp struct + Conversations []*ConversationMsg + UnreadCount int64 + func (*GetActiveConversationsResp) Descriptor() ([]byte, []int) + func (*GetActiveConversationsResp) ProtoMessage() + func (x *GetActiveConversationsResp) GetConversations() []*ConversationMsg + func (x *GetActiveConversationsResp) GetUnreadCount() int64 + func (x *GetActiveConversationsResp) ProtoReflect() protoreflect.Message + func (x *GetActiveConversationsResp) Reset() + func (x *GetActiveConversationsResp) String() string + type GetConversationsReq struct + ConversationIDs []string + OwnerUserID string + func (*GetConversationsReq) Descriptor() ([]byte, []int) + func (*GetConversationsReq) ProtoMessage() + func (x *GetConversationsReq) GetConversationIDs() []string + func (x *GetConversationsReq) GetOwnerUserID() string + func (x *GetConversationsReq) ProtoReflect() protoreflect.Message + func (x *GetConversationsReq) Reset() + func (x *GetConversationsReq) String() string + type GetConversationsResp struct + Conversations []*ConversationMsg + UnreadCount int64 + func (*GetConversationsResp) Descriptor() ([]byte, []int) + func (*GetConversationsResp) ProtoMessage() + func (x *GetConversationsResp) GetConversations() []*ConversationMsg + func (x *GetConversationsResp) GetUnreadCount() int64 + func (x *GetConversationsResp) ProtoReflect() protoreflect.Message + func (x *GetConversationsResp) Reset() + func (x *GetConversationsResp) String() string