会话草稿
保存草稿
您可以使用 saveTextMessageDraft:targetId:content:completion: 保存一条草稿内容至指定会话。保存草稿会更新会话 sentTime 与 operationTime(5.6.8 后新增属性),该会话会排在列表前部。
接口原型
Objective C
- (void)saveTextMessageDraft:(RCConversationType)conversationType
targetId:(NSString *)targetId
content:(NSString *)content
completion:(nullable void(^)(BOOL ret))completion;