Preparing search index...
The search index is not available
IM SDK Web API 文档
IM SDK Web API 文档
types/chat-manager
UpdateMessageParams
Interface UpdateMessageParams
编辑消息的参数。
interface
UpdateMessageParams
{
messageId
:
string
;
message
:
Pick
<
Message
,
"type"
|
"body"
|
"ext"
>
;
conversationId
:
string
;
conversationType
:
"singleChat"
|
"groupChat"
|
"chatRoom"
;
}
Hierarchy (
View Summary
)
ConversationLocator
UpdateMessageParams
Index
Properties
message
Id
message
conversation
Id
conversation
Type
Properties
message
Id
messageId
:
string
待编辑的消息 ID。
message
message
:
Pick
<
Message
,
"type"
|
"body"
|
"ext"
>
编辑后的消息内容。当前仅支持文本消息和自定义消息。
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
message
conversation
Id
conversation
Type
IM SDK Web API 文档
Loading...
编辑消息的参数。