clear Text Message Draft
public abstract void clearTextMessageDraft(ConversationType conversationType, String targetId, RongIMClient.ResultCallback<Boolean> callback)
Deletes the draft information in the specified conversation.
Parameters
conversation Type
The type of the conversation.
target Id
The ID of the conversation. Depending on the conversationType, this could be a user ID, discussion group ID, group ID, or chatroom ID.
callback
Callback indicating whether the deletion was successful.