Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActiveConversationsReq ¶
type ActiveConversationsReq struct {
Count int `json:"count"`
}
type ConversationMsg ¶
type ConversationMsg struct {
Conversation *conversation.Conversation `json:"conversation"`
LastMsg *sdkws.MsgData `json:"lastMsg"`
MaxSeq int64 `json:"maxSeq"`
ReadSeq int64 `json:"readSeq"`
}
type ConversationsResp ¶
type ConversationsResp struct {
UnreadCount int64 `json:"unreadCount"`
Conversations []ConversationMsg `json:"conversations"`
}
type JSSdk ¶
type JSSdk struct {
// contains filtered or unexported fields
}
func NewJSSdkApi ¶
func NewJSSdkApi(msg msg.MsgClient, conv conversation.ConversationClient) *JSSdk
func (*JSSdk) GetActiveConversations ¶
func (*JSSdk) GetConversations ¶
Click to show internal directories.
Click to hide internal directories.