Preparing search index...
The search index is not available
Chat SDK for React Native v1.6.0
react-native-chat-sdk
ChatMessageReactionEvent
Class ChatMessageReactionEvent
消息 Reaction 事件类。
Index
Constructors
constructor
Properties
conv
Id
msg
Id
operations
reactions
Constructors
constructor
new
Chat
Message
Reaction
Event
(
params
)
:
ChatMessageReactionEvent
Parameters
params
:
{
convId
:
string
;
msgId
:
string
;
operations
:
ChatReactionOperation
[]
;
reactions
:
ChatMessageReaction
[]
;
}
conv
Id
:
string
msg
Id
:
string
operations
:
ChatReactionOperation
[]
reactions
:
ChatMessageReaction
[]
Returns
ChatMessageReactionEvent
Properties
conv
Id
conv
Id
:
string
会话 ID。
msg
Id
msg
Id
:
string
消息 ID。
operations
operations
:
ChatReactionOperation
[]
Reaction 操作列表。
reactions
reactions
:
ChatMessageReaction
[]
Reaction 列表。
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
conv
Id
msg
Id
operations
reactions
react-native-chat-sdk
Loading...
消息 Reaction 事件类。