getMessageHistoryByIds method

Future<NIMResult<QChatGetMessageHistoryResult>> getMessageHistoryByIds(
  1. QChatGetMessageHistoryByIdsParam param
)

根据消息id查询历史消息

Implementation

Future<NIMResult<QChatGetMessageHistoryResult>> getMessageHistoryByIds(
    QChatGetMessageHistoryByIdsParam param) {
  return _platform.getMessageHistoryByIds(param);
}