SetConversationDraftParams

SetConversationDraftParams

Properties:
Name Type Attributes Description
conversationID string

会话 ID

draftInfo Record.<string, string> <optional>

会话草稿的信息,清除会话草稿时不需要传 draftInfo

  • draftInfo.html 发送消息的 html 格式内容
  • draftInfo.abstract 会话显示的摘要内容
  • draftInfo.messageID 被引用或被回复的消息 ID
  • draftInfo.type 消息引用或消息回复类型,取值只有 'reply' 和 'quote'

设置会话草稿参数信息