Search
Preparing search index...
The search index is not available
Web IM Kit - v5.42.0
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Web IM Kit - v5.42.0
BeforeSendMessageEventData
Interface BeforeSendMessageEventData<T>
消息发送前事件数据。
since
5.42.0
Type Parameters
T
extends
BaseMessage
=
BaseMessage
Hierarchy
BeforeSendMessageEventData
Index
Properties
conversation
message
options
Properties
conversation
conversation
:
IConversationIdentifier
目标会话
message
message
:
T
即将发送的消息对象,业务方可同步修改
Optional
options
options
?:
ISendMessageOptions
即将发送的消息选项,业务方可同步修改或替换
Property
conversation
message
options
消息发送前事件数据。
5.42.0