|
const { data: conversations, has_more }: any = await fetchConversations(isInstalledApp, installedAppId, lastId, isPinned)
|
|
const { data: conversations, has_more }: any = await fetchConversations(isInstalledApp, installedAppId, lastId, isPinned)
|
|
onMoreLoaded({ data: conversations, has_more })
|
|
onMoreLoaded({ data: conversations, has_more })
|