UNPKG

press-ui

Version:

简单、易用的跨端组件库,兼容 Vue2 和 Vue3,同时支持 uni-app和普通 Vue 项目

18 lines (14 loc) 295 B
import { waitReady } from './wait-ready'; export async function getMessageList({ conversationId, // count = 15, nextMsgId, tim, }) { await waitReady(tim); return await tim.getMessageList({ conversationID: conversationId, // count, nextReqMessageID: nextMsgId, }); }