diff --git a/src/whatsapp/functions/index.ts b/src/whatsapp/functions/index.ts index 96180dc9b7..acf30b42c3 100644 --- a/src/whatsapp/functions/index.ts +++ b/src/whatsapp/functions/index.ts @@ -34,6 +34,7 @@ export * from './genMinimalLinkPreview'; export * from './getFanOutList'; export * from './getGroupSenderKeyList'; export * from './getHistorySyncProgress'; +export * from './getQuotedMsgObj'; export * from './getSearchContext'; export * from './groupParticipants'; export * from './handleAck';