save Text Message Draft
public abstract void saveTextMessageDraft(ConversationType conversationType, String targetId, String channelId, String content, IRongCoreCallback.ResultCallback<Boolean> callback)
Save the draft information of a conversation.
Since
5.1.1
Parameters
conversation Type
The type of conversation. Refer to .
target Id
The ID of the conversation. Depending on the conversationType, it could be a user ID, discussion group ID, group ID, or chatroom ID.
channel Id
The business identifier of the conversation to which the message belongs.
content
The text content of the draft.
callback
Callback indicating whether the save operation was successful.