alechkos

Results 143 comments of alechkos

Wrong id is passed to `sendMessage` method, check `example.js`

@gxlpes Try to [use](https://github.com/pedroslopez/whatsapp-web.js/pull/1847) latest WWeb version, the latest one at the moment is 2.2405.4

> I think if we change the default we should warn users about this before changing the default option. How would we inform them? Yes i was considering keeping the...

@shirser121 > Can we return the new message object after the sending? I think it can be done, i will check later it requires some work

@KINGMASTERAPP > Where do I put the person's number? ```js // ... client.on('message', async (message) => { const personsNumber = '[email protected]'; await message.forward(personsNumber); }); // ... ```

@tuyuribr > [We need to inform people of this (That the default now is fowarding with caption)](https://github.com/pedroslopez/whatsapp-web.js/pull/2272#pullrequestreview-1807615062) Sure, we can do it in our Discord channel

@PurpShell > you sure there is no built-in web function that can simplify window.WWebJS.forwardMessage? We have `forwardMessagesToChats` in `450192` module in WWeb v2.2412.54, but with the use of this built-in...

> I'm sure there must be an easier fix, and "turning off" the forwarded tag is unnecessary Use `forwardMessagesToChats` then. Easier than this? 😄