feat: pass original thumbnail url in WAUrlInfo

This commit is contained in:
Adhiraj Singh
2022-09-15 18:50:23 +05:30
parent b988f4261f
commit 586db48d2b
2 changed files with 2 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ export const getUrlInfo = async(
'matched-text': text,
title: info.title,
description: info.description,
originalThumbnailUrl: image
}
if(opts.uploadImage) {