Preparing search index...
The search index is not available
IM SDK Web API 文档
IM SDK Web API 文档
types/chat-manager
RemoveHistoryMessagesParams
Interface RemoveHistoryMessagesParams
删除历史消息的参数。
interface
RemoveHistoryMessagesParams
{
messageIds
?:
readonly
string
[]
;
beforeTimestamp
?:
number
;
conversationId
:
string
;
conversationType
:
"singleChat"
|
"groupChat"
|
"chatRoom"
;
}
Hierarchy (
View Summary
)
ConversationLocator
RemoveHistoryMessagesParams
Index
Properties
message
Ids?
before
Timestamp?
conversation
Id
conversation
Type
Properties
Optional
message
Ids
messageIds
?:
readonly
string
[]
指定要删除的消息 ID 列表。
Optional
before
Timestamp
beforeTimestamp
?:
number
删除该时间戳之前的历史消息,单位为毫秒。
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
Ids
before
Timestamp
conversation
Id
conversation
Type
IM SDK Web API 文档
Loading...
删除历史消息的参数。