searchFileInChat

abstract fun searchFileInChat(chatID: String, senderID: String?, searchKey: String, count: Int, offset: Long, timeFrom: Long, timeTo: Long): LiveData<LiveDataResult<<Error class: unknown class>>>

分页搜索聊天中的文件 --- 群书签使用

Parameters

chatID

聊天对象ID

senderID

发送者ID

offset

偏移位置

searchKey

搜索关键字

timeFrom

开始时间

timeTo

结束时间