Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

client.ForwardMessages() not working. No error given. #3155

Open
1 task done
TVARecordings opened this issue Dec 19, 2023 · 2 comments
Open
1 task done

client.ForwardMessages() not working. No error given. #3155

TVARecordings opened this issue Dec 19, 2023 · 2 comments

Comments

@TVARecordings
Copy link

Are you using the latest version of the library?

  • I have checked and am using the latest version of the library.

What type of session are you experiencing this issue on?

Multi-device and I have set multiDevice to true in my config OR am using the --multi-device flag

What type of host account are you experiencing this issue on?

Personal account (normal)

Mode

EASY API/CLI

Current Behavior

Currently, when executing. It runs normally. No error codes or crashes.

Expected Behavior

Expected behavior: Forward the message.

Steps To Reproduce

Type !fw

create() code OR full CLI command + CONFIG

try {
          console.log('Forwarding step 1')
          const MentionedMessage = message.quotedMsgObj.id.substring(6,67)
          //await client.reply(from,MentionedMessage,id)
          console.log('Forwarding step 2')
          console.log(`Forwarding ${MentionedMessage}`)
          client.forwardMessages('31681351589@c.us',MentionedMessage,false)
          console.log('Forward done')
        } catch(err){
          console.log(err)
          client.sendText(from,err,id)
        }

DEBUG INFO

Forwarding step 1
Forwarding step 2
Forwarding 120363190297550243@g.us_3A644D8DD865560250D8_31681351589@c.us
Forward done

Environment

- OS: Windows 10 Pro
- Node: 18.16.0
- npm: Not sure

Screenshots/Logs

No response

Anything else?

No response

@desarrollodxt
Copy link

Whatsapp web was updated

@TVARecordings
Copy link
Author

Whatsapp web was updated

Aha. Any ETA of a update?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants