aldinokemal / go-whatsapp-web-multidevice

API for Whatsapp Web Multi Device Version, Support UI & Webhook
MIT License
581 stars 245 forks source link

⚡️ Mention user with '@' #185

Closed traysh closed 2 months ago

traysh commented 2 months ago

What problem does your feature request solve?

It is currently not possible to mention someone with '@'

Describe the solution you are proposing.

I propose that mentioning is supported

Describe alternatives you have considered.

An alternative to mentions is replying an user message. It is not the same thing, but it will make the message more visible. But replies are not working correctly, see https://github.com/aldinokemal/go-whatsapp-web-multidevice/issues/173

Importance

Nice to Have

Additional Context

aldinokemal commented 2 months ago

I believe this feature aleady added recently in https://github.com/aldinokemal/go-whatsapp-web-multidevice/releases/tag/v4.17.0

you can use @<phoneNumber>

traysh commented 2 months ago

Yes it works, I completely missed it. Thank you!

traysh commented 2 months ago

Actually, there's a bug preventing it to work on some cases. See https://github.com/aldinokemal/go-whatsapp-web-multidevice/issues/186