Preparing search index...
The search index is not available
IM SDK Web API 文档
IM SDK Web API 文档
types/conversation
DeleteConversationParams
Interface DeleteConversationParams
删除会话的操作参数。
interface
DeleteConversationParams
{
conversationId
:
string
;
conversationType
:
ConversationType
;
deleteRoamingMessages
?:
boolean
;
}
Hierarchy (
View Summary
)
ConversationIdentifier
DeleteConversationParams
Index
Properties
conversation
Id
conversation
Type
delete
Roaming
Messages?
Properties
Readonly
conversation
Id
conversationId
:
string
会话 ID:单聊时为对方用户 ID,群聊时为群组 ID,聊天室时为聊天室 ID。
Readonly
conversation
Type
conversationType
:
ConversationType
会话类型。
Optional
Readonly
delete
Roaming
Messages
deleteRoamingMessages
?:
boolean
是否同时删除服务端存储的漫游消息。
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
conversation
Id
conversation
Type
delete
Roaming
Messages
IM SDK Web API 文档
Loading...
删除会话的操作参数。