FKLC / WhatsAppToDiscord

WhatsAppToDiscord is a Discord bot that uses WhatsApp Web as a bridge between Discord and WhatsApp.
https://fklc.github.io/WhatsAppToDiscord/
MIT License
238 stars 67 forks source link

How do discord/whatsapp group chats work? #153

Closed AngelDustArt closed 11 months ago

AngelDustArt commented 11 months ago

While experimenting with the bot, I wondered if it's possible for members who chat on Discord to appear directly with their profiles on WhatsApp in a group chat. Instead of all the messages appearing as if I sent them, is there a way to make them appear separately and more cleanly, as if they were writing from their own profiles, of course?

FKLC commented 11 months ago

Yes it is possible. See enableDCPrefix command.

AngelDustArt commented 11 months ago

Yes it is possible. See enableDCPrefix command.

Can't something more be done? maybe you could try adding a profile picture or something to make group messages more recognizable and divisible. In any case I have to thank you for your timely interventions, and the answers, thank you

FKLC commented 11 months ago

unfortunately it isn't possible. because unlike discord, you can't specify a profile picture for each message in WhatsApp.

PabloFraustro commented 11 months ago

Hello @FKLC, thank you very much for your contributions! Following @AngelDustArt comment ... Is there no way then to receive messages in WhatsApp from Discord with different phone numbers? (Link Discord's profile with user's phone number)

FKLC commented 11 months ago

the closest possible say is to using webhooks and the bot already uses them. theres no other way unfortunately.

FKLC commented 11 months ago

Closing this issue as it is impossible to implement.