SetConversationDraftParams

SetConversationDraftParams

Properties:
Name Type Attributes Description
conversationID string

Conversation ID

draftInfo Record.<string, string> <optional>

Conversation draft information, not required when clearing conversation draft

  • draftInfo.html HTML format content of the message to be sent
  • draftInfo.abstract Summary content displayed in conversation
  • draftInfo.messageID ID of the message being quoted or replied to
  • draftInfo.type Message quote or reply type, values can only be 'reply' and 'quote'

Set Conversation Draft Parameters