Chat SDK for React Native 1.14.0
Preparing search index...
ChatMessageBody
Class ChatMessageBody
Abstract
消息体基类。
Hierarchy (
View Summary
)
ChatMessageBody
ChatTextMessageBody
ChatLocationMessageBody
ChatCmdMessageBody
ChatCustomMessageBody
Index
Constructors
constructor
Properties
last
Modify
Operator
Id?
last
Modify
Time?
modify
Count?
type
Constructors
Protected
constructor
new
ChatMessageBody
(
type
:
ChatMessageType
,
opt
?:
{
lastModifyOperatorId
?:
string
;
lastModifyTime
?:
number
;
modifyCount
?:
number
;
}
,
)
:
ChatMessageBody
Parameters
type
:
ChatMessageType
Optional
opt
:
{
lastModifyOperatorId
?:
string
;
lastModifyTime
?:
number
;
modifyCount
?:
number
}
Returns
ChatMessageBody
Properties
Optional
last
Modify
Operator
Id
lastModifyOperatorId
?:
string
消息最后修改人。
Optional
last
Modify
Time
lastModifyTime
?:
number
最后修改时间戳。
Optional
modify
Count
modifyCount
?:
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...
消息体基类。