Preparing search index...
The search index is not available
IM SDK Web API 文档
IM SDK Web API 文档
types/chat-manager
ChatActionResult
Interface ChatActionResult
消息动作结果,适用于撤回等基于动作通道完成的操作。
interface
ChatActionResult
{
messageId
:
string
;
conversationId
:
string
;
conversationType
:
"singleChat"
|
"groupChat"
|
"chatRoom"
;
timestamp
:
number
;
}
Index
Properties
message
Id
conversation
Id
conversation
Type
timestamp
Properties
message
Id
messageId
:
string
消息 ID。
conversation
Id
conversationId
:
string
会话 ID。
conversation
Type
conversationType
:
"singleChat"
|
"groupChat"
|
"chatRoom"
会话类型。
timestamp
timestamp
:
number
动作完成时间戳,单位毫秒。
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
message
Id
conversation
Id
conversation
Type
timestamp
IM SDK Web API 文档
Loading...
消息动作结果,适用于撤回等基于动作通道完成的操作。