Preparing search index...
The search index is not available
Chat SDK for React Native v1.6.0
react-native-chat-sdk
ChatMessageBody
Class ChatMessageBody
Abstract
消息体基类。
Hierarchy (
view full
)
ChatMessageBody
ChatTextMessageBody
ChatLocationMessageBody
ChatCmdMessageBody
ChatCustomMessageBody
Index
Constructors
constructor
Properties
last
Modify
Operator
Id?
last
Modify
Time?
modify
Count?
type
Constructors
Protected
constructor
new
Chat
Message
Body
(
type
,
opt
?
)
:
ChatMessageBody
Parameters
type
:
ChatMessageType
Optional
opt
:
{
lastModifyOperatorId
?:
string
;
lastModifyTime
?:
number
;
modifyCount
?:
number
;
}
Optional
last
Modify
Operator
Id
?:
string
Optional
last
Modify
Time
?:
number
Optional
modify
Count
?:
number
Returns
ChatMessageBody
Properties
Optional
last
Modify
Operator
Id
last
Modify
Operator
Id
?:
string
消息最后修改人。
Optional
last
Modify
Time
last
Modify
Time
?:
number
最后修改时间戳。
Optional
modify
Count
modify
Count
?:
number
修改次数。
Readonly
type
type
:
ChatMessageType
消息类型,详见
ChatMessageType
。
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
last
Modify
Operator
Id
last
Modify
Time
modify
Count
type
react-native-chat-sdk
Loading...
消息体基类。