Preparing search index...
The search index is not available
IM SDK Web API 文档
IM SDK Web API 文档
types/chat-manager
RecallMessageParams
Interface RecallMessageParams
撤回消息的参数。
interface
RecallMessageParams
{
messageId
:
string
;
ext
?:
Record
<
string
,
unknown
>
;
conversationId
:
string
;
conversationType
:
"singleChat"
|
"groupChat"
|
"chatRoom"
;
}
Hierarchy (
View Summary
)
ConversationLocator
RecallMessageParams
Index
Properties
message
Id
ext?
conversation
Id
conversation
Type
Properties
message
Id
messageId
:
string
待撤回的消息 ID。
Optional
ext
ext
?:
Record
<
string
,
unknown
>
撤回操作附带的扩展字段。
conversation
Id
conversationId
:
string
会话 ID。
conversation
Type
conversationType
:
"singleChat"
|
"groupChat"
|
"chatRoom"
会话类型。
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
message
Id
ext
conversation
Id
conversation
Type
IM SDK Web API 文档
Loading...
撤回消息的参数。