RCKitStore
Preparing search index...
IKitConversation
Interface IKitConversation
会话信息
interface
IKitConversation
{
channelId
:
string
;
conversationType
:
ConversationType
;
draft
:
string
;
isTop
:
boolean
;
key
:
string
;
latestMessage
:
null
|
IAReceivedMessage
;
memberCount
:
number
;
name
:
string
;
nickName
:
string
;
notificationLevel
:
NotificationLevel
;
portraitUri
:
string
;
targetId
:
string
;
unreadCount
:
number
;
updateTime
:
number
;
}
Index
Properties
channel
Id
conversation
Type
draft
is
Top
key
latest
Message
member
Count
name
nick
Name
notification
Level
portrait
Uri
target
Id
unread
Count
update
Time
Properties
channel
Id
channelId
:
string
conversation
Type
conversationType
:
ConversationType
draft
draft
:
string
is
Top
isTop
:
boolean
key
key
:
string
根据 targetId、conversationType、channelId 生成的唯一标识
latest
Message
latestMessage
:
null
|
IAReceivedMessage
member
Count
memberCount
:
number
name
name
:
string
nick
Name
nickName
:
string
notification
Level
notificationLevel
:
NotificationLevel
portrait
Uri
portraitUri
:
string
target
Id
targetId
:
string
unread
Count
unreadCount
:
number
update
Time
updateTime
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
channel
Id
conversation
Type
draft
is
Top
key
latest
Message
member
Count
name
nick
Name
notification
Level
portrait
Uri
target
Id
unread
Count
update
Time
RCKitStore
Loading...
会话信息