Last active
August 18, 2022 14:54
-
-
Save missnora07/dd080f70b252de61fcb64c77d8bfed94 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> m.quoted.message = m.quoted.message; | |
var cp=m.quoted.message.caption | |
m.quoted.message[Object.keys(m.quoted.message)[0]].viewOnce = true | |
await m.forwardMessage(jid,m.quoted,{caption: cp}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment