调用删除接口
This commit is contained in:
@@ -22,6 +22,9 @@ typedef NS_ENUM(NSInteger, KBAiChatMessageType) {
|
||||
/// 消息类型
|
||||
@property (nonatomic, assign) KBAiChatMessageType type;
|
||||
|
||||
/// 聊天记录 ID(服务端返回的 id,用于删除等操作;0 表示本地临时消息)
|
||||
@property (nonatomic, assign) NSInteger historyId;
|
||||
|
||||
/// 文本内容
|
||||
@property (nonatomic, copy) NSString *text;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user